build
Implements with tools. Reads files, edits code, greps the tree. You watch every call as it happens.
A fast, opinionated terminal coding agent, built for how you actually work in the shell. Any OpenAI-compatible model.

Press shift+tab to cycle without leaving the prompt.
Implements with tools. Reads files, edits code, greps the tree. You watch every call as it happens.
Q&A with read-only tools. Interrogate the codebase without letting it touch a byte.
Plans with read-only tools. Explores first, then hands you a sequence of steps to approve.
send message
cycle build / ask / plan
insert newline
quit
scroll transcript
command autocomplete
start a new session
pick a previous session
switch model
zeta ships with no configuration by default. Add openai-compatible model endpoints as shown below.
{ "model": "deepseek/deepseek-v4-flash", "providers": [{ "id": "deepseek", "name": "DeepSeek", "base_url": "https://api.deepseek.com/v1", "api_key": "sk-…", "models": { "deepseek-v4-flash": { "name": "V4 Flash", "context_window": 1000000 } } }]}lives at ~/.zeta/config.json. one file, any providers: deepseek, kimi, xai, openai, a local server.