Herdr: The Tmux for AI Agents

Managing persistent, async terminal workflows designed specifically for long-running AI agent sessions.

Based on the video overview by Hal Shin.

The Long-Running Agent Problem

Standard AI coding sessions tie down your local terminal. If you close your laptop or lose your connection, the context and session break.

Spaces, Panes, and Hybrid Control

Herdr balances the traditional keyboard-driven power of Tmux with modern visual conveniences.

Deep Integration: Visual Statuses

Herdr features an integrated Agents Tab in its navigation bar that visually tracks the state of background tasks:

It fires native OS pings so you don't return hours later only to realize your agent stopped after 2 minutes.

True Asynchronous Execution

Herdr works directly via a Unix socket backend, making it natively capable of seamless remote management.

$ her --remote [ssh-host-config-name]

Using Herdr as an Orchestrator

Because Herdr exposes a robust CLI over a Unix socket, AI agents can control Herdr itself.

$ her workspace list
$ her pane create

Getting Started

Because it utilizes Unix sockets, Herdr natively supports macOS, Ubuntu, and Linux configurations.

# List active agent sessions
$ her session list
Slide 1 of 7