
your AI agents are chaos.
this is the fix.
Koryphaios orchestrates 120+ AI providers with a Manager Worker Critic architecture. Time travel undo. Parallel agents in isolated worktrees. Cost tracking per token. One prompt. Multiple specialists. Zero babysitting.
Ready for your request
Start a new project or collaborate with specialized agents on your existing code.
Your workflow is broken.
Multi-agent tools exist, but you're still the manager — switching models, reviewing output, tracking costs. That's not vibe coding. That's infrastructure work.
Too Many Tools
Claude in one tab, GPT in another, Cursor on the side. You're the glue holding it all together.
Surprise Bills
Different providers, different pricing, different billing cycles. The invoice arrives and it's always a shock.
No Safety Net
AI breaks your code and undoing means messy commits with zero context about what was tried or what it cost.
Agents that manage themselves.
One instruction. The system handles delegation, execution, quality control, and rollback.
One prompt. The Manager handles the rest.
Classifies tasks, picks the best models, builds fallback chains, spawns workers in isolated git worktrees.
Multiple specialists run simultaneously in separate worktrees. Each sandboxed to specific paths — no conflicts, no overwrites.
Reviews all output before you see it. Returns PASS or FAIL with line-level feedback. Bad code never reaches you.
Every change stored as a dangling commit with cost, tokens, model, and prompt hash. Time travel to any state. Your branch stays clean.
16 Built-In Tools + MCP Extensions
+ any MCP server tools via stdio or SSE transport
Built different.
Manager Worker Critic
Every output routes through a read-only Critic that gates with PASS or FAIL. Bad code never reaches you — it's baked into the architecture.
Quality gate at the coreGhost Commits
Dangling git objects stored off your branch with full metadata: cost, tokens, model, prompt hash. Roll back to any state. Your history stays clean.
Time travel for your codeParallel Agent Isolation
Workers run in separate git worktrees with API-level path enforcement. No race conditions, no overwrites, no surprises.
True isolationReal Time Cost Tracking
Per provider, per model, per session, per token — visible live as it happens. Running 6 agents across 3 providers? See exactly what each burns.
No more surprise billsMCP Integration
Stdio and SSE transports, full tool, resource, and prompt support. Plug in any MCP server and your agents use it immediately.
Universal compatibilityRole Based Security
Three permission tiers enforced at the API level: Manager (full access), Workers (path-restricted), Critic (read-only). JWT auth, rate limiting, encrypted storage.
Defense in depthReal Time Streaming
WebSocket first, SSE fallback. 30+ event types: agent spawns, tool calls, Critic verdicts, cost updates. Full observability, zero black boxes.
See everythingNative Desktop App
Built with Tauri: under 100MB native binary on Windows, macOS, and Linux. No Electron bloat, no VS Code subscription. System tray, native menus, local data.
Lean and nativeEvery model. One dashboard.
Koryphaios auto detects your API keys, routes to the best available model, and fails over automatically when a provider goes down. Circuit breaker pattern with fallback chains up to 25 models deep.
Fast Inference
Aggregators & Gateways
Specialized & Regional
Additional Providers
Provider costs are pass through. No markup. You pay them directly at their published rates.
Free. No catch.
Apache 2.0 licensed. Full source. No telemetry. No vendor lock-in. You pay your providers directly at their published rates — we add zero markup, zero fees, zero hidden costs. The code is yours.
No Subscription
No monthly fee, no tiers, no seat licenses. Clone the repo, add your API keys, start building. All features unlocked. Forever.
Full Source
Apache 2.0 license. Fork it, modify it, build on it. TypeScript frontend + Bun backend + Tauri desktop — fully auditable.
Your Keys, Your Data
No cloud proxy. No analytics. No telemetry. API calls go directly from your machine to your providers. We never see your code, your prompts, or your keys.
Built With
Let the agents work.
You go ship.
Clone the repo. Add your API keys. Start a session. Koryphaios handles orchestration, review, cost tracking, and undo. You handle the vision.
Quick Start
$ git clone https://github.com/Sylorlabs/Koryphaios.git
$ cd Koryphaios && bun install
$ cp config.example.json koryphaios.json
$ bun run dev