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.
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.