I prohibit the usage of this software in areas where age verification is required by law.
I am therefore not responsible if you downloaded ShadowOS Linux in those areas.
You can download the latest ISO file from:
- The official website*
- The 'Actions' page
*credits to nightly.link for allowing artifact downloads without needing an account
Warning
This is an experimental feature, try at your own discretion.
First, make an environment variable for the variant of your choice
First, pick a desktop environment:
Cosmic (Recommended)
DE=linuxGnome
DE=gnomeKDE
DE=kdeXFCE
DE=xfceThen, select your gpu:
AMD/Intel
GPU=NVIDIA (GTX 16xx and RTX series)
GPU=-nvidiaNVIDIA Legacy (GTX 745 and later)
GPU=-nvidia-legacyAfter that, choose if you would like steam or not:
Steam
STEAM=-steamNo Steam
STEAM=Then, run this command:
VARIANT="shadowos-${DE}${GPU}${STEAM}"After that, either:
Rebase an existing atomic Fedora installation to the latest build
- Rebase to the unsigned image, to get the proper signing keys and policies installed:
rpm-ostree rebase ostree-unverified-registry:ghcr.io/shadowos-linux/$VARIANT:latest - Reboot to complete the rebase:
systemctl reboot - Then rebase to the signed image, like so:
(source /etc/os-release && rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/$VARIANT_ID:latest) - Reboot again to complete the installation
systemctl reboot
Rebase an existing ShadowOS Linux installation to another variant
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/$VARIANT:latest
These images are signed with Sigstore's cosign. You can verify the signature by downloading the cosign.pub file from this repo and running the following command:
cosign verify --key cosign.pub ghcr.io/shadowos-linux/shadowos-linux