43 个开发者工具,始终保持最新 — 上游每次发布后数小时内即可通过 apt 获取。 加入 Discord

📅 自 起,使用本 apt 镜像将需要订阅。 查看价格

🐑 安装最新的 herdr 在 Debian 上

Terminal workspace manager for AI coding agents

最新版本:0.8.0 · 更新于 2026-08-03
来源版本
deb.griffo.io0.8.0 ✅
官方 Debian🚫 未收录
← 返回首页
📌 在特定发行版本上安装? Debian 12 (bookworm) · Debian 13 (trixie) · Debian 14 (forky) · Debian Sid

什么是 herdr?

herdr is an agent multiplexer that lives in your terminal — a workspace manager for running and orchestrating multiple AI coding agents side by side. Written in Rust and shipped as a single static binary, it lets you drive a whole fleet of agents (Claude Code, Codex, Gemini, Aider and more) from one keyboard-friendly TUI, with persistent sessions, git worktrees and remote access over SSH.

🤖 Built for AI coding agents:
  • Run many agents at once — each in its own pane, tab and workspace
  • Persistent sessions that survive disconnects, like a multiplexer for agents
  • Git worktree aware — isolate each agent on its own branch
  • Remote over SSH — attach to a herdr server running anywhere
🚀 Why Latest Versions Matter: herdr ships fast, with stable and preview channels and frequent releases adding new agent integrations, workspace features and TUI improvements. Installing from deb.griffo.io keeps you on the newest release without running the built-in self-updater.

⚡ Key Features of herdr

🤖 Multiple Agents Side by Side

Launch and orchestrate several AI coding agents at once, each in its own pane and tab, and switch between them without leaving your terminal.

🗂️ Workspaces & Sessions

Group your work into named, persistent sessions and workspaces that keep running in the background and reattach instantly.

🌿 Git Worktrees

Give each agent its own git worktree and branch, so parallel work never collides and diffs stay clean and reviewable.

🖥️ Remote over SSH

Attach through SSH to a herdr server running on any machine and drive remote sessions as if they were local.

⌨️ Keyboard-Driven TUI

A fast, mouse-optional terminal UI with configurable keybindings, tabs and panes — everything is a keystroke away.

🔌 Integrations & Extensible

Built-in agent integrations plus a socket API and config file, with a growing ecosystem of first-class plugins around it.

🚀 始终领先于官方软件源:Debian 和 Ubuntu 在发布时会冻结软件包版本——本仓库通常在上游发布后数小时内即发布新版本。只需 apt upgrade 即可始终保持最新版本。

📦 从 deb.griffo.io 安装

运行命令

步骤 1:添加仓库

sudo install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://deb.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/keyrings/deb.griffo.io.gpg
echo "deb [signed-by=/etc/apt/keyrings/deb.griffo.io.gpg] https://deb.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/deb.griffo.io.list > /dev/null
sudo apt update
install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://deb.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | gpg --dearmor --yes -o /etc/apt/keyrings/deb.griffo.io.gpg
echo "deb [signed-by=/etc/apt/keyrings/deb.griffo.io.gpg] https://deb.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | tee /etc/apt/sources.list.d/deb.griffo.io.list > /dev/null
apt update

步骤 2:安装 herdr

# Install latest herdr
sudo apt install herdr

# Verify installation
herdr --version
# Install latest herdr
apt install herdr

# Verify installation
herdr --version

🎯 基本使用示例

启动并连接到你的会话:

# Launch or attach to the persistent session
herdr

# Use or create a named session
herdr --session work

# Attach to a named session
herdr session attach work

使用远程服务器:

# Attach through SSH to a remote herdr server
herdr --remote user@server

# Open a named session on a remote host
herdr --remote user@server --session build

管理工作区、worktree 和代理:

# Workspace, worktree and agent helpers over the socket API
herdr workspace list
herdr worktree list
herdr agent list

# Show local client and running server status
herdr status

频道、配置和 shell 补全:

# Choose the stable or preview update channel
herdr channel set stable

# Generate shell completions for zsh
herdr completion zsh

# Print the default configuration
herdr --default-config

🚀 为什么选择 deb.griffo.io?

📊 Installation Comparison:
  • Official Debian: herdr is not packaged — nothing to install
  • Curl / self-updater: Manual setup, updates outside the package manager
  • Build from source: Requires a Rust toolchain and time
  • deb.griffo.io: Latest version with automatic apt updates

🏆 Why herdr is Different

  • Agent-first: Purpose-built to run many AI coding agents in parallel
  • Persistent: Server/client model keeps sessions alive across disconnects
  • Git-native: Worktrees keep every agent isolated on its own branch
  • Remote-ready: Attach to a herdr server anywhere over SSH
  • Single binary: Static Rust build with no runtime dependencies

📦 软件包构建仓库

Debian 软件包在此 GitHub 仓库中自动构建和维护:

🔗 相关软件包

也可从 deb.griffo.io 获取:

🎯 Perfect for: developers working with AI coding agents, anyone running several agents in parallel, teams that want persistent remote sessions, and terminal power users who prefer a keyboard-driven workflow.

📦 本仓库最近发布

❓ 常见问题

herdr 在官方 Debian 软件源中吗?

不在 — 官方 Debian 源没有打包 herdr。本仓库目前是唯一的 apt 来源,提供 herdr 0.8.0。

如何在 Debian 上安装最新版 herdr?

按上方说明一次性添加 deb.griffo.io 仓库,然后运行:sudo apt install herdr。之后通过常规的 sudo apt upgrade 获取新版本。

软件包是否有签名?如何构建?

每个软件包都使用仓库的 GPG 密钥(EA0F721D231FDD3A0A17B9AC7808B4DD62C41256)签名,并基于上游发布在公开的 GitHub 仓库中构建,任何人都可以审查。

支持哪些 Debian 版本?

Debian 12 Bookworm、Debian 13 Trixie、Forky 和 Sid。