First public build. Early alpha — built and used daily by one person.
Install
Download Kod.dmg, open it, drag Kod.app to Applications. Signed with a
Developer ID and notarized by Apple, so it opens with no warning and no
right-click-Open dance.
Requires macOS 13+ and at least one of claude / codex on your PATH —
Kod orchestrates them, so without one it has little to do.
What it does
- Standup — who's live, idle, needs-you, or blocked on a usage limit, across every project
- Sessions as the workspace — the focused agent's terminal is the main stage
- Profiles — per-CLI accounts isolated by
CLAUDE_CONFIG_DIR/CODEX_HOME - Recover — find and resume crashed or previously-run sessions
- Owned sessions — a background daemon keeps them alive across GUI restarts
- Dock badge + native notification when an agent needs a decision
Known rough edges
These are real and worth knowing before you download:
- Text fields do not accept paste. Every field is a custom control; ⌘V does nothing yet.
- Projects cannot be deleted once added.
- Map and memory are compiled out by default — they are unfinished, and behind cargo features.
- Very little of the UI has been exercised by anyone other than the author.
Issues and honest reports welcome.
Build from source
git clone https://github.com/FelisAI/kod.git
cd kod/app && cargo run -p orchestrator-guiApache-2.0.