Added
- Release checksums and provenance: every release now publishes a
SHA256SUMSmanifest and a GitHub build-provenance attestation. The installer verifies the downloaded tarball againstSHA256SUMSand refuses to install on a mismatch or when the manifest is missing (fail closed). Verify a release yourself withsha256sum -candgh attestation verifybefore running; see the README "Verify before you run" section. PROXMORPH_RELEASE_BASE: point the installer at an internal mirror of the release artifacts (air-gapped or policy-controlled installs). Checksum verification still applies against the mirroredSHA256SUMS.- README audit transparency: documented exactly what the installer changes on the system, the review-then-run clone path, and honest framing of what checksums vs. attestation guarantee.
Security
- The release download path is no longer trust-on-first-download: artifacts are integrity-checked against a published manifest before extraction as root.