herdr

herdr

AGPL terminal multiplexer for running AI coding agents in parallel panes, tracking which is working, waiting, or done. A single local Rust binary, no cloud; a one-maintainer project with a commercial-license waiver.

🩺 Vitals

What do these metrics mean?
  • Last active: when code was last pushed, as of our last check. The dot is green when that was recent, grey otherwise. A long gap can mean a tool is finished and stable, not only unmaintained.
  • Latest release: the most recent tagged, packaged version the maintainers published. Not every healthy project tags releases.
  • Open issues: unresolved reports and requests. A high number is normal for a popular project and is not a warning on its own.
  • Stars: how many people bookmarked the project on its forge. A rough popularity signal, not a measure of quality.

🏗️ Profile

1. The Executive Summary

What is it? Developers increasingly run several AI coding agents at once — one refactoring, one writing tests, one chasing a bug — and the bottleneck becomes human: you tab between terminals trying to remember which agent is blocked waiting for your approval and which has gone quiet because it already finished. herdr is a terminal multiplexer built for exactly this. Like tmux, it splits your terminal into panes and persists sessions; unlike tmux, it understands what is happening inside each pane, surfacing in real time whether an agent is actively working, waiting for input, or done. You point it at the CLI coding agents you already use (for example opencode or goose) and it becomes the cockpit for running them in parallel. It is a single Rust binary that runs entirely on your machine — sessions are plain JSON on local disk, and nothing is sent to a cloud.

The Strategic Verdict:

2. The "Hidden" Costs (TCO Analysis)

Cost Component Cursor Background Agents (SaaS) herdr (Self-Hosted)
Pricing Model Subscription plus usage, billed per seat Free; AGPL, runs on your own hardware
Where Agents Run Vendor cloud Your machine
Data Residency Code sent to vendor infrastructure Code and sessions never leave local disk
Agent Choice Tied to the vendor's models and runtime Bring any CLI agent you already use

3. The "Day 2" Reality Check

🚀 Deployment & Operations

🛡️ Security & Governance (Risk Assessment)

4. Market Landscape

🏢 Proprietary Incumbents

🤝 Open Source Ecosystem