Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WiFi Manager

A desktop WiFi manager for Linux using nmcli.

Downloads

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

Dependencies

Before running the binary, install the required runtime libraries:

  • gtk3
  • webkit2gtk-4.1

Examples:

Arch Linux

sudo pacman -S gtk3 webkit2gtk-4.1

Fedora

sudo dnf install gtk3 webkit2gtk4.1

Ubuntu/Debian

sudo apt install libgtk-3-0 libwebkit2gtk-4.1-0

Building from Source

npm install
npm run tauri:build

The executable will be in src-tauri/target/release/.

Prerequisites

  • Node.js 18+
  • Rust toolchain
  • Tauri system dependencies (webkit2gtk, etc.) — see Tauri docs

Development

npm install
npm run tauri:dev

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages