Skip to content

Luminal Linux Rolling Release (v2026.08.18)

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Aug 01:23
· 4 commits to master since this release

Luminal Linux - Official Rolling Release (v2026.08.18)

Modern Arch Linux distribution featuring Hyprland, Caelestia Shell, Material You dynamic theming, and an offline desktop installer.

Download Single ISO Image

Flashing to USB

# 1. Download the single ISO image
curl -LO https://iso.luminal-linux.org/luminal-linux-latest-x86_64.iso

# 2. Flash to USB drive (replace /dev/sdX with target drive)
sudo dd bs=4M if=luminal-linux-latest-x86_64.iso of=/dev/sdX status=progress oflag=sync