This software cannot be used in jurisdictions where age verification is mandated by law.
I am therefore not responsible if you downloaded ShadowOS Linux 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 (AMD/Intel)
VARIANT=shadowos-linuxShadowOS (NVIDIA)
VARIANT=shadowos-linux-nvidiaShadowOS (AMD/Intel) with Steam
VARIANT=shadowos-linux-steamShadowOS (NVIDIA) with Steam
VARIANT=shadowos-linux-nvidia-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 Linux installation to another variant
- ShadowOS (Intel/AMD)
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/shadowos-linux:latest - ShadowOS (Nvidia)
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/shadowos-linux-nvidia:latest - ShadowOS (Intel/AMD) with Steam
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/shadowos-linux-steam:latest - ShadowOS (Nvidia) with Steam
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/shadowos-linux-nvidia-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-linux