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 XFCE in those areas.
You can download the latest iso file from the actions page.
Warning
This is an experimental feature, try at your own discretion.
Rebase an existing atomic Fedora installation to the latest build
- First, make an environment variable for the variant of your choice:
ShadowOS XFCE (AMD/Intel)
VARIANT=shadowos-xfceShadowOS XFCE (NVIDIA) (GTX 16xx and RTX series)
VARIANT=shadowos-xfce-nvidiaShadowOS XFCE (NVIDIA Legacy) (GTX 9xx-10xx series)
VARIANT=shadowos-xfce-nvidia-legacyShadowOS XFCE (AMD/Intel) with Steam
VARIANT=shadowos-xfce-steamShadowOS XFCE (NVIDIA) with Steam (GTX 16xx and RTX series)
VARIANT=shadowos-xfce-nvidia-steamShadowOS XFCE (NVIDIA Legacy) with Steam (GTX 9xx-10xx series)
VARIANT=shadowos-xfce-nvidia-legacy-steam- Then 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 XFCE installation to another variant
- ShadowOS XFCE (Intel/AMD)
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/shadowos-xfce:latest - ShadowOS XFCE (Nvidia) (GTX 16xx and RTX series)
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/shadowos-xfce-nvidia:latest - ShadowOS XFCE (Nvidia Legacy) (GTX 9xx-10xx series)
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/shadowos-xfce-nvidia-legacy:latest - ShadowOS XFCE (Intel/AMD) with Steam
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/shadowos-xfce-steam:latest - ShadowOS XFCE (Nvidia) with Steam (GTX 16xx and RTX series)
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/shadowos-xfce-nvidia-steam:latest - ShadowOS XFCE (Nvidia Legacy) with Steam (GTX 9xx-10xx series)
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/shadowos-xfce-nvidia-legacy-steam: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-xfce