Tux Manager icon
Tux Manager icon

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.

Tux Manager screenshot 1

Cost / License

Platforms

  • Linux
0likes
0comments
0articles

Features

No features, maybe you want to suggest one?

Tux Manager News & Activities

Highlights All activities

Recent activities

Tux Manager information

  • Developed by

    Petr Bena
  • Licensing

    Open Source (GPL-3.0) and Free product.
  • Written in

  • Alternatives

    51 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Office & Productivity

GitHub repository

  •  479 Stars
  •  13 Forks
  •  11 Open Issues
  •   Updated  
View on GitHub
Tux Manager was added to AlternativeTo by Darlene Sonalder on and this page was last updated .
No comments or reviews, maybe you want to be first?

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.

Official Links