Chalk
Know what’s running, and where it came from.
Chalk runs inside your build, tags every artifact with signed, embedded provenance, and tracks it into production — so you always know what shipped and where it came from.
- Provenance travels with the artifact — signed, verifiable at every step
- Beacons from production — you know what’s deployed in real time
- SBOM generated automatically — a byproduct of the build, not a separate step
# Linux (amd64/arm64) · macOS (arm64)
version=$(curl -fsSL https://dl.crashoverride.run/chalk/current-version.txt)
wget https://dl.crashoverride.run/chalk/chalk-$version-$(uname -s)-$(uname -m){,.sha256}
chmod +x chalk-$version-$(uname -s)-$(uname -m)