Turn Your AI Chat Into a Coding Agent
Repoburg connects to your existing AI chat subscription, giving it deep codebase knowledge and the power to modify your local files—securely on your machine.
See Repoburg in Action
Watch how a 20k line app was built using Repoburg and the free tier of Google`s AI Studio, with minimal manual effort and zero cost.

Upgrade the AI You Already Own
Repoburg is the missing layer that turns your existing chat subscription into a secure, codebase-aware development tool with a Cursor-like workflow.
Stop guessing what context to provide. Use programmable Context Templates with helpers like gitDiff
and tree
to craft perfect, information-dense prompts for any task.
Unbundle the context engine from the model. Send prompts to any LLM you want—from AI Studio to a local Llama. An optional userscript automates the workflow for integrated convenience without vendor lock-in.
Go beyond prompt generation. Use our specialized System Prompt to have the LLM format its response as a structured plan of file operations that Repoburg can parse for you to review and approve.
Get Started in Minutes
Ready to take control of your AI development workflow? Install the CLI and start your first session.
# 1. Install the CLI
npm install -g repoburg
# 2. Start the daemon in a separate terminal
# (You only need to do this once)
repoburg-daemon
# 3. Navigate to your project and start Repoburg
cd /path/to/your/project
repoburg start .