herdrdev/herdr
the runtime your coding agents live on observed · 2026-08-28
Health v2 · maintenance only
81/100
- Activity 99
- Release rhythm 98
- Longevity 11
Flags: young
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 1.0
- age_days: 159
- days_rel: 14
- days_push: 8
- n_releases_24m: 55
Adoption not part of the score
32631 stars · 2353 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Herdr is a Rust-based terminal multiplexer and runtime designed for running AI coding agents like Claude Code, Codex, and Cursor in persistent terminal panes. It tracks agent state (working, blocked, idle), survives disconnects and restarts, and exposes a CLI and socket API so agents and scripts can orchestrate each other.
Use cases
- run multiple AI coding agents in parallel terminals
- keep coding agents running after closing laptop or losing network
- monitor which agent is blocked or idle across workspaces
- let one agent spawn and coordinate other agents
- detach and reattach terminal sessions over ssh
- replace tmux with a mouse-first multiplexer
- restore terminal layouts after a server restart
When to choose
- you run several AI coding agents (Claude Code, Codex, Cursor, etc.) simultaneously and need visibility into their state
- you want agent sessions to survive lid close, network drops, or machine restarts
- you need programmatic/agent-driven orchestration of terminal panes via CLI or socket API
- you want tmux-style keybindings plus first-class mouse interaction
- you want a single Rust binary with no Electron dependency
When to avoid
- you only ever run one terminal with no AI agents and are happy with tmux
- you need full process preservation across full server restarts (snapshot restore only restores layout)
- you rely on niche agents not in the supported list and need deep lifecycle integration
- you need mature Windows parity — Windows support is newer with documented platform-specific gaps
Facets
cli-tool · maturity active
terminal-ui developer-tools agent-framework cli workflow-automation plugin-system developer-tools windows cli rust terminal-multiplexer tmux-alternative coding-agents agent-orchestration session-persistence tui workspace-manager claude-code codex command-line ai-agents automation linux macos
9 sources
- readme: https://github.com/herdrdev/herdr · fetched 2026-08-28 · c7703e98d16c
- homepage: https://herdr.dev · fetched 2026-08-29 · 403f9de8693d
- site_page: https://herdr.dev/docs · fetched 2026-08-29 · 8c67992e2cae
- site_page: https://herdr.dev/docs/install · fetched 2026-08-29 · 32a612e7151c
- site_page: https://herdr.dev/docs/agents · fetched 2026-08-29 · 0213c03464d1
- site_page: https://herdr.dev/docs/session-state · fetched 2026-08-29 · 816ae0205b50
- site_page: https://herdr.dev/docs/agent-automation · fetched 2026-08-29 · 4c156df3952d
- site_page: https://herdr.dev/docs/integrations · fetched 2026-08-29 · a925f43a1316
- site_page: https://herdr.dev/docs/windows-beta · fetched 2026-08-29 · 26881ea01ad1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| herdrdev/herdr | main | 81 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem