Documentation Index
Fetch the complete documentation index at: https://docs.ryoku.dev/llms.txt
Use this file to discover all available pages before exploring further.
1. Download
Signed alpha builds are published atiso.ryoku.dev/stable/:
| File | URL |
|---|---|
| ISO | https://iso.ryoku.dev/stable/ryoku-<date>-x86_64-main.iso |
| Signature | https://iso.ryoku.dev/stable/ryoku-<date>-x86_64-main.iso.sig |
| SHA256 | https://iso.ryoku.dev/stable/ryoku-<date>-x86_64-main.iso.sha256 |
| Public key | https://iso.ryoku.dev/stable/ryoku-release-key.pub.asc |
2. Verify the signature
Releases are signed byRyoku Releases <[email protected]>. Always check the imported key’s fingerprint matches before trusting it. If it does not, do not import.
keys/ryoku-release-key.pub.asc, bound to git history.
Quick verify (replace <date> with the file you downloaded):
3. Create install media
Pick any of:dd(Linux/macOS):sudo dd if=ryoku-<date>-x86_64-main.iso of=/dev/sdX bs=4M status=progress conv=fsync. Triple-check/dev/sdXmatches your USB stick, not your system disk.- balenaEtcher: cross-platform GUI; pick the ISO, pick the drive, flash.
- Ventoy: drop the ISO onto a Ventoy-formatted USB and boot. Lets you keep multiple ISOs on one stick.
4. Try in a VM first (optional but encouraged)
Ryoku is alpha. Before committing to bare metal, boot the ISO in a VM (QEMU/KVM, VirtualBox, VMware) with at least 4 GB RAM and 30 GB disk to walk through the installer end to end.5. Boot the installer
Boot the USB on the target machine. The ISO ships a guided install path:- The live environment auto-launches the Ryoku Configurator, a front end to
archinstalltuned for Ryoku defaults. - You answer a short series of prompts: keyboard layout, locale, timezone, hostname, user, password, disk, partition scheme, filesystem.
- The Configurator hands off to archinstall, which lays down the base Arch system on the selected disk.
- When archinstall finishes, the Ryoku installer runs automatically: it pulls down the Ryoku package set, theming pipeline, and shell layer, configures SDDM, and stages the first-boot welcome.
- Reboot, eject the USB, and log in.

