Skip to content

[GitHub Trending] ogulcancelik/herdr

7.1 relevance
Score Breakdown
technical depth
7
novelty
7
actionability
8
community
6
strategic
5
personal
9

Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.

Terminal-based agent multiplexer directly relevant to multi-agent orchestration.

AI/ML github.com
agent multiplexer that lives in your terminal. Contribute to ogulcancelik/herdr development by creating an account on GitHub.
Summary

herdr is a Rust-based terminal multiplexer rebuilt for AI agent workflows, giving each agent a real terminal (not an emulated pane) and surfacing status indicators (blocked, working, done) in a sidebar. It runs as a single ~10MB binary on Linux/macOS (Windows beta) with no dependencies, supports persistent sessions across detach/reattach from any terminal (including SSH), and offers a socket API and plugins for agents to orchestrate workspaces, tabs, and panes. Compared to tmux, herdr adds native agent awareness without requiring per-harness hooks, and unlike GUI agent managers (conductor, cmux), it stays in the terminal you already use and works anywhere you can SSH.

Author

ogulcancelik