TopGit
GitHub Repo Review

GodCoder — a local-first, bring-your-own-key coding agent

eli-labz/Godcoder

GodCoder is a local-first, open-source coding agent for the desktop. You bring your own LLM API key, and your code stays on your machine — only the prompts you send to your chosen model provider leave the device. It supports MCP for extending what the agent can do.

GGodCoder — a local-first, bring-your-own-key coding agent — open-source GitHub repository preview
Quick verdict

Promising for developers who want an AI coding agent without uploading their whole codebase to a vendor. It is early-stage, so expect rough edges and rapid change.

Stars
★ 279
Forks
⑂ 4
Contributors
👥 2
Language
Rust
License
See repository
Topic
AI Tools
Updated
Jul 2026
Homepage
GitHub

The problem it solves

Many AI coding tools route your source code through a hosted service. For developers with sensitive code or strict data policies, that is a non-starter — they want the agent's power without giving up control of the code.

What is it?

GodCoder is a desktop coding agent built around a local-first principle: your source code stays on your machine, and only the prompt content you send to the LLM provider whose key you supply leaves the device. You choose the model provider rather than routing everything through one hosted service.

Why it's getting attention

It sits at the intersection of two active themes — AI coding agents and local-first, privacy-respecting tooling — and adds MCP support. It is a smaller, newer project (a few hundred GitHub stars), so attention is early rather than mainstream.

How this repository's GitHub stars have grown over time. Source: star-history.com.View the star history

Key features

  • Local-first desktop app (built in Rust)
  • Bring-your-own-LLM-key model — you pick the provider
  • Your code stays on your machine by design
  • Supports MCP (Model Context Protocol) to extend the agent

Best use cases

  • Use an AI coding agent on a codebase you cannot upload to a hosted service
  • Choose or switch LLM providers via your own API key
  • Extend the agent's capabilities through MCP servers

How to install / try

GodCoder is a desktop application. See the repository's releases and build instructions for the current install steps — the exact process is maintained there and may change while the project is young.

How to use

You supply your own LLM API key, then point the agent at your project so it can read and work with your code locally. Consult the repository docs for the current workflow; some setup details are not exhaustively documented yet.

Strengths

  • Keeps your code on your machine by design — clearer data boundaries than fully cloud agents
  • Provider-agnostic: you choose the model behind it
  • MCP support opens a path to extending the agent

Limitations & risks

  • Early-stage project with a small community — expect rapid change and rough edges
  • Quality depends heavily on the LLM you connect; you need a capable model key
  • Setup and usage are not yet exhaustively documented; review the repository before relying on it
  • License is non-standard on GitHub — confirm terms in the repository before commercial use
View on GitHub

Alternatives

AiderClineContinue

Who should try it — and who should skip

Try it if you want an AI coding agent but need your code to stay local and prefer choosing your own model provider. Skip it for now if you need a stable, fully documented tool for production-critical work.

Frequently asked questions

Does my code get uploaded to a server?

By design, your code stays on your machine. Only the prompt content you send to your chosen LLM provider leaves the device — so data exposure depends on that provider.

Do I need my own API key?

Yes. GodCoder uses a bring-your-own-key model, so you supply an API key for the LLM provider you want to use.

Which LLM providers does GodCoder work with?

It's bring-your-own-key, so you use your own API key from the LLM provider you choose; check the repository for supported providers.

Related repositories

Source & attribution

Source: GitHub (github.com/eli-labz/godcoder). Repository metadata last checked July 2026; star and fork counts reflect the last sync. Some setup details are not fully documented in the repository yet.

Back to TopGit