Skip to main content
The quickest way to install the Versori CLI is with the install script. It automatically detects your OS and architecture, downloads the latest release binary from GitHub, and places it in /usr/local/bin.
curl -fsSL https://raw.githubusercontent.com/versori/cli/main/install.sh | sh
To pin to a specific version, set VERSORI_VERSION:
VERSORI_VERSION=v0.0.1 curl -fsSL https://raw.githubusercontent.com/versori/cli/main/install.sh | sh
Supported platforms: Linux and macOS on amd64 and arm64. Windows users should download a pre-built binary from the releases page.

Download a pre-built binary

Pre-built binaries for Linux, macOS, and Windows (amd64 and arm64) are available on the GitHub releases page.
1

Download the archive

Download the archive for your platform from the releases page.
2

Extract the binary

Extract the downloaded archive to get the versori binary.
3

Add to your PATH

Move the versori binary to a directory on your PATH, for example /usr/local/bin.

Verify the installation

After installing, verify the CLI is available:
versori version