Regolith Linux occupies a fascinating niche in the Linux ecosystem: it takes the reliability and enormous software library of Ubuntu and layers on a tiling window manager experience that is normally the domain of Arch- or source-based systems. The result is a distribution that is immediately usable out of the box yet satisfyingly minimal and keyboard-centric.
Origins and Philosophy
The project was started in 2019 by Ken Gilmer, who wanted the ergonomics of i3 without having to maintain a custom Arch or Gentoo configuration. Regolith packages i3-gaps (now i3), Picom for compositing, Rofi as an application launcher, and a carefully curated set of status bar applets (i3blocks or i3status-rs) into a coherent whole. Version 2.x introduced Sway support for Wayland users, and the 3.x series refined the look-and-feel system via the Regolith Look package catalogue.
Installation and Setup
Regolith can be installed in two ways: as a standalone ISO image (based on Ubuntu) or as a PPA/package overlay on top of an existing Ubuntu 22.04/24.04 installation. The second path is particularly appealing because it lets users keep their current Ubuntu system and simply install the regolith-desktop meta-package, log out, and select the Regolith session at the login screen. This zero-risk approach lowers the barrier to entry significantly.
The Desktop Experience
On first login, users are greeted by a clean, dark desktop with a status bar at the top. A prominent on-screen cheat-sheet (toggled with Super+Shift+?) lists the most important keybindings, making the initial learning curve far less steep than a bare i3 installation. Windows tile automatically, workspaces are managed with Super+[1-9], and floating windows are supported for applications that need them (like dialog boxes or system settings). The default look, called "Lascaux", uses a dark cyan/teal palette that feels modern without being garish.
Customisation via Looks
One of Regolith's best features is its "Looks" system. Installing a different look package (e.g., regolith-look-gruvbox or regolith-look-nord) and running regolith-look set gruvbox instantly recolours the bar, borders, Rofi launcher, and terminal theme in a coordinated way. This is miles ahead of manually editing dotfiles and makes aesthetic customisation accessible to users who are not shell scripting experts.
Wayland / Sway Support
Since Regolith 2.0, a Sway-based session is available for users who want to run on Wayland. The experience is largely feature-identical to the i3 session, with the significant benefit of native Wayland rendering for modern applications and HiDPI displays. Some X11-only utilities (like certain screen recorders) may need replacements, but for daily development work the Sway session is production-ready.
Software and Package Ecosystem
Because Regolith sits on Ubuntu, the entire Ubuntu/Debian package archive is available via APT. Snap packages work, Flatpaks can be added, and PPAs are fully supported. This means no compromises on software availability — developers can install their entire toolchain from familiar sources without any distro-specific workarounds.
Performance
Regolith is notably lighter than a full GNOME or KDE session. RAM usage at idle typically sits between 400–600 MB, making it excellent for older hardware or VMs. CPU overhead is minimal; the compositor (Picom) can be disabled entirely for even leaner performance on low-end machines.
Community and Documentation
The official documentation at regolith-linux.org is thorough, covering installation, configuration, keybindings, custom looks, and Sway-specific notes. The GitHub Discussions board is active, and the project posts regular release notes. While not as large as mainstream Ubuntu derivatives, the community is focused and helpful.
Overall, Regolith Linux is one of the most polished tiling-WM distributions available. It strikes a careful balance between power-user ergonomics and practical usability, making it the go-to recommendation for developers who want to try i3 or Sway without abandoning the Ubuntu safety net.