The fastest way to install is the one-line install script. It detects your platform, downloads the correct binary, and verifies the SHA256 checksum.Documentation Index
Fetch the complete documentation index at: https://docs.shovels.ai/llms.txt
Use this file to discover all available pages before exploring further.
~/.shovels/bin by default.
Supported Platforms
| OS | Architecture | Binary |
|---|---|---|
| macOS | Apple Silicon (arm64) | shovels-darwin-arm64 |
| macOS | Intel (amd64) | shovels-darwin-amd64 |
| Linux | arm64 | shovels-linux-arm64 |
| Linux | amd64 | shovels-linux-amd64 |
| Windows | amd64 | shovels-windows-amd64.exe |
Install Script Options
The install script supports environment variables for customization:| Variable | Description | Default |
|---|---|---|
SHOVELS_VERSION | Pin to a specific release version | Latest |
SHOVELS_INSTALL_DIR | Custom installation directory | ~/.shovels/bin |
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 yourPATH:
Verify Installation
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.
Related Articles
- CLI quickstart guide — Get up and running in under a minute
- CLI authentication — Configure your API key
- How to access your API key — Get an API key from your Shovels account
