{"id":50315944,"url":"https://github.com/actuallyaridan/linux-devmgmt","last_synced_at":"2026-06-02T04:01:03.114Z","repository":{"id":360548331,"uuid":"1250647330","full_name":"actuallyaridan/linux-devmgmt","owner":"actuallyaridan","description":"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.","archived":false,"fork":false,"pushed_at":"2026-05-31T17:42:45.000Z","size":425,"stargazers_count":297,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-01T03:03:59.226Z","etag":null,"topics":["aerothemeplasma","device-management","device-manager","devmgmt","kde","linux","qt6","windows"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/actuallyaridan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-26T20:51:30.000Z","updated_at":"2026-06-01T01:57:05.000Z","dependencies_parsed_at":"2026-05-31T02:00:29.333Z","dependency_job_id":null,"html_url":"https://github.com/actuallyaridan/linux-devmgmt","commit_stats":null,"previous_names":["actuallyaridan/linux-devmgmt"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/actuallyaridan/linux-devmgmt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actuallyaridan%2Flinux-devmgmt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actuallyaridan%2Flinux-devmgmt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actuallyaridan%2Flinux-devmgmt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actuallyaridan%2Flinux-devmgmt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actuallyaridan","download_url":"https://codeload.github.com/actuallyaridan/linux-devmgmt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actuallyaridan%2Flinux-devmgmt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33805341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aerothemeplasma","device-management","device-manager","devmgmt","kde","linux","qt6","windows"],"created_at":"2026-05-29T00:02:01.074Z","updated_at":"2026-06-02T04:01:03.086Z","avatar_url":"https://github.com/actuallyaridan.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n  # linux-devmgmt\n  \u003ci\u003eThe Windows Device Manager, on Linux\u003c/i\u003e\n\n  \u003cp\u003e\n    A faithful recreation of the Windows Device Manager built with Qt6 and real hardware backends via sysfs/procfs. Best enjoyed with \u003ca href=\"https://github.com/aeroshell-desktop/aerothemeplasma\"\u003eAeroThemePlasma\u003c/a\u003e, but looks great on regular KDE as well.\n  \u003c/p\u003e\n\n\u003c/div\u003e\n\u003cbr\u003e\n\n\u003e [!NOTE]\n\u003e **Built for CachyOS / Arch Linux.**\u003cbr\u003eSome features (DKMS uninstall, driver date lookup) depend on `dkms` and `pacman`. Other distros may need minor adjustments.\n\n| | | |\n|:-------------------------:|:-------------------------:|:-------------------------:|\n| \u003cimg src=\"./screenshots/main.png\" alt=\"A list of device categories with some of them expanded.\"\u003e | \u003cimg src=\"./screenshots/properties.png\" alt=\"A device properties window open, showing information about an AMD GPU\"\u003e | \u003cimg src=\"./screenshots/driver.png\" alt=\"The Driver tab of the Properties window, shwoing the version and date of said GPU driver\"\u003e |\n| \u003cimg src=\"./screenshots/olddriver.png\" alt=\"The same Driver tab of the Properties window, but this time showing an older unmaintained driver's date and version.\"\u003e | \u003cimg src=\"./screenshots/details.png\" alt=\"The Details tab, shwoing a dropdown with a large text area.\"\u003e | \u003cimg src=\"./screenshots/resources.png\" alt=\"The Resources tab, shwoing a information about a deviecs resources like IRQ and similar.\"\u003e |\n\n\n## Building\n\n```bash\nsudo pacman -S qt6-base cmake\ncmake -B build\ncmake --build build -j\n./build/devmgmt\n```\n\n## Runtime dependencies\n\n| Tool | Purpose |\n|------|---------|\n| `pkexec` | Privilege escalation for enable/disable/uninstall |\n| `modinfo` | Driver details |\n| `dkms` | *(optional)* DKMS driver management |\n| `pacman` | *(optional)* Package date lookup |\n\n## Features\n\n- Full two-level device tree (by type) backed by real sysfs/procfs data\n- Per-device Properties dialog with General, Driver, Details, and Resources tabs\n- Enable / disable devices via kernel module blacklisting\n- Uninstall DKMS drivers\n- Update Driver wizard\n- Driver Details viewer (`modinfo` output)\n- Scan for hardware changes\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factuallyaridan%2Flinux-devmgmt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factuallyaridan%2Flinux-devmgmt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factuallyaridan%2Flinux-devmgmt/lists"}