CalyxOS

Verifying CalyxOS builds

Factory images

Verification

minisign -Vm bluejay-factory-23502000.zip -p minisign.pub
# bluejay is Pixel 6a, replace with your device

It should output (comment may differ as per release):

Signature and comment signature verified
Trusted comment: CalyxOS 5.2.0 - December 2023 Quarterly Platform Release & Security update


Additional verification
gpg --recv-keys BC2CB9C4993C086FFDAD8D205905C9C74693488B
gpg --verify minisign.pub.sig minisign.pub

It should output:

gpg: Signature made Sat 10 Jul 2021 05:15:55 AM IST
gpg:                using RSA key BC2CB9C4993C086FFDAD8D205905C9C74693488B
gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   2  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 2u
gpg: Good signature from "Nicholas Merrill <nick@calyx.com>" [unknown]
gpg:                 aka "Nicholas Merrill <nick@calyx.net>" [unknown]
gpg:                 aka "Nicholas Merrill <nick@calyxinstitute.org>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: BC2C B9C4 993C 086F FDAD  8D20 5905 C9C7 4693 488B

Checksums

Linux
sha256sum bluejay-factory-23502000.zip
# bluejay is Pixel 6a, replace with your device

It should output:

713180eb98b17ef2787ab1d7cf80c087b8d5922208d7161048e2a90d6646d357  bluejay-factory-23502000.zip


macOS
shasum -a 256 bluejay-factory-23502000.zip
# bluejay is Pixel 6a, replace with your device

It should output:

713180eb98b17ef2787ab1d7cf80c087b8d5922208d7161048e2a90d6646d357  bluejay-factory-23502000.zip


Windows
certUtil -hashfile bluejay-factory-23502000.zip SHA256
# bluejay is Pixel 6a, replace with your device

It should output:

SHA256 hash of bluejay-factory-23502000.zip:
713180eb98b17ef2787ab1d7cf80c087b8d5922208d7161048e2a90d6646d357
CertUtil: -hashfile command completed successfully.


Mirrors

Hint: You can press t on these pages to quick jump to a filename (e.g. bluejay-factory-23502000)