See Hyprlauncher's releases page for downloadable binaries.
There are 2 different AUR packages available:
- hyprlauncher - Latest release built from source
- hyprlauncher-bin - Latest release in binary form
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>
- Install Rust (preferably
rustup
) through your distro's package or the official script - Install
git
,pango
andgtk4
- Clone this repository:
git clone https://github.com/nnyyxxxx/hyprlauncher && cd hyprlauncher
- Compile the app with
cargo build --release
or run it directly withcargo run --release