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-baseThe 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.
| Package | Version | Section | Description |
|---|---|---|---|
shadowfetch-desktop | 1.9.0-1 | metapackages | Shadowfetch creative workstation (KDE Plasma edition) |
shadowfetch-creative-base | 1.9.0-1 | metapackages | Shadowfetch creative app baseline |
shadowfetch-nvidia | 1.9.0-1 | metapackages | Shadowfetch NVIDIA driver bundle |
shadowfetch-themes | 1.9.0-1 | x11 | Shadowfetch dark color scheme and look-and-feel |
shadowfetch-defaults | 1.9.0-1 | misc | Shadowfetch default user configuration |
shadowfetch-welcome | 1.9.0-1 | x11 | Shadowfetch first-boot welcome experience |
shadowfetch-branding | 1.9.0-1 | misc | Shadowfetch 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-desktopshadowfetch-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-flatpakshadowfetch-creative-basekrita, inkscape, ardour, audacity, x42-plugins, calf-plugins, kdenlive, ffmpeg, fonts-intershadowfetch-nvidianvidia-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.