A powerful and premium-looking Windows cleaner application built with Electron. This tool helps you scan and remove temporary files, system logs, and other unnecessary data to free up disk space.
- Smart Scanning: Scans for:
- Windows Temp Files
- User Temp Files
- Windows Prefetch
- Windows Logs
- Recycle Bin
- Selective Cleaning: Review scan results and choose exactly what to delete.
- Modern UI: Clean, responsive, and aesthetic user interface.
- Portable: Can be built into a standalone
.exefile.
- Node.js (v16 or higher)
- npm (Node Package Manager)
-
Clone the repository (or download usage):
git clone <repository-url> cd windows-cleaner-app
-
Install dependencies:
npm install
-
Run the application:
npm start
To package the application into a standalone .exe installer:
-
Run the build command:
npm run build
-
Locate the installer in the
distdirectory:dist/windows-cleaner-app Setup 1.0.0.exe
ISC