Downloads and Validation
Official ISO Sources
Section titled “Official ISO Sources”CachyOS ISO can be obtained from the following sources:
Verifying ISO integrity with SHA256
Section titled “Verifying ISO integrity with SHA256”Current ISO Version: 251129
SHA256 Hash: 2ab25f72ce8fece890b440cf9e260fc3d57ae4f5fb5308086f670240de02da7b
- Download the file containing the SHA256 hash (Open it with a Text Editor e.g. Notepad).
- Open CMD or PowerShell as Administrator and navigate to the path where the ISO and SHA256 files are stored.
- Execute the following command:
Terminal window # Example:certUtil -hashfile cachyos-desktop-linux-251129.iso SHA256 - Compare the certUtil hash output to the one from the downloaded file in Step 1. If they match, you can proceed with the CachyOS installation.
- Download the file containing the SHA256 hash.
- Open a terminal, navigate to the directory containing the
.sha256file, and execute the following commands:Terminal window # Example:cd Downloads/cat cachyos-desktop-linux-251129.iso.sha256# 2ab25f72ce8fece890b440cf9e260fc3d57ae4f5fb5308086f670240de02da7b - Compare the output from Step 2 and execute the following command to check the ISO file’s hash:
Terminal window # Example:sha256sum cachyos-desktop-linux-251129.iso - If the hashes from Step 2 and Step 3 match, you can proceed with the CachyOS installation.
- Download the file containing the SHA256 hash.
- Open a terminal, navigate to the directory containing the
.sha256file, and execute the following commands:Terminal window # Example:cd Downloads/cat cachyos-desktop-linux-251129.iso.sha256# 2ab25f72ce8fece890b440cf9e260fc3d57ae4f5fb5308086f670240de02da7b - Compare the output from Step 2 and execute the following command to check the ISO file’s hash:
Terminal window # Example:shasum -a 256 cachyos-desktop-linux-251129.iso - If the hashes from Step 2 and Step 3 match, you can proceed with the CachyOS installation.
Verify ISO Image Authenticity (Linux)
Section titled “Verify ISO Image Authenticity (Linux)”To verify the authenticity of the ISO file and make sure that it’s the official one released by the CachyOS development team:
-
Import the GPG key for verifying the authenticity:
Terminal window gpg --keyserver hkps://keys.openpgp.org --recv-key F3B607488DB35A47 -
Download the ISO file and its .sig signature file and run the following command (by replacing
full_iso_name.isowith the actual ISO filename):Terminal window gpg --verify full_iso_name.iso.sig full_iso_name.isoIf you get a Good signature output, the ISO file is genuine:
gpg: Signature made sáb 29 nov 2025 13:10:22 -03gpg: using RSA key 882DCFE48E2051D48E2562ABF3B607488DB35A47gpg: Good signature from "CachyOS <admin@cachyos.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: 882D CFE4 8E20 51D4 8E25 62AB F3B6 0748 8DB3 5A47