Skip to content
View ShadowOS-Linux's full-sized avatar
  • Joined Apr 8, 2026

Block or report ShadowOS-Linux

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
shadowos-linux/README.md

ShadowOS Linux   bluebuild build badge iso build badge

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.

Installation

ISO

You can download the latest iso file from the actions page.

Rebase

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-linux
ShadowOS (NVIDIA)
VARIANT=shadowos-linux-nvidia
ShadowOS (AMD/Intel) with Steam
VARIANT=shadowos-linux-steam
ShadowOS (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
    

Verification

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

Pinned Loading

  1. shadowos-linux shadowos-linux Public

    Bazzite image with Cosmic DE.

    Shell 3