Install Nimbus
Nimbus runs locally on your machine using your own API keys. Python 3.11+ required.
Choose your install method
Get your API keys
Anthropic
Free tier availablePowers the planning and implementation agents. Claude Opus for planning, Claude Sonnet for implementation.
ANTHROPIC_API_KEYVoyage AI
50M tokens free/monthGenerates code embeddings for RAG retrieval. voyage-code-2 model, purpose-built for source code.
VOYAGE_API_KEYOptional extras
pip install nimbus-ai[voice]Speak your tasks. Requires mic access. Uses local Whisper (base model).
pip install nimbus-ai[sound]Audio feedback for task start, verify pass, complete, and failed states.
pip install nimbus-ai[voice,sound]Voice input and soundtrack together.
Verify your install
If Nimbus is installed but keys are missing, it will show a setup panel guiding you through the configuration. Run nimbus in any git repo to start the REPL.
What's next
Explore built-in agents
20 pre-configured agents for security, testing, docs, and more. Run any agent with nimbus run --agent <name>.
Read the docs →Install the Chrome Extension
Review with Nimbus on every GitHub PR. Implement with Nimbus on every issue. No terminal needed.
Read the docs →Set up GitHub Actions
Automatic code review on every PR, security scanning, test generation — all from CI.
Read the docs →