gearbx
v1.0.7
Published
Entropy-routed dynamic quantization TUI for local LLMs
Downloads
1,429
Maintainers
Readme
Install
npm install -g gearbxThis drops a gearbx binary on your PATH. It auto-selects the right pre-built TUI for your platform (darwin-arm64, darwin-x64, linux-arm64, linux-x64, win32-x64).
Run
gearbxOpens the Gearbx terminal UI. Connects to a local Ollama server, lets you browse installed models, download new ones (press d), and chat with them while Gearbx monitors per-token entropy in real time.
Requirements
- Node.js ≥ 16
- A running Ollama server (
ollama serve) on127.0.0.1:11434 - Python 3.10+ on
PATH(used by the embedded Gearbx telemetry server)
Keys
| Key | Action |
|---|---|
| ↑ ↓ | navigate |
| enter | start chat with selected model / browse downloads if none installed |
| d | open the model downloader |
| esc | back to welcome |
| q / ctrl+c | quit |
Links
- Website: gearbx.jpdz.app
- Source: github.com/ratnam1510/gearbx
- Python library:
pip install gearbx
License
Gearbx Personal Use License © 2024-2026 Jpdz Labs. See LICENSE. Commercial use requires a separate license, contact [email protected].
