Aivo /ˈeɪ.voʊ/ lets you use Claude Code, Codex, Gemini, OpenCode, Pi, and other coding agents with the model and provider you choose. It also includes Aivo Code, a built-in terminal coding agent.
Documentation · Install · Quick start · Aivo Code
- Run popular coding agents through one CLI.
- Use any model, from hosted APIs and AI gateways to local GGUF files.
- Manage API keys locally with encrypted storage.
- Work directly in the terminal with Aivo Code.
- Keep a unified view of sessions, logs, and token usage.
macOS and Linux
curl -fsSL https://getaivo.dev/install.sh | bashHomebrew
brew install yuanchuan/tap/aivoWindows PowerShell
irm https://getaivo.dev/install.ps1 | iexThe built-in aivo/starter provider works on first run, so you can try Aivo without an API key:
aivo "tell me a short story"
aivo claudeAdd a provider to access more models:
aivo keys add
aivo claude --model moonshotai/kimi-k2.5Launch other supported agents the same way:
aivo codex
aivo gemini
aivo opencode
aivo piAivo Code is the built-in terminal coding agent, with session tools, skills, MCP servers, and support for remote or local models.
aivo code
aivo code vercel::zai/glm-5.2
aivo code hf:lmstudio-community/Olmo-3-1025-7B-GGUF
aivo code -e "今天成都的天气"See getaivo.dev for commands, providers, models, configuration, plugins, and advanced usage.

