Installation

Unofficial packages may contain malicious code! Please make sure to use official or trusted repositories.

Official packages

Official packages are built and hosted at Open Build Service. Downloads and installation instructions for the base distributions can be found in the OBS software center.

Visit OBS software center

Several other distributions are supported when used with the correct package base:

Distribution Package base
Elementary OS 7 Ubuntu 22.04 ℹ️
Elementary OS 6 Ubuntu 20.04 ℹ️
Linux Mint 22 Ubuntu 24.04 ℹ️
Linux Mint 21 Ubuntu 22.04 ℹ️
Linux Mint 20 Ubuntu 20.04 ℹ️
Linux Mint DE 6 Debian 12.0 ℹ️
Manjaro Arch Linux
PopOS! 22.04 Ubuntu 22.04 ℹ️
PopOS! 20.04 Ubuntu 20.04 ℹ️

Feel free to add missing mappings to this table.

Unofficial packages

Feel free to add trusted repositories to this list.

From source

Building and installing from sources is the least convenient, but most flexible way. This way is usually for developers only. The build process is trivial, but you have to manage the dependencies on your own. See the OBS package specs for up to date build and runtime dependencies.

git clone --recursive https://github.com/albertlauncher/albert.git
cmake -B build -S albert -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
cmake --build build
cmake --install build