Downloading AerynOS
Downloading the ISO
Section titled “Downloading the ISO”- Visit the AerynOS download page.
- Use the direct download or bittorrent option to get the latest release.
- Download the checksum file
Verifying the Checksums
Section titled “Verifying the Checksums”Before creating a bootable USB drive, it’s important to verify the checksums to ensure the integrity of the downloaded ISO file.
- Open a terminal window and navigate to the directory where the ISO file is located along with the checksums.
cd ~/Downloads- Run the following command to verify the checksums:
sha256sum -c <checksum_file>You should see a message indicating that the checksums match if the ISO file is valid.
AerynOS-2026.01-GNOME-live-x86_64.iso: OKIf the checksums do not match, download the ISO file again and repeat the verification process.
Windows
Section titled “Windows”- Open a Command Prompt window and navigate to the directory where the ISO file is located along with the checksums.
cd C:\Users\<username>\Downloads- Run the following command to verify the checksums:
certutil -hashfile aerynos-<version>.iso SHA256This will give you the checksum of the file, compare this to the checksum found inside the checksum file.