An open-source utility for Windows 10 and 11 engineered to safely reclaim gigabytes of disk space from heavy developer toolchain caches, purge graphics shader pipelines, and flush unused process RAM working sets.
Detailed specification breakdown of the underlying cleanup detectors, Win32 system call integrations, and targeted developer toolchains.
| Specification Field | Technical Implementation & Support Details |
|---|---|
| Target Operating System | Windows 10, Windows 11, Windows Server 2019+ (64-bit Architecture) |
| Physical RAM Trimming API | Native Win32 EmptyWorkingSet process memory management via psapi.dll |
| GPU Shader Pipeline Caches | NVIDIA (DXCache, GLCache), AMD Radeon (DxCache, OglCache), DirectX (D3DSCache), Intel Arc Graphics |
| Supported Developer Toolchains | Node.js (NPM, Yarn, PNPM), Python (Pip, PyPI, Poetry, UV), Java (Gradle, Maven), Rust (Cargo), Go (go-build), IDEs (VS Code, JetBrains) |
| Registry Leftover Cross-Matching | Cross-references %AppData% & %LocalAppData% paths against HKEY_LOCAL_MACHINE & HKEY_CURRENT_USER Uninstall keys |
| User Interface Framework | CustomTkinter (Modern Python GUI Toolkit with Dark/Light styling) |
| Distribution Format | Standalone Portable Binary (Compiled via PyInstaller, single .exe file) |
| Open Source License | MIT License (100% Free, Open Source, and Permissive) |
| Primary Author | Prakhar Yadav (blazecodeprakhar) — Portfolio Website |
Designed to address enterprise software build bloat and optimize physical hardware resource utilization.
Safely reclaims unused process working sets and purges compiled graphics shader caches to optimize system responsiveness.
EmptyWorkingSet.Identifies and cleans accumulated dependency repositories and build artifacts generated by modern software toolchains.
Scans system application data directories for orphaned folders left behind after application uninstallations.
%AppData% directories against active Windows Registry entries..exe, .bat, .vbs, .ps1) in temporary locations.Execute an interactive simulation of the HyperClean Studio detector pipeline.
Instructions for cloning, running from source using Python 3.10+, and generating standalone executables.
Access compiled binaries, complete source code archives, and individual python scripts.
Single portable Windows executable. No Python installation required. Compatible with Windows 10 and 11.
Complete codebase archive containing detector modules, UI widgets, build automation scripts, and assets.
Primary entry point script that initializes models, loads detector engines, and launches the CustomTkinter UI.
Automated build configuration script for packaging the Python codebase into a single standalone .exe file.
List of Python dependencies required for running from source, including CustomTkinter and PyWin32.
View source history, report issues, submit pull requests, or star the official project repository.