← All projects
Active
|AgentsVisual Control PlaneReactRustAndroidHerdr World
A visual control plane for agents — one workspace for terminal work, shared state, and multiple ways to see what is happening.
Your agents. One office.
Herdr World is a visual control plane for agents: a browser-native workspace for terminal work, shared state, and direct control across desktop and mobile.
![]()
One state, many views
- Spaces — terminal-first workspaces for tabs, panes, notes, and shared viewing.
- Pixel Office — a live spatial view of active, blocked, and idle work.
- Graph and MindCraft — additional visualization directions for the same agent state.
Choose the view that fits the moment; keep the state connected underneath.
![]()
Install
Public preview for Linux x86-64. Copy and run:
VERSION=v0.1.0-rc.2
curl -fLO "https://github.com/IvoryHeart/herdr-world/releases/download/${VERSION}/herdr-world-${VERSION}-linux-x86_64.tar.gz"
curl -fLO "https://github.com/IvoryHeart/herdr-world/releases/download/${VERSION}/herdr-world-${VERSION}-linux-x86_64.tar.gz.sha256"
sha256sum --check "herdr-world-${VERSION}-linux-x86_64.tar.gz.sha256"
tar -xzf "herdr-world-${VERSION}-linux-x86_64.tar.gz"
cd "herdr-world-${VERSION}-linux-x86_64"
bin/herdr-world
Then open http://127.0.0.1:8787. Requires Herdr v0.8.2+ with protocol 20. Herdr remains separate; when its default session is missing, the launcher can offer consent-based setup. macOS public binaries and a signed Android APK are not available yet.