OpenZeroCode
A self-contained, MIT-licensed AI coding assistant that runs in your terminal—no mandatory cloud, no lock-in.
- ✓SolidJS-powered TUI with streaming responses and command palette
- ✓Switch providers and models mid-session without restarting
- ✓Workspace memory via AGENTS.md and CONTEXT.md for persistent context

Install in seconds
Use the install script, grab the prebuilt binary from npm, or build from source.
$ npm install -g openzerocode
$ openzerocode$ curl -fsSL https://github.com/arborlogic/openzerocode/releases/latest/download/install | bashSeven built-in tools
Everything an agent needs to read, search, and modify your codebase—shipped out of the box.
Open files and snippets with line-aware context.
Create new files directly from agent suggestions.
Pattern-match across the workspace at speed.
Locate files by name or path using glob patterns.
Run shell commands and capture their output.
Apply targeted, in-place edits to existing files.
Pull external docs into the session when you need them.
Build vs Plan mode
Toggle between structured planning and free-form agent execution—whichever fits the task.
Free-form agent execution. Best when you know what you want and just need the assistant to ship it.
Structured analysis before action. Best for unfamiliar code, refactors, or multi-step changes.
Runs where you work
Prebuilt binaries for every major platform, with pluggable providers.
Prebuilt binaries
Providers
Explore OpenZeroCode on GitHub
MIT-licensed and built for developers who want local-first control over their AI coding workflows.