An AI coding agent
on your own machine
A full IDE with an AI agent that reads, writes, and runs your code — using cheap, private, or bring-your-own models. No sandbox, no lock-in, and your code never leaves your machine.
Free to download · v0.1.0 · macOS, Windows & Linux
import requestsfrom functools import lru_cache+@lru_cache(maxsize=128)def get_user(user_id):r = requests.get(f"/users/{user_id}")+r.raise_for_status()return r.json()
How it works
Open any folder
Your real project on your machine — with the tools you already have installed.
Chat or edit
Describe a task in plain English, or edit code directly. Switch between the two any time.
It ships
Code Claw reads, edits, runs, and commits — you review each change and accept or undo.
Watch it read, edit, and verify
One task, start to finish — you ask, the agent reads the file, makes the change as a reviewable diff, and confirms the tests still pass.
Write code yourself, run it in the terminal
A full editor, not just a chat box — file tree, tabs, syntax highlighting across 20+ languages, and a built-in terminal for tests, dev servers, and builds.
A capable model, free, on your system
Install an open coding model in one click — it runs entirely on your machine. No key, no per-token bill, works offline, and your code never leaves your system.
Point a whole team at one task
God Mode splits a big job across specialist agents — each with its own budget and a review step — and runs them on a live board you can watch and steer.
Learn moreEvery change, reviewed
See exactly what changed as a diff, accept or reject per file, and roll back any task in one click — a snapshot is taken before every run. Full git is built in.
Your free local model, or any provider
Pick the model per chat — your local Qwen, or Anthropic, Gemini, OpenAI, Kimi, DeepSeek, and GLM. Switch any time, no lock-in.
Everything you need to ship
Not a chatbot bolted onto an editor — a real coding environment with an agent that does the work, end to end.
Editor & IDE
- Full code editor — self-hosted, works fully offline
- Syntax highlighting for 20+ languages
- File tree, tabs, and project-wide search
- Integrated terminal — run any command
- Toggle the editor off for a clean AI workspace
An agent that acts
- Reads, writes, and runs your code — end to end
- Build, Plan, and Ask modes
- Run up to 3 conversations at once
- Attach screenshots — it sees your UI
- Slash commands and @-file mentions
Your models, your rules
- Free local model via Ollama — offline, private, $0
- Bring your own key: Anthropic, Gemini, OpenAI…
- Kimi, DeepSeek, GLM — frontier and open models
- Switch models any time, per conversation
Git & safety
- Full git — status, branches, commit, push, pull, diffs
- Review every change — accept or reject per file
- Automatic snapshot before each task — one-click undo
- Your code never leaves your machine
Real dev environment
- 40+ frameworks, 20+ languages
- Scaffold new projects — React, Vue, Next, Laravel…
- Start dev servers and run builds in-app
- Live cost tracking per session
God Mode
- A team of AI agents on one big task
- Each subtask gets a budget and a review step
- Roles from CEO down to specialists
- Watch progress on a live task board
Run it your way
Local and free, your own key, or fully managed — pick what fits, and change your mind whenever.
Free local model
Install an open coding model (Qwen3-Coder) with one click. Runs entirely on your machine — no key, no cost, works offline.
$0 · private · offline
Any provider you like
Plug in Anthropic, Gemini, OpenAI, Kimi, DeepSeek, or GLM. You pay the provider directly — no markup, no lock-in.
Anthropic · Gemini · OpenAI · Kimi…
We handle the key
One subscription, a cheap capable model under the hood, nothing to configure. The easiest way to get started.
One plan · zero setup
Start building in a minute
Download Code Claw, open a folder, and give it your first task.