Termic is a desktop app for running AI coding-agent CLIs in parallel. It spawns the real claude, codex, agy (Antigravity), copilot, grok and opencode binaries inside terminals, each in its own git worktree, in one window. It’s free, open source (AGPL-3.0), and runs entirely on your machine.
If you’ve used Conductor, the shape is familiar: a project on the left, agents working in isolated copies of your repo, a diff view to check what they did. Termic keeps that workflow and changes the parts that mattered to us, the things you’ll read about throughout these docs.
The one thing that makes Termic different
Termic does not use the vendor SDKs. It spawns the same interactive CLI you’d run in iTerm, the literal claude binary, and talks to it over a PTY (a pseudo-terminal). That single decision is the reason most people switch.
Anthropic’s June 15, 2026 Claude Agent SDK credit change is scheduled to put the SDK path (and claude -p, the GitHub Actions integration, and any third-party app that authenticates through the SDK) on a separate per-user monthly credit: $20 on Pro, $100 on Max 5x, $200 on Max 20x. When that credit runs out, SDK requests stop unless you opt in to overflow at standard API rates.
Tools built on the SDK draw from that credit. Termic doesn’t touch the SDK, so it draws from your regular subscription quota, the same pool you spend when you type claude in a terminal. No second meter, no per-token markup from us, no surprise invoice.
There’s a quieter benefit too. Because Termic just runs the CLI, the day Anthropic, OpenAI or Google ships a new model, slash command or tool, you have it after a brew upgrade. There’s no wrapper to catch up. We can’t be deprecated out from under you either: if claude the CLI exists, Termic works.
What you get
- Parallel worktrees. Every task is a real
git worktree, so N agents can work on N branches at once without stepping on each other. See Tasks & worktrees. - Main checkout mode. Not every change deserves a branch. Attach an agent straight to your main checkout for a quick question or a README fix. See Tasks & worktrees.
- Multi-repo tasks. Put your backend, frontend and infra repos under one task with a shared
CLAUDE.md, and let the agent work across all of them. See Multi-repo tasks. - A per-task sandbox. A macOS Seatbelt cage plus a network allowlist, so an agent can run unattended with permissions skipped and still not be able to read
~/.sshor phone home. See Sandbox overview. - Bring your own agent. The agent list is an editable registry. Drop in
aider,opencode,ollama, or a shell script in about thirty seconds. See Agents & the registry. - A real editor and diff view, fast search, and Spotlight. Everything you’d otherwise leave the app for. See Working in Termic.
Who it’s for
Termic is for developers who already pay for Claude Pro or Max (or use Codex / Grok) and want to run several agents at once without paying twice for the privilege. It’s a developer tool, built by someone who uses it every day, on macOS first with Linux shipping per release and Windows on the way.
Where to go next
If you just want it running, go to Install and then Your first task. If you’re coming from Conductor, the migration guide maps every concept across and points out where Termic does things differently.