For devs running Claude Code, Codex, Gemini CLI, Aider, Cline — in parallel
Run AI agents in parallel — each in its own git worktree. Use your existing Claude or Codex subscription. Control the whole thing from your phone. Open source, native to macOS.
Quick Actions are saved agent launches — name, prompt, model, even a starter command. One tap fires the whole set, each agent ready to work on its own task.
Hand four agents four tasks at once. Each runs in its own
worktree, boots its own dev server, opens its own PR.
Your host checkout stays clean.
When an agent hits a wall, it doesn't wait for you. The built-in
ask_to MCP tool lets it consult any other running
agent — different model, different worktree, different perspective.
Cross-pollination, no human in the loop.
Branch, PR status, dirty file count, port forwards, agent state — every workspace at a glance. Skim ten active threads without switching tabs.
TermLoop catalogs every CLAUDE.md, AGENTS.md, GEMINI.md across your tree, scores how much each one actually helps, and lets you clone the strong ones into other agents.
No. TermLoop runs the agent CLIs you already use — Claude Code, Codex, Gemini CLI, Aider, Cline. You stay logged in with your existing subscription. TermLoop never proxies your API traffic and adds no billing layer.
Anything with a CLI: Claude Code (Anthropic), Codex (OpenAI), Gemini CLI (Google), Aider, Cline, local Ollama, or your own scripts. TermLoop just hands each one a worktree and a pane — it's model-agnostic.
TermLoop builds on cmux, an open-source GPL-3.0 terminal multiplexer by Manaflow. cmux gives us the multiplexer foundation — splits, panes, the renderer. The agent-loop layer, worktree orchestration, ask_to MCP, Context Bank, mobile bridge, and per-project Claude accounts — all of it is what TermLoop adds on top.
Yes. The macOS app is a free download and the source is public. Inspect the socket protocol, the agent loop, the worktree orchestration — everything. No telemetry, no phone-home.
macOS only today. Linux is on the roadmap. Windows isn't, for now — we wanted a native, low-latency UI before we wanted broad reach.
Yes — the iOS client connects to your TermLoop session over an authenticated TCP socket on your local network. It's stable today but still under active development, so expect ongoing iteration. Desktop is the primary surface for now.
They never leave your machine. Agents call their providers directly with your own subscription. The only network call TermLoop itself makes is checking for app updates, which you can disable.