The Windows Device Manager, on Linux
A faithful recreation of the Windows Device Manager built with Qt6 and real hardware backends via sysfs/procfs. Best enjoyed with AeroThemePlasma, but looks great on regular KDE as well.
Note
Built for CachyOS / Arch Linux.
Some features (DKMS uninstall, driver date lookup) depend on dkms and pacman. Other distros may need minor adjustments.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
sudo pacman -S qt6-base cmake
cmake -B build
cmake --build build -j
./build/devmgmt| Tool | Purpose |
|---|---|
pkexec |
Privilege escalation for enable/disable/uninstall |
modinfo |
Driver details |
dkms |
(optional) DKMS driver management |
pacman |
(optional) Package date lookup |
- Full two-level device tree (by type) backed by real sysfs/procfs data
- Per-device Properties dialog with General, Driver, Details, and Resources tabs
- Enable / disable devices via kernel module blacklisting
- Uninstall DKMS drivers
- Update Driver wizard
- Driver Details viewer (
modinfooutput) - Scan for hardware changes





