Download Shadowfetch Linux
1.8.0 "Umbra" — built 2026-06-26. 4.1 GB, amd64, hybrid ISO (BIOS + UEFI).
Mirror: this release is also on the Internet Archive — a permanent, independent backup with a direct download and BitTorrent. Same signed ISO; verify it the same way.
Verify your download
Every release is checksummed and signed with the Shadowfetch GPG key.
SHA-256
037c255888f1dd37688ae8b52d3a81dc577fea28da9da7fd18b7769ba2f62a7a shadowfetch-1.8.0-amd64.iso
GPG signing key
Fingerprint: 8F13CE1535EE1F4A2916A1F73C5C900B7BE80CA1
Verify on Linux/macOS with:
gpg --import shadowfetch.gpg.asc
gpg --verify shadowfetch-1.8.0-amd64.iso.asc
shasum -a 256 shadowfetch-1.8.0-amd64.iso
Write the ISO to a USB stick
On macOS / Linux:
sudo dd if=shadowfetch-1.8.0-amd64.iso of=/dev/sdX bs=4M status=progress conv=fdatasync
Replace /dev/sdX with your USB stick's device (use lsblk or diskutil list to find it). Double-check the device — dd will destroy whatever it's pointed at.
Or use a GUI tool: balenaEtcher, Diskie, or KDE's own ISO Image Writer.