Installing pre-built binaries

    To install the latest release version of cargo-nextest on a Linux x86_64 computer, from get.nexte.st/latest/linux:

    macOS (x86_64 and Apple Silicon)

    To install the latest release version of cargo-nextest on a Mac, from get.nexte.st/latest/mac:

    This will download a universal binary that works on both Intel and Apple Silicon Macs.

    You can also download the zip manually and unzip it to somewhere in your PATH.

    If you’re a Windows expert who can come up with a better way, please with your suggestion!

    Release URLs

    Binary releases of cargo-nextest will always be available at .

    {version} identifier

    The identifier is:

    • “latest” for the latest release (not including pre-releases)
    • a version range, for example “0.9”, for the latest release in the 0.9 series (not including pre-releases)
    • the exact version number, for example “0.9.4”, for that specific version
    • “universal-apple-darwin” for x86_64 and aarch64 macOS (tar.gz)
    • “x86_64-pc-windows-msvc” for x86_64 Windows (zip)

    In addition, the following convenience shortcuts are defined:

    • “linux” for “x86_64-unknown-linux-gnu”
    • “mac” for “universal-apple-darwin”
    • “windows” for “x86_64-pc-windows-msvc”

    In addition, each release’s canonical GitHub Releases URL is available at https://get.nexte.st/{version}/release. For example, the latest GitHub release is avaiable at get.nexte.st/latest/release.

    Examples

    The latest release in the 0.9 series for macOS is available as a tar.gz file at get.nexte.st/0.9/mac.

    Version 0.9.4 for Windows is available as a zip file at .