Launching today
Caw
Open source web terminal multiplexer for AI agents
27 followers
Open source web terminal multiplexer for AI agents
27 followers
Caw is a web terminal multiplexer for OpenCode, Claude Code, Codex, Copilot, Antigravity, and Pi. It makes it easy to monitor and interact with multiple agent sessions from anywhere, especially on mobile. Besides the terminal multiplexer itself, it includes: - Built-in file browser and editor - Kanban-like board showing all running agents - Push notifications whenever an agent finishes working or requests your input - Git worktrees on demand to parallelize work - Voice mode




Caw
Multiplexing terminal sessions specifically for AI agent workflows is a smart niche — curious how Caw handles session persistence when an agent's process crashes mid-task, does it auto-reattach or do you lose scrollback? Also wondering if it's local-only or if there's a relay involved, since that matters a lot for anyone running agents against sensitive codebases. Open source is the right call here given how much trust people need to hand a tool that sits between them and their terminal.
Caw
Hi Valeria, thanks for your comment!
The scrollback is only kept in a small in-memory buffer so, on crash, you lose the raw scrollback. What survives is the agent's own internal sesión though, and when you reopen a crashed pane, Caw tells the agent to resume where it left off using each agent's own "--continue" command.
Regarding your other question: fully local, no relay. You self-host the binary. The only outbound call is for push notifications and that doesn't carry your data.