A single self-contained binary — no Python, no Node, no dependencies.
curl -fsSL https://throughproof.com/install.sh | sh
Downloads the binary, verifies its SHA-256, installs it to ~/.local/bin, adds it to your PATH, and prints the activation steps. Re-running upgrades in place.
export THROUGHPROOF_ACTIVATION_KEY=tp_...
cd /path/to/your/git/repo
throughproof-pro verify . --framework soc2
Your license key arrives by email and lives in your account. The repository must be a git repo (the license binds to its root commit). Frameworks: soc2, iso27001, pci-dss-v4, hipaa, all.
The exit code is non-zero when gaps are found, so it drops into any pipeline as a gate. Store the key as a CI secret; the token caches at ~/.throughproof/token.
Full reference, manual install, and troubleshooting are in the README shipped with your license.