Godcoder is a local open-source coding agent for desktop
Godcoder is an coding agent that runs on a personal computer. The user adds their own LLM key and connects directly to OpenAI, Anthropic, or any provider. Source code does not pass through a middle server; model requests go from the user’s machine to the chosen provider.
It supports separate ask, plan, and coding modes. It can edit files in place, show code changes, roll work back to checkpoints, and continue past sessions. It also includes a terminal, file browser, and session history.
An optional context engine can search large codebases using meaning-based search, code structure, call relationships, and . Prebuilt installers are not ready yet, so users currently need Rust, Node.js 20 or newer, and npm to build it from source.
Key points
- Godcoder is an coding agent for desktop use.
- Users bring their own LLM key and connect directly to s.
- Source code avoids a middle server; requests go to the chosen provider.
- It supports ask, plan, and coding modes, plus file editing, diffs, and rollback.
- The optional context engine helps search large codebases more precisely.