herdr (GitHub Repo)
TLDR
Herdr is a terminal-based agent multiplexer that displays multiple AI agents' status and output in real-time, allowing users to manage concurrent agent tasks without leaving the terminal. The tool is distributed as a single Rust binary at version 0.4.0 with support for macOS, Linux, and Windows, installable via curl or Homebrew. Sessions persist across detaches and restarts, enabling users to disconnect and reattach from any terminal or SSH connection while agents continue running.
Why it matters
herdr is an agent multiplexer that lives in the terminal, giving users a view of every agent at a glance. Agents continue running even when detached and sessions survive restarts through a pure socket API.