Yet another coding agent harness, lightweight and written in Go
zot is a single static binary AI-powered coding assistant with built-in support for 20+ LLM providers (Anthropic, OpenAI, Google Gemini, GitHub Copilot, DeepSeek, and others). It provides four tools for file operations (read, write, edit, bash), multiple interaction modes including interactive TUI, session management with resumable conversations, background subagents for parallel task execution, and extensions via subprocess and JSON-RPC.
zot is a single static binary AI-powered coding assistant with built-in support for 20+ LLM providers (Anthropic, OpenAI, Google Gemini, GitHub Copilot, DeepSeek, and others). It provides four tools for file operations (read, write, edit, bash), multiple interaction modes including interactive TUI, session management with resumable conversations, background subagents for parallel task execution, and extensions via subprocess and JSON-RPC.
To install zot, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install zot
To see what files were installed by zot, run:
port contents zot
To later upgrade zot, run:
sudo port selfupdate && sudo port upgrade zot
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.