Installation

Official Binaries

Stable Releases

cargo-binstall

cargo binstall pace-rs

Windows

Scoop
scoop bucket add pace https://github.com/pace-rs/pace/
scoop install pace

MacOS

Homebrew

You can use our tap:

brew install pace-rs/homebrew-tap/pace-rs

From GitHub

You can download the latest stable release versions of pace from the pace release page. These builds are considered stable and releases are made regularly in a controlled manner.

There’s both pre-compiled binaries for different platforms as well as the source code available for download.

From source

Beware: This installs the latest development version, which might be unstable.

cargo install --git https://github.com/pace-rs/pace.git pace-rs --locked

crates.io

cargo install pace-rs --locked
Last change: 2024-03-24, commit: f01446e