Skip to content

Install Herdr

Herdr ships as a single binary for Linux and macOS.

Run the installer:

Terminal window
curl -fsSL https://herdr.dev/install.sh | sh

The installer downloads the right release binary for your platform and places it on your PATH.

Start Herdr:

Terminal window
herdr

If your shell cannot find herdr, restart the terminal or check that the install directory is on your PATH.

Herdr checks for new releases and notifies you in the app. You can update manually:

Terminal window
herdr update

You can also download a binary from GitHub releases.

Choose the asset that matches your system:

SystemAsset
Linux x86_64herdr-linux-x86_64
Linux aarch64herdr-linux-aarch64
macOS Intelherdr-macos-x86_64
macOS Apple siliconherdr-macos-aarch64

Make it executable and move it somewhere on your PATH.

Terminal window
chmod +x herdr-linux-x86_64
mv herdr-linux-x86_64 ~/.local/bin/herdr

Herdr supports Linux and macOS. Native Windows support is not available yet; use Herdr inside WSL for now.