Cut or resume WiFi access for any device on your network. Simple, powerful, and modern Qt interface.
View and control all devices on your network with an intuitive interface.
Cut and resume network access for any device on your network.
Change your MAC address easily for enhanced privacy.
Give friendly names to devices for easier identification.
Prevent others from cutting your connection.
Built with Qt6 for a sleek and responsive experience.
For RPM-based distributions (Fedora, RHEL):
sudo dnf install ./tuxcut-qt-*.rpm
For DEB-based distributions (Ubuntu, Debian):
sudo apt install ./tuxcut-qt-*.deb
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
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