Skip to main content
The fastest way to install is the one-line install script. It detects your platform, downloads the correct binary, and verifies the SHA256 checksum.
The binary installs to ~/.shovels/bin by default.

Supported Platforms

Install Script Options

The install script supports environment variables for customization: Example with custom options:

Manual Download

Download binaries directly from GitHub Releases. Each release includes SHA256 checksums for verification.

Add to PATH

If the CLI isn’t found after installation, add the install directory to your PATH:
Then reload your shell:

Verify Installation

This prints the CLI version, git commit hash, and build date.

Updating

Re-run the install script to get the latest version:
The CLI is a single static binary with no runtime dependencies. Updating simply replaces the binary file.