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 Linux · also on Windows · macOS
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.
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. With Fleet, an agent on one machine routes a command to a paired one by OS, machine, or terminal — “build this on the Mac” — then watches it run in a live, labeled remote terminal. They coordinate over shared terminals, a REST/WebSocket API, and a built-in MCP server: on your machine and across your LAN today, with peering on the Pro tier.
# run the build on the paired macOS box — from Windows
$ curl -sX POST http://localhost:42031/api/fleet/execute \
-H "Authorization: Bearer $TERMFLOW_TOKEN" \
-d '{ "targetOS": "macos", "command": "bun run build", "timeoutMs": 300000 }'
{ "machineId": "mac-studio", "terminalId": "t_7c1", "done": true, "exitCode": 0 }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
$—one-time · per seat
Add machines. Your Windows agent talking to your Mac and Linux agents. Buy it once — no subscription.
- Cross-machine agent communication
- Remote web monitoring beyond localhost
- Agent-fleet orchestration
- Lifecycle, task distribution, recovery
Business
$—one-time · per seat
Add people. Hand a teammate a live view of any session. Perpetual, per-seat licensing.
- 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. Paid tiers are a one-time purchase — buy a version, own it, no subscription — and we monetize machines and people, never your agents.