hyprutils / hyprlauncher

GUI for launching applications, written in blazingly fast Rust! πŸš€πŸ¦€
GNU General Public License v2.0
39 stars 1 forks source link
applauncher css gui hyprland launcher rust wayland xorg

Hyprlauncher

An unofficial GUI for launching applications, built with GTK4 and Rust. πŸš€πŸ¦€
## Preview ![Preview](.github/preview.png)

Installation

GitHub Releases

See Hyprlauncher's releases page for downloadable binaries.

Arch Linux

There are 2 different AUR packages available:

Install the preferred package with:

git clone https://aur.archlinux.org/<package>.git
cd <package>
makepkg -si

Or, if you're using an AUR Helper, it's even simpler (using paru as an example):

paru -S <package>

Building from source

  1. Install Rust (preferably rustup) through your distro's package or the official script
  2. Install git, pango and gtk4
  3. Clone this repository: git clone https://github.com/nnyyxxxx/hyprlauncher && cd hyprlauncher
  4. Compile the app with cargo build --release or run it directly with cargo run --release

Credits:

Copyright (C) 2024 HyprUtils