Below you will find pages that utilize the taxonomy term “Stormux”
Welcome to Stormux
Welcome to Stormux. Stormux provides accessible Linux images and tools based on Arch Linux ARM and Arch Linux.
Stormux images include accessibility from the first boot. The console is covered by the Fenrir screen reader, the desktop is covered by Cthulhu, and current Raspberry Pi images include the I38 accessible desktop by default. Stormux uses XLibre for the X server stack, with PipeWire, Speech Dispatcher, and RHVoice forming the main accessible audio and speech path.
You can grab the latest images for the Raspberry Pi 4, Raspberry Pi 5, and x86_64 systems from https://stormux.org/downloads. On first boot, Stormux starts with volume calibration before continuing through setup. The configure-stormux tool handles first-boot setup and ongoing configuration, including networking, screen setup, Fenrir layout, Bluetooth on supported hardware, help, repository setup, and removing I38 for users who want a console-oriented Arch-like system. You can also choose whether I38 starts at boot and whether Fenrir remains enabled for console sessions. To use the tool later, type configure-stormux at the prompt.
If you are interested in installing the Stormux repository on an Arch Linux system, aarch64 or x86_64, you can add it manually. First, download and add the repository signing key:
curl -fsSLO https://packages.stormux.org/stormux_repo.pub
sudo pacman-key --add stormux_repo.pub
sudo pacman-key --lsign-key 52ADA49000F1FF0456F8AEEFB4CDE1CD56EF8E82
Next, edit /etc/pacman.conf and add the Stormux repository before the [core] repository:
[stormux]
SigLevel = Required DatabaseOptional
Server = https://packages.stormux.org/$arch
Then refresh the package databases:
sudo pacman -Sy
If you prefer the convenience script, it performs the same setup automatically:
curl -fsSL https://stormux.org/add-stormux.sh | sudo bash
Help is available on the Stormux email list or by selecting “Get help on IRC” from the configure-stormux menu.
Subscribe to the Stormux Email List
To join the Stormux mailing list, send an email with the subject subscribe to the following address:
If your email client doesn’t open automatically, you can manually compose an email to stormux+subscribe@groups.io and set the subject to subscribe.