Shadowfetch Linux
Download Shadowfetch Linux
4.1.0 «Umbra» — built 2026-09-10. 3.98 GB (3.71 GiB), amd64, hybrid ISO (BIOS + UEFI).
- Version
- 4.1.0 «Umbra»
- Built
- 2026-09-10
- 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-4.1.0-amd64.iso orwget -c https://www.shadowfetch.com/linux/download/shadowfetch-4.1.0-amd64.iso.
A current-release Archive.org mirror is not claimed unless it appears in the release manifest. 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.
Release walkthrough
Shadowfetch Linux 4 — Mission Control and Grok Bot
A short introduction to Shadowfetch Linux 4 — Mission Control's inspectable, undoable agent missions, the Fire and Ice editions, and the option to choose Grok Bot at first-boot setup.
Verify your download
Every release is checksummed and signed with the Shadowfetch GPG key.
SHA-256
e19e96302f97e94d5284f8fbef181c9b0e49ca7b746afe5e66e4bc6d5c551f25 shadowfetch-4.1.0-amd64.isoExact size
3980670976 bytes shadowfetch-4.1.0-amd64.iso3,980,670,976 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-4.1.0-amd64.iso on Linux or stat -f %z shadowfetch-4.1.0-amd64.iso on macOS.
GPG signing key
Fingerprint: 8F13CE1535EE1F4A2916A1F73C5C900B7BE80CA1Download public key (.asc)Full verification guide (Linux · macOS · Windows) →
Every release is signed and checksummed; the detached signature and the checksum file accompany the ISO at the download endpoint, and the verification guide above is how you check what you got. No SBOM, package manifest or release dossier is published for this release, and no QA evidence bundle has been produced for it.
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-4.1.0-amd64.iso.asc shadowfetch-4.1.0-amd64.iso
shasum -a 256 shadowfetch-4.1.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-4.1.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.