A macOS app for developers who work with AI coding agents. It gives Claude, Codex, and other terminal-based AI tools a proper home — a multi-project, multi-thread workspace where you can run several agents side by side, browse files, see git status at a glance, and monitor what your agents are doing through real-time transcript awareness.
The Problem
AI coding agents live in the terminal, but the terminal wasn't built for them. You end up juggling multiple tabs, losing track of what each agent is doing, and constantly switching context to check on progress, approve actions, or review costs. There's no unified view of your AI-assisted workflow.
Key Features
- Multi-project workspace with drag-and-drop reordering
- Multiple concurrent threads — Claude, Codex, or plain shell sessions running side by side
- File tree with git status decorations and Quick Look preview
- Transcript-powered UI — see agent activity, errors, plan progress, and costs without switching context
- Activity indicators and approval badges so you always know what needs attention
- Cost tracking to keep spend visible across all running agents
- Session persistence and resume across restarts
- Themes, accent colours, and unified text scaling
Built With
- Tauri v2 — Rust backend + web frontend
- React + TypeScript with Zustand for state management
- xterm.js with WebGL-accelerated rendering for the terminal
- portable-pty for cross-platform pseudo-terminal management
- Shiki for syntax highlighting, diff2html for visual diffs
- notify for real-time file system watching
- dnd-kit for drag-and-drop interactions
Status
Active development. Building toward a public release.
