Install
float-app requires Hyprland. Interactive window picking also requires slurp; commands that use the focused window do not.
Release Archive
Section titled “Release Archive”Replace <version> and <architecture> with a published version and either x86_64 or aarch64:
curl -LO "https://github.com/timmo001/float-app/releases/download/<version>/float-app-<version>-linux-<architecture>.tar.gz"tar -xzf "float-app-<version>-linux-<architecture>.tar.gz"install -Dm755 float-app ~/.local/bin/float-appStable versions use YYYYMMDD.N, where N increments for releases made on the same UTC day.
Debian and RPM Packages
Section titled “Debian and RPM Packages”Download the package for your architecture from the matching GitHub Release, then install it:
sudo apt install ./float-app_<version>_<architecture>.debsudo dnf install ./float-app-<version>-1.<architecture>.rpmArch Linux
Section titled “Arch Linux”Install the prebuilt release package:
yay -S float-app-binUse float-app-git to build the current main branch instead.
Build Locally
Section titled “Build Locally”The repository pins Node and Bun through mise:
mise run installmise run build./dist/float-app help