Skip to content

Cogo

Latest release

An agentic CLI 
for Go developers

Like Claude Code, but built in Go on the Google ADK and 
Gemini 3.x. One static binary, MCP-native, project-scoped.

Install

brew install go-steer/cogo/cogo
cogo --version

Try it in 60 seconds

# Auth (pick one)
export GOOGLE_API_KEY=...                            # public Gemini API
# or
gcloud auth application-default login                # Vertex AI
export GOOGLE_GENAI_USE_VERTEXAI=true
export GOOGLE_CLOUD_PROJECT=your-project

# Single turn, pipeable
cogo -p "Summarize the files in this directory."

# Or interactive
cogo

For a fresh project: cogo init writes a sensible .agents/ skeleton; cogo init --interactive walks you through provider, model, and permission mode.