

Tux Manager
A Linux Task Manager alternative built with Qt6, inspired by the Windows Task Manager but designed to go further - providing deep visibility into system processes, performance metrics, users, and services.
Cost / License
- Free
- Open Source (GPL-3.0)
Platforms
- Linux
Features
Tux Manager News & Activities
Recent activities
- justarandom added Tux Manager
- justarandom added Tux Manager
justarandom added Tux Manager as alternative to Process Explorer, htop, System Informer and Mission Center
Tux Manager information
What is Tux Manager?
A Linux Task Manager alternative built with Qt6, inspired by the Windows Task Manager but designed to go further - providing deep visibility into system processes, performance metrics, users, and services.
Installing Debian / Ubuntu / Fedora / EL derivatives (Rocky/Alma/OL)
Use prebuilt packages that can be downloaded from releases AUR
Use an AUR helper like paru or yay:
yay -S tuxmanager
Nix flake
Add the following to your flake.nix:
inputs.tuxManager.url = "github:benapetr/TuxManager/"; inputs.tuxManager.inputs.nixpkgs.follows = "nixpkgs"; # optional, deduplicates dependencies
You can then access the package at: inputs.tuxManager.packages.${pkgs.stdenv.hostPlatform.system}.default Others
You can use an AppImage that can be downloaded from releases or just build it yourself.






