Simple GTK Launcher
- Show system/user apps
- Search for binaries in
$PATH - Quick access bar
- Search on web button
- Run in terminal button
- Show calculator answers
- Show applications actions
- Customizable layout
- Optional icon view
- Custom CSS styling
- Simple configuration tool
See all available settings in the documentation
- Clone:
git clone https://codeberg.org/itszariep/sglauncher
cd sglauncher/src
- Build
make sglauncher
- (Optional) Localization files:
make compile-locales
- (Optional) Install:
sudo -E make install
Replace
sudoif you use an alternative command (likedoas)
Note
The -E flag ensures that sudo does not reset certain environment variables, which is important because SGLauncher needs to know which version to declare based on the git branch (if it is stable, it uses the VERSION file; if it is main, it uses the date.commitHash). This is not needed when running make without sudo / doas / root privileges.

