Repoburg
Login

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.

A demonstration of the Repoburg application workflow.

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.

Programmable Context

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.

Decoupled LLM Workflow

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.

Actionable File Operations

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.

Installation & Setup
# 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 .