Releases and Artifacts
binpm releases provide prebuilt CLI downloads, checksums, and Sigstore verification material.
Tag Contract
Release tags use:
binpm CLI Artifacts
Release downloads are provided for:
linux/amd64linux/arm64darwin/amd64darwin/arm64windows/amd64windows/arm64
Each release includes standalone prebuilt binaries, archive assets, SHA256SUMS, and Sigstore bundle sidecars (*.sigstore.json) for each artifact. Direct installers require releases that include this verification material.
Direct Installer Verification
Direct installers verify:
- The selected artifact's
SHA256SUMSentry. - The artifact's Sigstore bundle with
cosign.
Direct installers require cosign and support bundle-enabled releases only. If verification material is missing or verification fails, installation stops before the binary is installed.
Homebrew and cargo-binstall
Homebrew installation consumes prebuilt release archives for:
darwin/amd64darwin/arm64linux/amd64linux/arm64
cargo-binstall metadata resolves only first-party GitHub Release assets. Quick-install and compile fallback strategies are disabled.
Package Verification Boundary
binpm release artifact verification applies to the binpm binary itself. It does not imply that binpm package installs have signature verification beyond the package verification contract documented in Cache and Verification.