https://github.com/redroselinux/crust
A shell for Linux made in Python
https://github.com/redroselinux/crust
linux python shell
Last synced: 4 months ago
JSON representation
A shell for Linux made in Python
- Host: GitHub
- URL: https://github.com/redroselinux/crust
- Owner: redroselinux
- License: other
- Created: 2025-07-08T19:18:21.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-11-07T20:05:08.000Z (8 months ago)
- Last Synced: 2025-11-07T22:09:24.154Z (8 months ago)
- Topics: linux, python, shell
- Language: Python
- Homepage:
- Size: 968 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# ๐ Crust Shell
[](https://www.python.org/downloads/)
[](https://kernel.org)
[]()
[](https://github.com/mostypc123)
Crust is an interactive Linux shell written in Python, designed with a modern interface, AI integration, and enhanced tooling for common system tasks.
# Crust had a lot of bugs, so it is archived and we are making a new shell.
## โจ Features
- โ๏ธ Custom startup hook support via `custom_commands.py`
- ๐ง AI Assistant integration using Cohere with `.question` prompt
- ๐งพ Enhanced `ls`, `lsusb`, and `df -h` commands using Rich tables
- ๐ง Built-in troubleshooting interface
- ๐พ Custom integration to search for packages across multiple package managers
- ๐ Git branch and repo detection in prompt
- ๐ช Venv support and styled prompt with icons
- ๐ง Neofetch context awareness for AI assistant
## ๐ Documentation
https://crust-project.github.io/crust/
Installation:
```bash
pip install crust-shell
```
If using linux, --break-system-packages may be neccesarry to make pip actually install this. If you do not want to proceed with that, use pipx (not tested).
On Arch Linux, use AUR:
```bash
yay -S crust-git
```
Or with paru:
```bash
paru -S crust-git
```
## ๐ก๏ธ License
We use an edited version of the MIT license.
## ๐ซ Contributing
Contributions, bug reports, and ideas are welcome!
Feel free to open an issue or pull request on GitHub.
## ๐งโ๐ป Author
**Juraj Kollรกr**
Creator of [XediX](https://github.com/mostypc123/XediX)