| Crates.io | sigui |
| lib.rs | sigui |
| version | 0.1.0 |
| created_at | 2025-10-16 16:30:43.389934+00 |
| updated_at | 2025-10-16 16:30:43.389934+00 |
| description | A TUI app for managing your connected wifi and perform a simple speed test. |
| homepage | |
| repository | https://github.com/itcodehery/Project_Wifi |
| max_upload_size | |
| id | 1886376 |
| size | 45,477 |

A Terminal User Interface (TUI) for managing Wi-Fi connections on Windows.
SiGUI (pronounced see-gooey) is a lightweight and efficient command-line tool for managing wireless networks. It provides a simple and intuitive terminal-based interface for scanning, connecting to, and managing Wi-Fi networks. The application is built with Rust, uses the ratatui library to create the terminal user interface, and currently works on Windows by using netsh.
This project aims to offer a user-friendly alternative to graphical network managers, ideal for developers, system administrators, and anyone who prefers working in the terminal.
Home Screen:

Password Screen:

This project is built with Rust. You will need to have the Rust toolchain (including cargo) installed.
git clone <repository-url>
cd sigui
cargo run --release
Launch the application by running the executable. The main screen will display a list of available Wi-Fi networks and their information.
SiGUI is currently in active development. Contributions are welcome! If you would like to contribute, please fork the repository and submit a pull request.
This project is not yet licensed.