Launch CPU, GPU, memory, and storage diagnostic tools from one organized interface
Search across 82 bundled hardware utilities by name or file path
View a hardware summary showing CPU, memory, graphics card, and storage details
Add your own custom tools to the launcher by dropping in an executable or writing a C# class
| luolangaga/tubatool | qwilxy/paralives-release | aayan555/ds4windows | |
|---|---|---|---|
| Stars | 214 | 215 | 220 |
| Language | C# | C# | C# |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 1/5 | 2/5 |
| Audience | general | general | general |
Figures from each repo's GitHub metadata at analysis time.
TubaWinUi3 is a Windows desktop application that serves as a launcher and organizer for PC hardware diagnostic tools. It packages 82 third-party utilities into a single interface, grouped by category, so you can find and open them in one place instead of hunting through folders. The project is a modernized version of a well-known Chinese PC hardware toolbox called Tuba Toolbox, rebuilt using WinUI 3, which is Microsoft's current design framework for native Windows applications. The categories covered include CPU tools (CPU-Z, Core Temp, Prime95), graphics card tools (GPU-Z, FurMark, driver uninstaller), display testing, memory testing and tuning utilities, a large selection of storage benchmarks and disk health tools (CrystalDiskMark, DiskGenius, HDTune), stress testing programs, comprehensive system monitors (AIDA64, HWiNFO), peripheral testing tools, and general utilities like Rufus for creating bootable USB drives. The application scans a Tools folder on startup, displays everything organized by type, and lets you search by name or file path. You can mark tools as favorites, launch any tool with administrator privileges in one click, and create desktop shortcuts for the ones you use often. It also reads hardware information directly from Windows (CPU model, memory, graphics card, storage, displays) and displays it in a hardware summary view. The project is open source under a GPL-3.0 license and built on .NET 10 with Windows App SDK 1.8. It supports x86, x64, and ARM64 Windows machines running Windows 10 version 1809 or later. Developers can add their own tools either by dropping executables into a folder or by writing a small C# class that plugs into the tool registry.
A Windows launcher that organizes 82 third-party PC hardware diagnostic tools into one searchable interface.
Mainly C#. The stack also includes C#, WinUI 3, .NET 10.
GPL-3.0 licensed, open source and free to use, but modified versions you distribute must also stay open source under the same license.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.