SkillAgentSearch skills...

WifiManager

A minimalistic NMCLI GUI for Wifi Setup

Install / Use

/learn @sweelinq/WifiManager
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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 nmcli accessible 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

  1. Download the latest AppImage

    • Navigate to the Releases page on GitHub.
    • Download the latest .AppImage file to your Linux machine.
  2. 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 .AppImage executable by running:
      chmod +x WifiManager-VERSION.AppImage  # Replace VERSION with your downloaded release version
      
  3. 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 .AppImage file from your file manager.
View on GitHub
GitHub Stars4
CategoryDevelopment
Updated3mo ago
Forks1

Languages

C++

Security Score

82/100

Audited on Dec 28, 2025

No findings