Herdr: A tmux-like terminal multiplexer for AI coding agents
Herdr is a terminal multiplexer designed for managing AI coding agents. It allows users to create workspaces, tabs, and panes while providing real-time visibility into the status of agents. The tool operates without a GUI, maintaining a lightweight presence in the terminal environment.
- ▪Herdr enables users to detach and reattach to sessions while agents continue running in the background.
- ▪It supports mouse interactions for splitting panes and navigating workspaces.
- ▪Users can access their agents remotely via SSH without needing to download additional applications.
Opening excerpt (first ~120 words) tap to expand
herdr herdr.dev · install · quick start · supported agents · integrations · configuration · socket api v.0.4.0.mp4 agent multiplexer that lives in your terminal. workspaces, tabs, panes. mouse-native: click, drag, split. every agent at a glance: blocked, working, done. detach and reattach, agents keep running. no gui app, no electron, no mac-only native wrapper. you see the agent's own terminal, not someone's interpretation of it. install curl -fsSL https://herdr.dev/install.sh | sh or download the binary from releases. requires linux or macos. update herdr notifies you when a new version is available. run manually to update: herdr update quick start herdr by default herdr launches or attaches to one background session server. ctrl+b q detaches the client. agents keep running.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.