Open source. Multi-provider. 7.7 MB. Built in Rust for developers who live in the command line.
Everything a developer needs from an AI assistant. Nothing extra.
Expert-level prompts across 28 categories. Engineering, security, testing, API design. Press Ctrl+K.
/test, /build, /lint, /format, /commit, /diff. Auto-detects your stack.
Native modal editing. j/k scroll, i to insert, Esc for normal. No plugins needed.
Auto-saves every conversation. Resume with --continue. Branch and restore states.
Catppuccin, Tokyo Night, Gruvbox, Nord, Dracula, Rose Pine, and more.
Real-time token usage in the status bar. Set spending limits. Auto-compacting context.
The agent reads files, edits code, runs commands, and verifies. Every action is tracked. Roll back with /agent undo.
Git checkpoint before each session. /agent undo to roll back.
Switch between 6 providers with Ctrl+T. Run local models for complete privacy.
| Nerve | Claude Code | Cursor | Aider | |
|---|---|---|---|---|
| Open source | MIT | No | No | Apache-2.0 |
| Terminal | Native | Yes | Electron | Yes |
| Providers | 6 | 1 | Limited | Multi |
| Offline | Ollama | No | No | Ollama |
| Prompts | 166 | 0 | 0 | 0 |
| Cost | Free + API | $20/mo | $20/mo | Free + API |
| Binary | 7.7 MB | ~150 MB | ~500 MB | Python |
| Vim keys | Native | No | Plugin | No |
# Linux curl -LO https://github.com/Artaeon/nerve\ /releases/latest/download/\ nerve-linux-x86_64.tar.gz tar xzf nerve-linux-x86_64.tar.gz mv nerve ~/.local/bin/ # macOS curl -LO https://github.com/Artaeon/nerve\ /releases/latest/download/\ nerve-macos-arm64.tar.gz tar xzf nerve-macos-arm64.tar.gz mv nerve /usr/local/bin/
git clone https://github.com/\ Artaeon/nerve.git cd nerve cargo build --release cp target/release/nerve ~/.local/bin/
Requires Rust 1.85+