Models and agents / SoftwareSourceCode
Fix
A Rust command correction CLI powered by a small, self-trained model that runs locally.
About
A Rust command correction CLI powered by a small, self-trained model that runs locally. This page keeps the public source, current snapshot, setup path, and related evidence together so the artifact can be judged directly.
Highlights
- No API key or hosted inference dependency
- Published through Homebrew, WinGet, and Cargo
- Connects model training work directly to a fast command-line product
GitHub stars: 0 as of Jul 22, 2026 verify
The model behind the command
A Qwen3 LoRA command correction model trained with MLX on roughly 135,000 synthetic examples and published as GGUF.
Inspect cmd-correct on Hugging FaceInstall
brew install animeshkundu/fix/fixwinget install animeshkundu.fixcargo install --git https://github.com/animeshkundu/fixUsage
Pass a failed shell command to get an offline correction.
Technology
- Rust
- ai
- cli
- local
- offline