Esta página se muestra en inglés. Una traducción al español está en curso.
CLI ToolsMay 13, 2026·2 min de lectura

herdr — Terminal Multiplexer for Coding Agents

herdr runs multiple coding agents in one persistent terminal workspace with pane control, detach-and-resume flow, and remote status check-ins.

Introducción

herdr runs multiple coding agents in one persistent terminal workspace with pane control, detach-and-resume flow, and remote status check-ins.

Best for: operators running several coding agents at once who need one stable terminal control plane instead of many fragile tabs

Works with: Linux or macOS, terminal-first agent workflows, SSH access, persistent sessions, multi-pane agent orchestration

Setup time: 5-10 minutes

Key facts (verified)

  • GitHub: 701 stars · 46 forks · pushed 2026-05-13.
  • License: AGPL-3.0; owner avatar verified from GitHub API for ogulcancelik.
  • Entry point checked from README: curl -fsSL https://herdr.dev/install.sh | sh.

Main

herdr is valuable when you already trust agent output but cannot reliably supervise parallel runs. It centralizes panes, status, and session persistence so orchestration stops depending on memory.

The operational pattern is simple: start one session, create task-specific panes, detach when you leave, and reconnect later without losing the running context.

Because the README explicitly calls out phone or remote SSH check-ins, herdr fits teams that need to monitor long-running coding jobs without keeping a laptop open all day.

Source-backed notes

  • README has a dedicated install section with a shell installer and release binaries.
  • Quick start is simply launching herdr after install.
  • Persistence docs explain detach-and-resume sessions and SSH-based remote access.

FAQ

Q: Is it just tmux? A: No. The project focuses on agent-aware session management, status scanning, and a simpler operator flow.

Q: How do I install it? A: Use the shell installer or download a release binary, exactly as documented in the README.

Q: Can I reconnect later? A: Yes. Persistence and remote SSH re-entry are first-class workflow points in the docs.

🙏

Fuente y agradecimientos

Source: https://github.com/ogulcancelik/herdr > License: AGPL-3.0 > GitHub stars: 701 · forks: 46

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados