agent active

Zot

Maker: patriceckhart License: MIT Stars: 319 First released: 2026-04-17 Language: Go
CLI

About

Zot is built as a counter-position to harness bloat: a terminal coding agent shipped as a single static Go binary with no runtime, no Docker, and no package manager — put it on the PATH and it works. Its tool set is deliberately the minimum viable set for a coding loop (read, write, edit, bash), a design stance the project maintains rather than grows past. Model access is nonetheless broad, with a unified catalog spanning Anthropic, OpenAI, Gemini, Bedrock, Azure, Ollama, llama.cpp, and roughly twenty other providers, plus custom entries through models.json. When four tools are not enough, extensions connect over JSON-RPC from any language, registering slash commands, tools, permission gates, and interactive panels — installed opt-in rather than bundled. Sessions can be resumed, forked, branched, compacted, and exported, background subagent loops run within the same repository, and an unusual Telegram bridge lets the agent be steered by direct message from a phone. The project is MIT-licensed, hosted on GitHub, and self-described as in beta indefinitely; the harness itself is free with users paying provider API costs shown per model in the UI. Its audience is developers who want a small, inspectable harness they can carry as one binary rather than a platform.