WifiManager
A minimalistic NMCLI GUI for Wifi Setup
Install / Use
/learn @sweelinq/WifiManagerREADME
WifiManager
A minimalistic NMCLI GUI for Wifi Setup
About This Project
The Sweelinq WiFi Manager is a standalone Linux application by the Sweelinq team. It's designed to provide a graphical user interface (GUI) for making WiFi connections simpler and more intuitive, leveraging the power of nmcli, the command-line utility for managing network connections in Linux.
🚀 Key Features:
- GUI for NMCLI: Makes specific functionalities of
nmcliaccessible via a friendly user interface. - Effortless WiFi Connections: Connect to WiFi networks effortlessly, with just a few clicks.
- Open Source: Everyone is invited to contribute, enhance, and expand its capabilities while keeping it focused on ease of WiFi connections.
❗ This application is not part of the Sweelinq software!
Usage
-
Download the latest AppImage
- Navigate to the Releases page on GitHub.
- Download the latest
.AppImagefile to your Linux machine.
-
Make the AppImage executable
- Open a terminal.
- Change to the directory containing the downloaded
.AppImage. For example, if your download folder is~/Downloads, you would type:cd ~/Downloads - Make the
.AppImageexecutable by running:chmod +x WifiManager-VERSION.AppImage # Replace VERSION with your downloaded release version
-
Run the AppImage
- Still in the terminal, execute the AppImage by running:
./WifiManager-VERSION.AppImage # Again, replace VERSION with your downloaded release version - Or, simply double-click the
.AppImagefile from your file manager.
- Still in the terminal, execute the AppImage by running:
