Install

Get Regolith 3.1 #

If you’re upgrading from an earlier version of Regolith, you may be interested in reading the release notes and if coming from 2.x, the migration guide.

Packages Specified at Install Time #

Starting with Regolith 3.0 it is now possible to select from multiple sessions (X11: regolith-session-flashback, Wayland: regolith-session-sway). Due to this, when installing Regolith 3.1 also specify one or both sessions that you wish to use. Additionally, it’s now possible to specify the Regolith Look at install time, which saves a setup of having to configure it later. Here is the recommended base install for X11 on Debian-based systems:

sudo apt install regolith-desktop regolith-session-flashback regolith-look-lascaille
#                ^-- base package ^-- session                ^ -- look 
  • For the session, you may chose one or both of: regolith-session-flashback (X11), regolith-session-sway (Wayland)
  • For the look, you may chose one from any available look package:
regolith-look-ayu-dark
regolith-look-ayu-mirage
regolith-look-ayu
regolith-look-blackhole
regolith-look-default-loader
regolith-look-default
regolith-look-dracula
regolith-look-gruvbox
regolith-look-i3-default
regolith-look-lascaille
regolith-look-nevil
regolith-look-nord
regolith-look-solarized-dark

An an example and alternative to the recommendation above, here is the apt line to install the Sway session with the Nord Look:

sudo apt install regolith-desktop regolith-session-sway regolith-look-nord

Supported Operating Systems #

Below are sections devoted to installing the Regolith Desktop on specific Linux-based operating systems.

Ubuntu #

Regolith can be installed as system packages. This makes updating and removing easier and more consistent. The following steps describe how to configure your system to read packages from the Regolith package repository and install the desktop package.

  1. Register the Regolith public key to your local apt:

    wget -qO - https://regolith-desktop.org/regolith.key | \
    gpg --dearmor | sudo tee /usr/share/keyrings/regolith-archive-keyring.gpg > /dev/null
    
  2. Add the repository URL to your local apt:

    echo deb "[arch=amd64 signed-by=/usr/share/keyrings/regolith-archive-keyring.gpg] \
    https://regolith-desktop.org/release-3_1-ubuntu-mantic-amd64 mantic main" | \
    sudo tee /etc/apt/sources.list.d/regolith.list
    
  3. Update apt and install Regolith

    sudo apt update
    sudo apt install regolith-desktop regolith-session-flashback regolith-look-lascaille
    
  4. System Restart

The login manager will need to be restarted for the new desktop session to be recognized. The easiest way of restarting it is to reboot your system.

Replace amd64 with arm64 in the two places in the above line to install on ARM-based systems.

Regolith can be installed as system packages. This makes updating and removing easier and more consistent. The following steps (also available as a downloadable script) describe how to configure your system to read packages from the Regolith package repository and install the desktop package.

  1. Register the Regolith public key to your local apt:

    wget -qO - https://regolith-desktop.org/regolith.key | \
    gpg --dearmor | sudo tee /usr/share/keyrings/regolith-archive-keyring.gpg > /dev/null
    
  2. Add the repository URL to your local apt:

    echo deb "[arch=amd64 signed-by=/usr/share/keyrings/regolith-archive-keyring.gpg] \
    https://regolith-desktop.org/release-3_1-ubuntu-jammy-amd64 jammy main" | \
    sudo tee /etc/apt/sources.list.d/regolith.list
    
  3. Update apt and install Regolith

    sudo apt update
    sudo apt install regolith-desktop regolith-session-flashback regolith-look-lascaille
    
  4. System Restart

The login manager will need to be restarted for the new desktop session to be recognized. The easiest way of restarting it is to reboot your system.

Replace amd64 with arm64 in the two places in the above line to install on ARM-based systems.

Regolith can be installed as system packages. This makes updating and removing easier and more consistent. The following steps (also available as a downloadable script) describe how to configure your system to read packages from the Regolith package repository and install the desktop package.

  1. Register the Regolith public key to your local apt:

    wget -qO - https://regolith-desktop.org/regolith.key | sudo apt-key add -
    
  2. Add the repository URL to your local apt:

    echo deb "[arch=amd64] https://regolith-desktop.org/release-3_1-ubuntu-focal-amd64 focal main" | \
    sudo tee /etc/apt/sources.list.d/regolith.list
    
  3. Update apt and install Regolith

    sudo apt update
    sudo apt install regolith-desktop regolith-session-flashback regolith-look-lascaille
    
  4. System Restart

The login manager will need to be restarted for the new desktop session to be recognized. The easiest way of restarting it is to reboot your system.

Replace amd64 with arm64 in the two places in the above line to install on ARM-based systems.

Regolith Linux is the Regolith Desktop environment installed into a customized Ubuntu 22.10 installer image. It allows one to boot from a USB drive to run Regolith without having to install it. It also allows to install the system onto a computer’s drive. Regolith Linux has the following features in addition to the Regolith Desktop:

  • Regolith-branded boot and login screens
  • Uses the lightdm display manager over gdm3 to avoid unneeded dependencies
  • The following packages are not installed: gdm3, gnome-shell, ubuntu-session, evolution-data-server, snapd. These packages may be installed as needed by the user.
Download Regolith Linux 2.2

See the Regolith 2.2 release notes for more information.

The ISO can be written to a USB drive on Linux using dd, GNOME Disk Utility, or the KDE ISO Image Writer. On macOS, use Etcher. On Windows, use Rufus and write in DD mode.

Debian #

Regolith can be installed as system packages. This makes updating and removing easier and more consistent. The following steps (also available as a downloadable script) describe how to configure your system to read packages from the Regolith package repository and install the desktop package.

  1. Register the Regolith public key to your local apt:

    wget -qO - https://regolith-desktop.org/regolith.key | \
    gpg --dearmor | sudo tee /usr/share/keyrings/regolith-archive-keyring.gpg > /dev/null
    
  2. Add the repository URL to your local apt:

    echo deb "[arch=amd64 signed-by=/usr/share/keyrings/regolith-archive-keyring.gpg] \
    https://regolith-desktop.org/release-3_1-debian-bookworm-amd64 bookworm main" | \
    sudo tee /etc/apt/sources.list.d/regolith.list
    
  3. Update apt and install Regolith

    sudo apt update
    sudo apt install regolith-desktop regolith-session-flashback regolith-look-lascaille
    
  4. System Restart

The login manager will need to be restarted for the new desktop session to be recognized. The easiest way of restarting it is to reboot your system.

Replace amd64 with arm64 in the two places in the above line to install on ARM-based systems.
The regolith-desktop package installs a reasonable minimal configuration that should work on most hardware. To add additional package for a richer and more functional environment read Recommended Packages for New Users.
The regolith-compositor-picom-glx compositor should work on most computers. If you experience driver or visual issues, try another compositor.

Regolith can be installed as system packages. This makes updating and removing easier and more consistent. The following steps (also available as a downloadable script) describe how to configure your system to read packages from the Regolith package repository and install the desktop package.

  1. Register the Regolith public key to your local apt:

    wget -qO - https://regolith-desktop.org/regolith.key | \
    gpg --dearmor | sudo tee /usr/share/keyrings/regolith-archive-keyring.gpg > /dev/null
    
  2. Add the repository URL to your local apt:

    echo deb "[arch=amd64 signed-by=/usr/share/keyrings/regolith-archive-keyring.gpg] \
    https://regolith-desktop.org/release-3_1-debian-bullseye-amd64 bullseye main" | \
    sudo tee /etc/apt/sources.list.d/regolith.list
    
  3. Update apt and install Regolith

    sudo apt update
    sudo apt install regolith-desktop regolith-compositor-picom-glx
    
  4. System Restart

The login manager will need to be restarted for the new desktop session to be recognized. The easiest way of restarting it is to reboot your system.

Replace amd64 with arm64 in the two places in the above line to install on ARM-based systems.
The regolith-desktop package installs a reasonable minimal configuration that should work on most hardware. To add additional package for a richer and more functional environment read Recommended Packages for New Users.
The regolith-compositor-picom-glx compositor should work on most computers. If you experience driver or visual issues, try another compositor.

For Debian users that use the “Testing” release, Regolith can be installed, however there is no “release” version due to the nature of Debian Testing. In order to install Regolith into a Debian Testing instance, the apt line contains testing instead of a release string. For example:

echo deb "[arch=amd64 signed-by=/usr/share/keyrings/regolith-archive-keyring.gpg] \
https://regolith-desktop.org/testing-debian-testing-amd64 testing main" | \
sudo tee /etc/apt/sources.list.d/regolith.list

Otherwise the installation steps are the same as an official Debian release. Note that broken dependencies or components will occur from time to time. If stability is important, consider installing into an officially released version of Debian or Ubuntu.

Anatomy of the Regolith apt URL Path #

https://regolith-desktop.org/testing-debian-testing-amd64
                             |       |      |       |
                             |       |      |       * Architecture
                             |       |      * Distro Version/Codename
                             |       * Distro Name
                             * Regolith Stage

Regolith Stages #

StageURL StringDescription
ExperimentalexperimentalStage for testing experiments
UnstableunstableStage for early development testing
TestingtestingStage for late development testing
Release X.Yrelease-X_YStage for specific official release
Current Releaserelease-currentStage for latest release (floating from release to release)

Distro Names #

NameDescription
ubuntuThe Ubuntu Linux Distribution
debianThe Debian Linux Distribution

Distro Version/Codename #

These labels are determined by their respective upstream communities. Examples are mantic, bullseye, focal.

Architecture #

NameDescription
amd64The 64-bit x86 architecture
arm64The 64-bit Arm architecture

Examples #

DescriptionURL
The 3.1 release of Regolith on Ubuntu Jammy for amd64https://regolith-desktop.org/release-3_1-ubuntu-jammy-amd64
The latest release of Regolith on Debian Bookworm for amd64https://regolith-desktop.org/release-current-debian-bookworm-amd64
Testing repo for Regolith on Debian Testing for arm64https://regolith-desktop.org/testing-debian-testing-arm64

Release Change Policy #

From Regolith 3.0 onward, all releases will use unique names in the package repo URL. This means that users will be in full control of when they wish to upgrade to a new release. Users wishing to have their package manager always install the latest version, a special stage called release-current is provided.