Getting started
ShedOS ships as a single bootable ISO. Flash it to a USB stick, run the installer, and reboot into a configured Hyprland desktop with your toolchain already installed.
Make the install USB
/ 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.Run the installer
Boot the USB from your firmware’s boot menu. The installer walks you through partitioning, user creation, and locale, with ShedOS defaults pre-seeded. Your Git identity (name and email) is collected on the user page, alongside the account you create.
First boot
The machine boots to the ShedOS greeter — log in with the account you created (there is no autologin on installed systems). The desktop — Hyprland, waybar, mako, kitty — comes up already themed and ready.
On your first login a short welcome tour overlays the desktop and walks you through the essentials. Esc skips it, and shedman tour replays it any time.
Next
- Upgrading — how updates and dotfile merges work.
- Commands — the full
shedmanCLI reference. - Keybindings — every shortcut the desktop ships with.