Install
Hordr is a herdr plugin distributed as an npm package. You need herdr, Node / Bun, and beans on your machine first.
Prerequisites
Section titled “Prerequisites”- herdr — the terminal runtime hordr plugs into. Install it per its docs.
- Node 18+ or Bun — hordr is a TypeScript CLI.
- beans — the issue tracker that holds the work contracts (
beansCLI).
Install
Section titled “Install”Clone and build, then link hordr into herdr:
git clone https://github.com/herdr/hordr.gitcd hordrbun installbun run buildherdr plugin link .herdr plugin link . registers the local checkout so hordr … is available as
a herdr subcommand. Re-run bun run build after changing the TypeScript source.
Verify
Section titled “Verify”hordr --versionhordr --helpYou should see the command list (run, finish, done, cleanup, prime,
fleet …).
Zero-config
Section titled “Zero-config”Hordr works out of the box. A .beans.yml with just a beans: block is
enough — no hordr: section required. The defaults cover implementer,
tester, and reviewer roles, all on the opencode harness.
See Configuration to customize roles, harnesses, and personas.