Get ShedOS
The latest ShedOS ISO, with a SHA-256 you can check before you flash it.
ShedOS is a rolling release — a testing ISO appears here only while a release candidate is newer than the current stable.
System requirements
- CPU: any x86_64 processor.
- RAM: 8 GB recommended (installer requires 6 GB usable).
- Disk: 20 GB minimum; SSD recommended.
- Firmware: UEFI or legacy BIOS; GPT disks on both.
Make the install USB
Four steps from a fresh download to a bootable stick — these use the current stable release, v2026.07.03. Copy each step with the button on its right.
/ and /boot — usually the big internal nvme0n1 or sda. The USB stick is the device that only shows up once you plug it in, and its size matches the stick. Write to the whole disk (/dev/sdb), never a partition (/dev/sdb1). of= names. Read the device back before you press enter — aim it at the wrong disk and you overwrite the one you're working from, with no undo. Rather not use the terminal?
dd is the Linux and macOS route — there's no dd on Windows. Coming from Windows, or if you'd just rather click, any of these writes the same ISO. Each opens in a new tab.dd from the terminal too: the image is a hybrid ISO, so cp shedos-2026.07.03-x86_64.iso /dev/sdb && sync works.Then boot the USB and follow the installer: it partitions the disk into Btrfs subvolumes, sets up full-disk encryption (on by default), creates your user and Git identity, sets the locale, and detects NVIDIA GPUs and any other installed system for dual-boot. The full walkthrough is in Getting started.
Already installed?
ShedOS is a rolling release — you don't need a new ISO. Upgrading covers how the in-place update works.
Already on Arch?
shedman migrate --from-arch adopts an existing Arch install in place — it trusts the signing key, adds the ShedOS repository, and installs the stack, without reinstalling. It runs as a dry run until you pass --yes.