| Crates.io | hi-shell |
| lib.rs | hi-shell |
| version | 0.1.1 |
| created_at | 2026-01-25 02:56:52.729969+00 |
| updated_at | 2026-01-25 14:11:27.709297+00 |
| description | An intelligent terminal assistant that translates natural language descriptions into executable shell commands. |
| homepage | |
| repository | https://github.com/tufantunc/hi-shell |
| max_upload_size | |
| id | 2067977 |
| size | 1,472,436 |
A cute mascot character that is a small hermit crab. Instead of a natural seashell on its back, it carries a retro-futuristic CRT terminal monitor as its shell. The screen of the monitor glows green and displays a bash prompt
user@hi-shell:~$ _with a blinking cursor. The crab has friendly robotic claws, one is typing on a tiny keyboard integrated into the monitor base, and the other is making a "stop/safe" gesture. The crab's eyes are intelligent and glowing blue. The overall vibe is helpful, robust, and smart. Illustration style, clean lines, transparent background.
๐ hi-shell: An intelligent terminal assistant that translates your natural language descriptions into executable bash commands.
hi-shell helps you bridge the gap between "what I want to do" and "how do I write that command?". Whether you're a terminal veteran or a newcomer, hi-shell provides a fast, AI-powered way to generate and execute commands safely.
candle with hardware acceleration (Metal/CUDA). Supports Llama, Phi-3, and Qwen2 architectures.You can install hi-shell using your preferred method:
curl -sSL https://raw.githubusercontent.com/tufantunc/hi-shell/main/install.sh | bash
brew tap tufantunc/tap
brew install hi-shell
scoop bucket add hi-shell https://github.com/tufantunc/scoop-bucket
scoop install hi-shell
If you have Rust installed, you can install it via Cargo:
# Install via crates.io
cargo install hi-shell
# OR install pre-compiled binary via cargo-binstall
cargo binstall hi-shell
You can download the pre-built binaries for your operating system from the Releases page.
PATH.hi-shell --init to set up your preferred LLM provider.brew update && brew upgrade hi-shell
scoop update hi-shell
cargo install hi-shell
# OR
cargo binstall hi-shell
Re-run the install script to get the latest version:
curl -sSL https://raw.githubusercontent.com/tufantunc/hi-shell/main/install.sh | bash
If you'd like to contribute or build from source, follow these steps.
git clone https://github.com/tufantunc/hi-shell.git
cd hi-shell
You can build the project for your specific platform using Cargo.
cargo build --release --features metal
cargo build --release
cargo build --release --features cuda
cargo build --release
The compiled binary will be located in target/release/hi-shell.
When using the embedded LLM provider, hi-shell downloads and runs GGUF models locally.
Use Q4_K_M or Q5_K_M quantization formats for best compatibility. Lower quantization levels (Q2_K) may not be supported.
# View and manage downloaded models
hi-shell --models
Contributions are welcome! Please read our Contributing Guide before submitting issues or pull requests.
This project is licensed under the MIT License.