Skip to content
View ShadowOS-Linux's full-sized avatar

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

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.

Installation

ISO

You can download the latest ISO file from:

*credits to nightly.link for allowing artifact downloads without needing an account

Rebase

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=linux
Gnome
DE=gnome
KDE
DE=kde
XFCE
DE=xfce

Then, select your gpu:

AMD/Intel
GPU=
NVIDIA (GTX 16xx and RTX series)
GPU=-nvidia
NVIDIA Legacy (GTX 745 and later)
GPU=-nvidia-legacy

After that, choose if you would like steam or not:

Steam
STEAM=-steam
No 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

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

Popular repositories Loading

  1. shadowos-linux shadowos-linux Public

    Custom Bazzite image with Cosmic/Gnome/KDE/XFCE.

    Shell 3

  2. shadowos-linux.github.io shadowos-linux.github.io Public

    Website for ShadowOS Linux

    JavaScript 2