Stop prompting. Start shipping.
zot is an autonomous coding agent. Brief it once and it plans, edits, and runs your code until the whole job is done - no prompting, no babysitting, no chat box.
Fastest way in - grab a release, point it at a task, and let it run:
zot "scaffold a tiny http server in go"Coding agents are usually copilots: they wait for a prompt, suggest, and hand the keyboard back - so you babysit every step. zot flips that: you describe the job once and it runs the whole loop (plan → edit → run → verify → exit) on its own. The agentic loop runs on a capable cloud harness (ChatBotKit), so the binary stays tiny and the local code is small enough to read in one sitting.
- Fully autonomous - one brief in, a finished job out. No prompt loop, no babysitting.
- Real tools - reads, writes, and edits files and runs shell commands in your repo.
- Read-only viewer - watch the plan, edits, commands, and output stream by.
- Project context - picks up
AGENT.mdand skills from your repo. - Tiny and open source - a single Go binary over a cloud harness.
| Repo | Description |
|---|---|
| openzot/openzot | The zot coding agent (CLI) |
- crmkit - an agent-first CRM for AI agents.
