Aller au contenu principal

ISO Testing

Our ISO testing program is an easy way to contribute back to the project. These ISOs get refreshed every first day of the month. If you find issues, please file an issue on the ISO repo.

Things to Test For

  • Installation experience
  • Secure Boot
  • Bare metal if possible but not required
  • If you've got the time, go through the docs and run through the new user experience. These bugs are highly prized, so if you find one, file it!

Aurora (stable ISOs)

VersionGPUDownloadChecksum
AuroraAMD/Intel📥 aurora-stable-x86_64.iso🔐 Verify
AuroraNvidia📥 aurora-nvidia-open-stable-x86_64.iso🔐 Verify

Verifying Downloads with Checksums

Checksums allow you to verify that your download completed successfully and wasn't corrupted or tampered with. After downloading an ISO, you can compare its checksum to the official checksum file to ensure integrity. While optional, verification is recommended for important installations.

How to verify checksums using sha256sum

  1. Download both the ISO file and its corresponding CHECKSUM file

    • For example: aurora-stable-x86_64.iso and aurora-stable-x86_64.iso-CHECKSUM
  2. Verify the checksums match:

    sha256sum -c aurora-stable-x86_64.iso-CHECKSUM

Example:


# Check that the checksums match
$ sha256sum -c aurora-stable-x86_64.iso-CHECKSUM
aurora-stable-x86_64.iso: OK

Verify download with Attestation

All official ISOs built via GitHub Actions include signed cryptographic build provenance attestations. You can verify that the ISO was built and published by the aurora team using the GitHub CLI (gh):

gh attestation verify <iso-name>.iso --owner get-aurora-dev

Or by specifying the repository directly:

gh attestation verify <iso-name>.iso --repo get-aurora-dev/iso