Docs Tools FAQ GitHub
apollo

An AI pair-programmer in your terminal.

Free and open source CLI coding assistant written in Go, powered by MiniMax-M2.5 via the opencode.ai API. Set OPENCODE_API_KEY, run apollo, and start delegating — get going in a minute.

Quickstart View on GitHub
Features
Docs
# install $ go install github.com/HimanshuSardana/apollo@latest # configure (get a key from opencode.ai) $ export OPENCODE_API_KEY=your_api_key # ask it something, quit with 'quit' $ apollo
Tools
FAQ

What do I need to run apollo?

Go 1.25+ to install, and an OPENCODE_API_KEY from opencode.ai — the model (MiniMax-M2.5) is served through their OpenAI-compatible API.

Is apollo free?

Yes — MIT-licensed and open source. Model usage is billed by your opencode.ai account, if applicable.

How do the tools work?

The agent requests tool calls (ls, read, bash), apollo executes them locally and feeds results back — chaining automatically until the answer is ready. Details here.

Can I see what it sends to the API?

Yes — run apollo -d (or --debug) to print the raw request JSON. /usage shows the session's token totals.

How do skills work?

Type /skill:<name> and apollo prepends that skill's instructions to your message — full guide here.

I found a bug / want a feature?

Open an issue or pull request on GitHub.