Discover and explore top open-source AI tools and projects—updated daily.
ogulcancelikTerminal-native supervisor for multiple coding agents
Top 75.3% on SourcePulse
<2-3 sentences summarising what the project addresses and solves, the target audience, and the benefit.> herdr is a terminal-native workspace manager designed to supervise multiple coding agents simultaneously within a single terminal window. It targets developers and power users who run various AI coding assistants and need a unified interface to manage their parallel execution, monitor their status, and facilitate inter-agent communication. herdr enhances productivity by providing context-aware workspaces, tabs, and panes, eliminating the need to switch between multiple terminals or GUIs.
How It Works
herdr operates as a single Rust binary, embedding itself within existing terminal emulators like Alacritty, Kitty, or even tmux. Its core innovation is a 'supervision layer' that adds awareness and management capabilities to terminal-based coding agents. It organizes work into workspaces, tabs, and panes, automatically detecting running agents by inspecting foreground processes and terminal output. Agents can communicate and coordinate via a local socket API, enabling complex workflows where agents can spawn new panes, wait for each other, and exchange data.
Quick Start & Requirements
curl -fsSL https://herdr.dev/install.sh | shherdr.dev.Highlighted Details
Maintenance & Community
The project was notably built almost entirely through AI coding agents, with human supervision. No explicit community links (Discord/Slack) or contributor/sponsorship details are provided in the README.
Licensing & Compatibility
Limitations & Caveats
The project's AI-driven development suggests potential for "rough edges." The AGPL-3.0 license imposes significant obligations for distribution, requiring derived works to also be open-sourced under AGPL-3.0. Automatic agent detection relies on heuristics and process inspection, which might not be foolproof for all agents or configurations.
19 hours ago
Inactive