Skip to content

First Release (Device Manager)

Latest

Choose a tag to compare

@DavidXanatos DavidXanatos released this 26 Jul 18:18

LinuxControlPanel v1.0

First release. A classic Windows inspired Control Panel for Linux, starting with Device Manager.

One hierarchical view of every device in the machine, with a tabbed property sheet behind each node:

  • Four views — by type, by connection (real bus topology), by bus, and resources by type
  • Per-bus detail: PCI BARs and link speed, USB descriptors, block geometry, network counters, monitor EDID, sensors, battery health
  • Search across name, vendor, driver, modalias and sysfs path
  • --report exports the whole inventory as text or HTML, and works headless over ssh

Built by walking /sys/devices rather than merging lspci/lsusb output, so the connection view shows genuine topology. Strictly read-only — it never unbinds or resets anything.

Downloads

Qt is bundled, so there is nothing to install. Pick x86_64 for Intel/AMD or aarch64 for ARM, including Raspberry Pi.

tar xzf LinuxControlPanel-*-linux-x86_64.tar.gz
./LinuxControlPanel/devicemanager

Requires glibc 2.35+ — Ubuntu 22.04+, Debian 12+, Raspberry Pi OS (bookworm)+, Fedora 36+.