Download

Get provcheck.

Single binary per platform. No installer chains, no runtime deps, no account.

Release binaries ship now. Every file carries a SHA-256 sidecar, and each binary ships with CycloneDX 1.6 and SPDX 2.3 SBOMs for supply-chain auditing. Grab them on GitHub Releases.

Windows

Windows 10+ · x86_64

NSIS installer (.exe) + MSI · CLI binary · Authenticode code-signed

SHA-256: .sha256 sidecar on every file

macOS

macOS 12+ · aarch64 (Apple Silicon)

.dmg (aarch64) · CLI binary

Intel: run under Rosetta, or cargo install.

SHA-256: .sha256 sidecar on every file

Linux

x86_64

.deb + .AppImage · CLI binary

SHA-256: .sha256 sidecar on every file

Install with Cargo

Already have Rust?

The CLI is a first-class crate. This works on any platform with a Rust toolchain, including Intel Macs.

$ cargo install provcheck-cli

Run in Docker

Prefer a container?

provcheck also ships as a container image for headless and CI use. Pull details are in the repository.

No account. · No upload. · No telemetry. · Licensed Apache-2.0. Full source at github.com/CreativeMayhemLtd/provcheck.

Build from source

Prefer to compile it yourself?

provcheck is a Rust workspace. Clone the repository, run cargo build --release, and you have binaries identical to the ones on Releases. The build is reproducible; we publish the commit, toolchain version, and SHA-256 for every binary we ship.