Shadowfetch

Shadowfetch Linux 1.9.0 «Umbra»

APT repository

A signed APT repository at https://www.shadowfetch.com/linux/apt/. If you already run Debian and just want the Shadowfetch metapackages without reinstalling, add it and pull them with apt.

Repository

These are the fields the repository itself publishes, fromdists/umbra/Release.

Origin
Shadowfetch
Label
Shadowfetch
Codename
umbra
Components
main
Architectures
amd64
Date
Sun, 12 Jul 2026 19:20:09 UTC

Add it to an existing Debian system

The repository is signed, so the key goes into/etc/apt/keyrings/ and the source line references it withsigned-by. Nothing is added to your global trusted keyring.

curl -fsSL https://www.shadowfetch.com/linux/apt/shadowfetch.gpg.asc \
  | sudo gpg --dearmor -o /etc/apt/keyrings/shadowfetch.gpg

echo "deb [signed-by=/etc/apt/keyrings/shadowfetch.gpg] https://www.shadowfetch.com/linux/apt/ umbra main" \
  | sudo tee /etc/apt/sources.list.d/shadowfetch.list

sudo apt update
sudo apt install shadowfetch-desktop      # full creative workstation
# or pick à la carte:
sudo apt install shadowfetch-themes shadowfetch-defaults
sudo apt install shadowfetch-creative-base

The signing key fingerprint is8F13CE1535EE1F4A2916A1F73C5C900B7BE80CA1 — the same key that signs the ISO. Check it against theverification guide before you trust it.

What the repository contains

Seven packages, all architecture all, in componentmain. Everything else on a Shadowfetch system comes from upstream Debian, not from here.

Packages published in the Shadowfetch APT repository, suite umbra, component main
PackageVersionSectionDescription
shadowfetch-desktop1.9.0-1metapackagesShadowfetch creative workstation (KDE Plasma edition)
shadowfetch-creative-base1.9.0-1metapackagesShadowfetch creative app baseline
shadowfetch-nvidia1.9.0-1metapackagesShadowfetch NVIDIA driver bundle
shadowfetch-themes1.9.0-1x11Shadowfetch dark color scheme and look-and-feel
shadowfetch-defaults1.9.0-1miscShadowfetch default user configuration
shadowfetch-welcome1.9.0-1x11Shadowfetch first-boot welcome experience
shadowfetch-branding1.9.0-1miscShadowfetch branding assets

What the metapackages pull in

A metapackage installs nothing itself; it is a list of dependencies. So that the list is not a surprise, here it is in full.

shadowfetch-desktop
shadowfetch-themes (= 1.9.0-1), shadowfetch-defaults (= 1.9.0-1), shadowfetch-branding (= 1.9.0-1), shadowfetch-welcome (= 1.9.0-1), shadowfetch-creative-base (= 1.9.0-1), kde-plasma-desktop, sddm, pipewire, pipewire-pulse, wireplumber, network-manager, flatpak, plasma-discover-backend-flatpak
shadowfetch-creative-base
krita, inkscape, ardour, audacity, x42-plugins, calf-plugins, kdenlive, ffmpeg, fonts-inter
shadowfetch-nvidia
nvidia-driver, nvidia-settings, nvidia-vaapi-driver, libnvidia-encode1, firmware-nvidia-gsp

Or install the whole thing

The repository is the à la carte route. The full workstation - installer, theme, first-boot wizard, privacy defaults and local AI already set up - ships as the ISO.