Install Herdr
Herdr ships as a single binary for Linux and macOS.
Install
Section titled “Install”Run the installer:
curl -fsSL https://herdr.dev/install.sh | shThe installer downloads the right release binary for your platform and places it on your PATH.
Verify
Section titled “Verify”Start Herdr:
herdrIf your shell cannot find herdr, restart the terminal or check that the install directory is on your PATH.
Update
Section titled “Update”Herdr checks for new releases and notifies you in the app. You can update manually:
herdr updateDownload manually
Section titled “Download manually”You can also download a binary from GitHub releases.
Choose the asset that matches your system:
| System | Asset |
|---|---|
| Linux x86_64 | herdr-linux-x86_64 |
| Linux aarch64 | herdr-linux-aarch64 |
| macOS Intel | herdr-macos-x86_64 |
| macOS Apple silicon | herdr-macos-aarch64 |
Make it executable and move it somewhere on your PATH.
chmod +x herdr-linux-x86_64mv herdr-linux-x86_64 ~/.local/bin/herdrRequirements
Section titled “Requirements”Herdr supports Linux and macOS. Native Windows support is not available yet; use Herdr inside WSL for now.