A system task manager for the KDE desktop. TaskPilot gives you one graphical front-end for the many moving parts of a modern Linux system: systemd services and timers, mounts, cron jobs, autostart entries, listening ports, the journal, snaps, containers and login sessions — each in its own tab.
Built with Qt 6 and KDE Frameworks 6.

systemd-analyze blame) breakdown.Privileged operations go through a KDE KAuth helper (polkit), so you are prompted only when an action actually needs root.
Requires Qt 6.5+ and KDE Frameworks 6.
On Debian/Ubuntu:
sudo apt install cmake extra-cmake-modules g++ qt6-base-dev \
libkf6coreaddons-dev libkf6i18n-dev libkf6xmlgui-dev libkf6config-dev \
libkf6configwidgets-dev libkf6crash-dev libkf6auth-dev libkf6itemmodels-dev \
libkf6itemviews-dev libkf6widgetsaddons-dev
Then:
cmake -B build
cmake --build build
sudo cmake --install build # installs the binary, KAuth helper and polkit policy
Run with taskpilot.
GPL-3.0-or-later. The project is REUSE-compliant; see
the LICENSES/ directory and the SPDX headers in each file.
Eric Frost
6 commits
C++
95.6%
CMake
2.2%
C
2.2%
A system task manager for the KDE desktop. TaskPilot gives you one graphical front-end for the many moving parts of a modern Linux system: systemd services and timers, mounts, cron jobs, autostart entries, listening ports, the journal, snaps, containers and login sessions — each in its own tab.
Built with Qt 6 and KDE Frameworks 6.

systemd-analyze blame) breakdown.Privileged operations go through a KDE KAuth helper (polkit), so you are prompted only when an action actually needs root.
Requires Qt 6.5+ and KDE Frameworks 6.
On Debian/Ubuntu:
sudo apt install cmake extra-cmake-modules g++ qt6-base-dev \
libkf6coreaddons-dev libkf6i18n-dev libkf6xmlgui-dev libkf6config-dev \
libkf6configwidgets-dev libkf6crash-dev libkf6auth-dev libkf6itemmodels-dev \
libkf6itemviews-dev libkf6widgetsaddons-dev
Then:
cmake -B build
cmake --build build
sudo cmake --install build # installs the binary, KAuth helper and polkit policy
Run with taskpilot.
GPL-3.0-or-later. The project is REUSE-compliant; see
the LICENSES/ directory and the SPDX headers in each file.
Eric Frost
6 commits
C++
95.6%
CMake
2.2%
C
2.2%