Shadowfetch Linux
Download Shadowfetch Linux
3.5.0 «Umbra» — built 2026-08-27. 3.98 GB (3.71 GiB), amd64, hybrid ISO (BIOS + UEFI).
- Version
- 3.5.0 «Umbra»
- Built
- 2026-08-27
- Size
- 3.98 GB (3.71 GiB)
- Arch
- amd64
- Boot
- BIOS + UEFI
Resume a large download safely
The primary endpoint supports HTTP Range requests. A browser may resume automatically; command-line tools can resume explicitly withcurl -C - -O https://www.shadowfetch.com/linux/download/shadowfetch-3.5.0-amd64.iso orwget -c https://www.shadowfetch.com/linux/download/shadowfetch-3.5.0-amd64.iso.
A 3.5.0 Archive.org mirror is not claimed yet. Historical releases remain preserved at the project archive.
Whichever route you use, verify what you got: the checksum and signature are the same for all of them, and the verify page shows how.
Live walkthrough
Shadowfetch Linux 3.5 Fire and Ice
About five minutes on the current Fire and Ice desktop — Welcome, Element Workbench, and how the element changes the session.
Verify your download
Every release is checksummed and signed with the Shadowfetch GPG key.
SHA-256
2af853b1f5dedfca17a7a63783f4c881e72e912f26082b10c07d45aafe57b995 shadowfetch-3.5.0-amd64.isoExact size
3980310528 bytes shadowfetch-3.5.0-amd64.iso3,980,310,528 bytes — 3.98 GB (3.71 GiB). Anything else is a truncated download, and the checksum will not match either. Check it with stat -c %s shadowfetch-3.5.0-amd64.iso on Linux or stat -f %z shadowfetch-3.5.0-amd64.iso on macOS.
GPG signing key
Fingerprint: 8F13CE1535EE1F4A2916A1F73C5C900B7BE80CA1Download public key (.asc)Full verification guide (Linux · macOS · Windows) →
The detached signature, checksum, SBOM, package manifest, release dossier, and reproducible QA evidence bundle are published beside the ISO at the primary download endpoint.
Evidence bundle SHA-256: 69a57b09fc8c32369210ceef47290e9386c7b4c9033755a4ef66ba263aa8d009
A verified ISO is not the same thing as a signed bootloader. This release is not Secure Boot signed, so on a machine with Secure Boot enabled the USB may simply not appear or refuse to boot. What that means and what to do about it is on Secure Boot.
Verify on Linux or macOS with:
gpg --import shadowfetch.gpg.asc
gpg --verify shadowfetch-3.5.0-amd64.iso.asc shadowfetch-3.5.0-amd64.iso
shasum -a 256 shadowfetch-3.5.0-amd64.isoWrite the ISO to a USB stick
You need an 8 GB or larger USB stick — writing the ISO erases everything on it, so back up anything you want to keep first. The easiest, hardest-to-get-wrong way is a graphical writer:
balenaEtcher
Windows, macOS, Linux
The simplest cross-platform option. Pick the ISO, pick the USB drive, click Flash. It validates the write for you.
KDE ISO Image Writer
Shadowfetch, KDE Plasma
Built right into Shadowfetch and KDE Plasma (search “ISO Image Writer” in the menu). Choose the ISO and the target USB, write.
GNOME Disks
GNOME systems
Open the USB device, use the menu’s Restore Disk Image…, and select the ISO.
Whichever tool you use, double-check you selected the USB stick and not an internal drive before you write.
Advanced: write from the command line with dd
If you prefer the terminal on macOS or Linux, dd works — but it has no undo and no confirmation.
sudo dd if=shadowfetch-3.5.0-amd64.iso of=/dev/sdX bs=4M status=progress conv=fdatasyncReplace /dev/sdX with your USB stick’s device (find it with lsblk on Linux or diskutil list on macOS). Get this wrong and dd will silently overwrite whatever disk you point it at — including the one you booted from. There is no warning and no recovery. If you are not certain which device is the USB stick, use a graphical writer above instead.
Next: install guide →Hardware notes
Shadowfetch Linux is free and there is nothing to buy. If it turns out to be useful to you and you want to help cover build and bandwidth costs, there is a donate page. It is optional and it changes nothing about what you just downloaded.
Debian is a registered trademark of Software in the Public Interest, Inc. Shadowfetch Linux is an independent derivative and is not affiliated with or endorsed by the Debian project.