The terminal for AI agents

Your agents live in the terminal. Give them one built for each other.

TermFlow runs every agent CLI — Claude Code, Codex, agy, and whatever ships next — lets them talk across machines and platforms, and shows you all of it in real time.

for Windows · also on macOS · Linux

Any agent, one terminal

If it runs in a terminal, it runs in TermFlow.

No plugins, no wrappers. Point it at the CLIs your team already uses.

Claude CodeOpenAI CodexAntigravity · agyGitHub Copilot CLIopencodeGeminiand yours →

The one nobody else ships

Agents that talk to each other.

One agent hands work to another — review this diff, run that suite, report back. They coordinate over shared terminals, a full REST/WebSocket API, and a built-in MCP server. It works on your machine and across your LAN today; coordinating agents across networks is the Pro tier.

RESTWebSocketMCP
# hand the reviewed change to the claude session in another pane
$ curl -sX POST http://localhost:42031/api/terminals/$CLAUDE_ID/prompt \
    -H "Authorization: Bearer $TERMFLOW_TOKEN" \
    -d '{ "text": "tests green — safe to commit", "cliType": "claude" }'

{ "ok": true, "terminalId": "t_9f2", "delivered": true }

Watch it work — or don't

A GUI when a human is watching. An API when a pipeline runs.

Watch every agent live

Split panes, tabs, and a real-time view of every session. Output streams as it happens; sessions persist and restore.

  • · multi-pane live view
  • · split panes & tabs
  • · session persistence & restore

…or drive it over the API

# run TermFlow window-hidden, driven over the API / MCP
$ termflow --headless --api-port 42031

# from CI, a script, or another agent — reach the session:
$ curl -s http://localhost:42031/api/terminals \
    -H "Authorization: Bearer $TERMFLOW_TOKEN"

Terminal table stakes

The fundamentals, done properly.

Split panes & layouts

Tile, stack, save layouts.

WebGL rendering

GPU-accelerated draw path.

Multi-shell

PowerShell, bash, zsh, WSL, cmd.

Session restore

Pick up exactly where you left.

Color schemes

Bring your palette.

Scrollback search

Find anything across your history.

Keyboard-first

Every action bindable.

Cross-platform

Native Windows, macOS, Linux.

Honest note: Windows Terminal still edges us on raw rendering throughput. We're closing the gap — we won't pretend otherwise.

Pricing

The terminal is free. The fleet is paid.

Everything on one machine is free. We charge only where value multiplies across machines and people.

Free

$0forever · per machine

The complete terminal platform. No caps a solo developer would hit.

  • Tabs, panes, shells, themes
  • Session restore & scrollback
  • Full REST / WebSocket API
  • Built-in MCP server
  • Headless / API-driven operation

Pro

$—/mo · per operator

Add machines. Your Windows agent talking to your Mac and Linux agents.

  • Cross-machine agent communication
  • Remote web monitoring beyond localhost
  • Agent-fleet orchestration
  • Lifecycle, task distribution, recovery

Team

$—/seat · per month

Add people. Hand a teammate a live view of any session.

  • Everything in Pro
  • Shared live sessions
  • Centralized MCP config, SSO
  • Admin controls & audit trails

Running agent CLIs and your own AI keys is free forever. We monetize machines and people — never your agents.