Built for >
The autonomous AI coding agent that lives in your terminal. Describe what you need, and watch Nyzhi read, write, test, and ship.
What makes nyzhi different
One binary. Every LLM. Full autonomy.
Every model, one binary
OpenAI, Anthropic, Gemini, OpenRouter, DeepSeek, Groq — and any OpenAI-compatible endpoint. Switch mid-session. Route prompts to the right cost tier automatically.
Autonomous execution
Autopilot runs a five-phase pipeline: expand, plan, execute, QA, validate. Teams spawn coordinated sub-agents with mailbox messaging.
A TUI worth living in
8 themes. 14 accent colors. Syntax highlighting. Persistent history with reverse search. Desktop notifications.
MCP native
Drop a .mcp.json in your project root. Same format as Claude Code and Codex. stdio and HTTP transports. Deferred loading for fast startup.
Your code stays yours
Every file change is tracked. /undo reverts anything. Trust modes gate what runs without approval. The agent learns your patterns via /learn.
Every major LLM provider
Open-source first. Multi-account per provider. Automatic token refresh. Rate-limit rotation across accounts.
| Provider | Models | Auth | Type |
|---|---|---|---|
| Kimi (Moonshot) | Kimi K2.5, K2, K2 Turbo | API key | Open |
| MiniMax | MiniMax-M2.5, M2.5 Highspeed, M2.1 | API key | Open |
| GLM (Z.ai) | GLM-5, GLM-5 Code, GLM-4.7, GLM-4.7 FlashX | API key | Open |
| DeepSeek | DeepSeek V3.2 Chat, R1 Reasoner | API key | Open |
| Groq | Llama 3.3 70B, Llama 3.1 8B | API key | Open |
| Together AI | Llama 4 Maverick, Qwen3 235B, DeepSeek R1 | API key | Open |
| Ollama | Qwen3 32B, Llama 3.3 70B, Devstral 24B | Local | Local |
| OpenAI | GPT-5.3 Codex, GPT-5.2, o3, o4-mini | API key / OAuth | Proprietary |
| Anthropic | Claude Opus 4.6, Sonnet 4.6, Haiku 4.5 | API key / OAuth | Proprietary |
| Gemini | Gemini 3.1 Pro, 3 Flash, 2.5 Flash | API key / OAuth | Proprietary |
| Antigravity | Gemini 3.1 Pro, Claude Sonnet 4.6, GPT OSS 120B | API key (free tier) | Cloud |
| OpenRouter | Any model on the platform | API key | Aggregator |
| Custom | Any OpenAI-compatible endpoint | Configurable | Custom |
13 built-in providers · bring your own OpenAI-compatible endpoint
50+ built-in tools
Zero runtime dependencies. A massive standard library of agent capabilities, all gated by a permission model you control.
Files
Shell
live streaming outputGit
Agent
Analysis
Web & Browser
Teams
PR & Search
Six crates, zero cycles, one binary
Clean dependency graph. Built entirely in Rust for performance and safety.
Binary entry point. CLI parsing, command dispatch, tool and MCP assembly.
Terminal UI. ratatui, themes, syntax highlighting, completion, history.
Agent loop, 50+ tools, sessions, workspace, MCP, planning, teams, hooks.
LLM abstraction. OpenAI, Anthropic, Gemini with streaming and thinking.
OAuth2 PKCE + device code, API keys, token store, multi-account rotation.
Config loading and merging across global, project, and local layers.
Everything from a single command.
No bloated interfaces. Just nyz.
Drop it into any directory, pass a prompt, and watch it work.
Fully scriptable, fully composable.