HerdrPersistent terminal runtime, built for agents.
Herdr keeps real terminal panes alive like a multiplexer, but treats agents as first-class runtime objects. You can scan state, jump to blocked work, attach directly to one agent, and let agents read, send, split, and wait through the CLI/socket API.
existing terminalpersistent PTYsSSH attachdirect agent attachagent stateagent API
tmux / ZellijClassic multiplexers stop at terminals.
They own panes and persistence. They do not know which pane is blocked, working, done, or ready for an agent wait.
cmux / WarpTerminal apps replace the terminal.
They can add polished desktop UX, but the workflow moves into their app. Herdr stays inside the terminal you already use.
SoloDashboards supervise processes.
Process health and auto-restart are useful, but Herdr is about persistent interactive agent panes, not dev-stack supervision.
Conductor / Emdash / SupersetWorktree tools own review flow.
They are for branch isolation, diffs, and PRs. Herdr is the live terminal layer those agents can run inside or alongside.