OPEN SOURCE · NATIVE MACOS
The terminal built for agents.
Tabs organized by project, notifications when an agent finishes its task, an AI-powered diff viewer, and the option to quickly move a project into a VM that runs faster than your macOS filesystem.
✦ NEW
AI summaries of changes
One click and the model of your choice reads the working tree and explains what actually changed — per file, with the why.
+ use your own codex / grok subscriptions at no extra cost
/// PROVISIONING
VMs in seconds, from golden images
dev-vm-2
golden image hit
✓Clone golden disk — APFS clonefile0.4s
✓Boot — EFI, virtio2.9s
✓Clone-init: hostname, keys1.7s
Push credentials over ssh
✓ claude
✓ codex
✓ grok
6 cpu · 8 GB
Pick CPU, RAM and agents; cloud-init does the rest. The first VM of a config is captured as a scrubbed golden image — every later one clones it instantly.
/// NETWORK
Ports that follow you home
Port 3000 detected in dev-vm
Forward
×
Forwarded ports
guest5173→localhost:5173↗×
guest8080→localhost:8080↗×
guest5432→localhost:5433remapped×
A watcher inside the guest diffs live listeners and mirrors them onto your Mac's loopback — chips on the project row, click to open, × to stop.
/// NOTIFICATIONS
Agent Notifications
Lifecycle hooks installed into claude, codex and grok report real events, with status next to the chat to see the current state
prompt-submit
stop
notification
session-end
↓
›_
Claude finishednow
Fix flaky auth test — 41 tests passing
Refactor billing workerworking
Fix flaky auth testneeds review
/// BENCHMARKS
Faster inside the VM than outside it.
Agent workloads on ext4 skip the APFS metadata tax and per-spawn Gatekeeper checks — the two things that make agentic coding 10–15× slower on macOS.
pnpm install — TS monorepo
vm 2.2× faster
git clean — node_modules
vm 9× faster
2,825 Jest tests — CPU-bound
no VM tax