Skip to main content
1

Run the install script

The script detects your OS and architecture, downloads the correct binary, verifies its checksum, and installs it to ~/.errand/bin.
2

Reload your shell

The installer adds ~/.errand/bin to your shell configuration and prints the exact command to apply the change. Run that command, or open a new terminal.
3

Verify

Pinning a version

Set VERSION to install a specific release:

Custom install directory

Set ERRAND_INSTALL to change where the binary is placed:

Upgrading

Run the install script again. It replaces the existing binary:

Uninstalling

Remove the install directory:
Then remove the lines the installer added to your shell configuration file.

Manual verification

The install script verifies the checksum automatically. If you downloaded a binary manually, you can verify it yourself.Download the checksums file for your release from the GitHub releases page, then run:
Replace VERSION with the version you downloaded, for example errand_1.2.0_checksums.txt.