The install script finds the optimal alternative for installing the latest version on your OS, architecture and distro. It’s the easiest way to get started. It also helps you to install Rust if you haven’t yet.

Linux and macOS

curl -sSfL https://www.shuttle.dev/install | bash

Windows (PowerShell)

iwr https://www.shuttle.dev/install-win | iex

The install script collects anonymous telemetry data to help improve the product.

Alternative Installation Methods

cargo-binstall

If you prefer using Cargo’s package manager, you can use cargo-binstall:

cargo binstall cargo-shuttle

From Source

For those who prefer building from source:

cargo install cargo-shuttle
Building from source requires a Rust toolchain and may take longer than other installation methods.

Pre-built Binaries

Pre-built binaries for various platforms are available on our GitHub releases page.

Community Packages (unofficial)

Shuttle CLI is also available on other package managers through community-maintained packages:

Verifying Your Installation

After installation, verify that the Shuttle CLI is properly installed by running:

shuttle --version

You should see the current version number displayed.

Next Steps