Keyboard shortcuts

Press ← or β†’ to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Koda 🐻

Koda is a terminal-native AI coding agent. It runs locally, keeps all data on your machine, and connects to any LLM provider you choose.

Modes at a glance

ModeHow to invokeBest for
Interactive TUIkoda (no args)Long sessions, iterative coding
Headlesskoda "prompt" or echo … | kodaScripts, CI, one-shot tasks
ACP serverkoda server --stdioEditor plugins (VS Code, Zed, …)

Quick start

# 1. Open the interactive TUI
koda

# 2. Ask something at the prompt
#    > explain why the auth tests are failing

# 3. Type /help inside for keybindings and commands

First run triggers onboarding: Koda looks for a running local model (LM Studio, Ollama) and falls back to prompting for a cloud API key.

What’s next