Install and use Herdr — the agent multiplexer (16.5k stars) that lives in your terminal. Like tmux for AI agents: run multiple agents in panes, detach, reattach from anywhere (including SSH). Agents persist across disconnects. Keyboard AND mouse. AI socket API for agents to spawn each other. Rust binary, no Electron.
Install and use Herdr — the agent multiplexer (16.5k stars) that lives in your terminal. Like tmux for AI agents: run multiple agents in panes, detach, reattach from anywhere (including SSH). Agents persist across disconnects. Keyboard AND mouse. AI socket API for agents to spawn each other. Rust binary, no Electron.
# Herdr — Agent Multiplexer
## When to use this
- Running multiple agents in parallel (e.g., one building while another researches)
- Long-running tasks that should survive terminal disconnects
- SSH: want to start work locally, continue from a remote machine
- Debugging parallel agent workflows (see all panes at once)
- Agent-to-agent coordination (one agent spawns a pane for another)
## Why Herdr over tmux
| Feature | Herdr | tmux |
|---------|-------|------|
| Mouse support | First-class