Docs

Koryphaios documentation

Koryphaios is a native desktop AI workspace that orchestrates a team of coding agents against your real project — planning, delegating, self-reviewing, and letting you undo anything. These docs explain how it works and where the sharp edges are.

What Koryphaios is

Most AI coding tools are a single model in a chat box. Koryphaios is an orchestrator: a manager agent (“Kory”) plans a task, delegates pieces to specialist worker agents running in isolated git worktrees, runs a read-only critic over their work, and synthesizes the result — all against your actual repository, on your machine.

It runs as a native desktop app (Tauri + a local Bun backend). Your code never leaves your computer unless you explicitly share it. You bring your own models — API keys or the agent CLIs you already have installed (Claude Code, Codex, Grok, Cursor, Devin, Cline, Antigravity).

Start here

How Koryphaios works

The manager / worker / critic loop, git worktrees, time travel, and real-time streaming. Read →

Providers & CLI agents

API keys vs. subscription CLIs, the 50+ providers, and how to connect them. Read →

CLI agent limitations

The honest caveats — what a CLI harness can and can't do, per provider. Read →

Notes

An Obsidian-style knowledge graph, native to Koryphaios and readable by your agents. Read →

Memory

Universal, project, and session memory plus rules and preferences. Read →

Share your models

Lend your providers to a friend — and the sandbox that confines a shared CLI. Read →

Design principles

  • Local-first. The backend runs on your machine; your code stays yours.
  • Bring your own models. Any provider, API key or CLI, mixed freely.
  • Reversible. Every AI change is a ghost commit you can rewind.
  • Honest about limits. Where a CLI or the sandbox can't guarantee something, the app and these docs say so.