For developers running Claude Code, Codex, Gemini CLI, Aider, Cline — in parallel
Launch agents, manage worktrees, sync tasks, edit prompts, and coordinate multiple agent sessions without losing context. Use your existing Claude and Codex accounts. Open source, native to macOS.
Quick Actions are saved agent launches — agent, prompt, system prompt, model, permissions, working folder, and launch behavior. One shortcut starts the right agent with the right context.
Give multiple agents multiple tasks at once. TermLoop creates isolated
worktrees, lets each task run its own dev server or test
command, and keeps the work reviewable without mixing local state.
While one agent is implementing, ask Claude, Codex, or another agent for review, UI feedback, edge-case checks, or improvement ideas. The reviewer stays attached, so the main agent can ask again as the work evolves.
Import Jira, GitHub, or GitLab issues into TermLoop, turn them into local tasks, execute them in managed worktrees, and keep local and remote statuses in sync.
When a chat with an agent becomes a real issue, ask it to promote the conversation into a task. TermLoop proposes the task, can create a remote issue, moves it into a worktree, and starts implementation.
Create custom agents and edit the prompt, system prompt, model, permissions, and launch behavior. No hidden prompt layer.
TermLoop shows every AGENTS.md, CLAUDE.md, and nested folder-specific instruction file, then keeps the right context synced for agents working in different parts of the repo.
Keep work, personal, client, or test agent accounts separate across projects and workflows without constantly switching terminal auth state.
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 workflow 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, agent workflow tools, 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.