A polished Windows desktop utility that wraps SFC, DISM, temporary file cleanup, Disk Cleanup, and defrag in a single window. Logs stream live with progress indicators and no disruptive pop-ups.
- One-click "Run All Tasks"
- Live in-app logs and progress
- Safe admin elevation before the GUI starts
- Optional read-only CHKDSK
- Exportable report of actions taken
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
python src/maintenance_goblin.pypyinstaller --onefile --windowed --name "MaintenanceGoblin" ^
--icon docs/img/goblin.ico src/maintenance_goblin.pySee the documentation for screenshots and additional details.
See CONTRIBUTING.md.
Licensed under the MIT License.