Control WiFi Access on Your Network

Cut or resume WiFi access for any device on your network. Simple, powerful, and modern Qt interface.

TuxCut Qt Preview

Features

Network Management

View and control all devices on your network with an intuitive interface.

Device Control

Cut and resume network access for any device on your network.

MAC Spoofing

Change your MAC address easily for enhanced privacy.

Device Aliasing

Give friendly names to devices for easier identification.

Protection Mode

Prevent others from cutting your connection.

Modern Interface

Built with Qt6 for a sleek and responsive experience.

Installation

From Packages

For RPM-based distributions (Fedora, RHEL):

sudo dnf install ./tuxcut-qt-*.rpm

For DEB-based distributions (Ubuntu, Debian):

sudo apt install ./tuxcut-qt-*.deb

From Source

1. Clone the repository:

git clone https://github.com/se7uh/tuxcut-qt; cd tuxcut-qt

2. Install Python virtual environment:

sudo dnf install python3-virtualenv # Fedora

# or

sudo apt install python3-venv # Ubuntu/Debian

3. Create and activate virtual environment:

python3 -m venv .venv; . .venv/bin/activate

4. Install dependencies:

pip install -r requirements.txt

5. Run the application:

sudo .venv/bin/python client/tuxcut_qt.py

About

TuxCut Qt is a modern network management tool for Linux systems. It provides an intuitive interface for controlling network access, managing devices, and protecting your computer.

Version: 7.0

Original Author: a-atalla

Qt Port: se7uh

License: GPL v3