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

Application type

Platforms

  • Linux
  • AppImage
1like
0comments
0articles

Features

Properties

  1.  Privacy focused
  2.  Lightweight

Features

  1.  Dark Mode
  2.  Ad-free
  3.  Works Offline
  4.  No registration required
  5.  No Tracking
  6.  Process Monitoring

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

    53 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

Office & ProductivityOS & UtilitiesSystem & Hardware

GitHub repository

  •  650 Stars
  •  19 Forks
  •  19 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?

Featured in Lists

in progress Only clone (either 1-to-1 or general function similarity) are included on the list. Artwork by SuperTux …

List by cel with 11 apps, updated

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