A desktop WiFi manager for Linux using nmcli.
Pre-built executables are available in Releases.
Choose the package that matches your distribution:
| Distribution | Package |
|---|---|
| Debian / Ubuntu | wifi_*.deb |
| Fedora / RHEL | wifi-*.rpm |
| Arch Linux | wifi |
| Any Linux (fallback) | wifi-x86_64.AppImage |
Before running the binary, install the required runtime libraries:
gtk3webkit2gtk-4.1
Examples:
Arch Linux
sudo pacman -S gtk3 webkit2gtk-4.1Fedora
sudo dnf install gtk3 webkit2gtk4.1Ubuntu/Debian
sudo apt install libgtk-3-0 libwebkit2gtk-4.1-0npm install
npm run tauri:buildThe executable will be in src-tauri/target/release/.
- Node.js 18+
- Rust toolchain
- Tauri system dependencies (webkit2gtk, etc.) — see Tauri docs
npm install
npm run tauri:dev