From a persistent shell to MCP servers
cd, exports, and venv activation carry across commands — no re-chaining with &&
Searches the web and reads pages for current docs — no API key needed
Plug in any Model Context Protocol server and its tools become available
Scores each request on size, scope, and intent to pick Flash or Pro
Every file change shown as a real diff with line numbers, not a wall of text
Tokens appear as they're generated, formatted live — no waiting
Just a Gemini API key to get started — or Vertex AI for enterprise
Modifies specific lines, not entire files — precise and safe
Drop a .acorn.md for persistent project context and conventions
Reads and edits across your whole codebase in a single session
Attach screenshots and images for the model to analyze
Adapts when things fail — intelligent error handling
Resume conversations where you left off
Revert the last file change instantly
See what you're spending per session in real-time
Per-repo .acorn.toml for custom model and permission settings
3-tier safety (safe/ask/deny) for secure operations
Understands your branch, status, and project structure
Three additions that change how the agent works, not just what it knows
Commands run in a single long-lived session, so cd, environment variables, and an activated virtualenv all stay in effect. A command that times out is interrupted on its own — the session and its state survive.
Acorn can search the web and read pages when it hits a library version, a changelog, or an error it doesn't recognise. No API key, no signup — it works on a fresh install with nothing configured.
Acorn speaks the Model Context Protocol, using the same config format other MCP clients do — so existing files work unchanged. Servers start in parallel, and one that fails never blocks startup.
{
"mcpServers": {
"github": {
"command": "npx",
"args": ["-y", "@mcp/server-github"]
}
}
}Watch a quick demo of Acorn coding, refactoring, and debugging
Get up and running in seconds
pip install acorn-agentexport GEMINI_API_KEY="your-key-here"Get a free key at aistudio.google.com/apikey — or use Vertex AI for enterprise
acornNo API key? Just run acorn — it will guide you through setup on first launch.
Install Acorn and let an autonomous coding agent help you build, refactor, and debug your projects.
Install Acorn Now