Release Verification
June 12, 2026 ยท View on GitHub
To verify that the downloaded release assets are intact and authentic, follow these steps:
-
Download the
SHA256SUMS.txtandSHA256SUMS.txt.ascfiles from the Releases page. -
Import the author's public GPG key:
gpg --keyserver keys.openpgp.org --recv-keys 34774E0CEC668426 -
Verify the GPG signature:
gpg --verify SHA256SUMS.txt.asc SHA256SUMS.txt -
Verify the SHA256 checksums of the downloaded files:
sha256sum -c SHA256SUMS.txt 2>&1 | grep OK
Verifying Signer Identity
The release assets are signed using a GPG private key. The public key fingerprint is:
6AB8 C37F 2182 75FD E595 58D7 3477 4E0C EC66 8426
You can also search and verify the key on keys.openpgp.org.