| File Name ↓ | File Size ↓ | Date ↓ |
|---|---|---|
| Parent directory/ | - | - |
| caelestia-live-1.5.0-x86_64.iso | 3.3 GiB | 2026-02-20 06:31 |
| caelestia-live-1.5.0-x86_64.iso.sig | 566 B | 2026-02-20 06:32 |
| b2sums.txt | 162 B | 2026-02-20 06:33 |
| sha256sums.txt | 98 B | 2026-02-20 06:33 |
| File Name ↓ | File Size ↓ | Date ↓ |
|---|---|---|
| Parent directory/ | - | - |
| caelestia-live-1.5.0-x86_64.iso | 3.3 GiB | 2026-02-20 06:31 |
| caelestia-live-1.5.0-x86_64.iso.sig | 566 B | 2026-02-20 06:32 |
| b2sums.txt | 162 B | 2026-02-20 06:33 |
| sha256sums.txt | 98 B | 2026-02-20 06:33 |
We provide both b2sum and sha256sum checksums for every image. You can verify the integrity of your downloaded ISO by downloading the b2sums.txt or sha256sums.txt and running the following:
$ b2sum -c b2sums.txt
$ sha256sum -c sha256sums.txt
Our images are signed with the packager@caelestiashell.com signing key. You can verify the authenticity of our images by following these steps:
# Fetch the key
$ sudo gpg --keyserver hkps://keys.openpgp.org --recv-keys 062F3AC2216BA00F
# If the above throws an error, you can explicitly tell it what port to use:
$ sudo gpg --keyserver hkps://keys.openpgp.org:443 --recv-keys 062F3AC2216BA00F
# Display and verify the details of the key:
$ gpg --finger 062F3AC2216BA00F
# Trust the key:
$ sudo gpg --lsign-key 062F3AC2216BA00F
# Verify the image signature:
$ gpg --verify caelestia-live--x86_64.iso.sig caelestia-live--x86_64.iso