Twelve disk tools in one app — completely free.
Find duplicates, clean junk, visualize usage, manage drivers, monitor disk health, and more. No account, no subscription, no telemetry.
| Format | Link |
|---|---|
| MSI installer | Releases → latest |
| NSIS setup (.exe) | Releases → latest |
Requirements: Windows 10 or 11, x64.
| Feature | Description |
|---|---|
| Duplicate Finder | Multi-phase scan — size grouping, partial hash, full MD5 — finds exact copies across images, videos, documents, audio, archives, or all file types. |
| Junk Cleaner | One-click removal of temp files (%TEMP%, Windows\Temp), browser caches (Chrome, Edge, Firefox), Windows Error Reports, and Recycle Bin contents. |
| Disk Analyzer | Visual breakdown by file category plus an interactive treemap. Click any folder to drill in; mouse button 4 or the back button to navigate up. |
| Large Files | Lists the 20 largest files in any folder so you can spot what is eating your space. |
| Empty Folder Finder | Detects and removes leftover empty directories across entire folder trees. |
| Weekly Scheduler | Registers a Windows Task Scheduler job — choose day and time. No admin rights required. |
| Driver Store Cleanup | Identifies outdated packages in DriverStore\FileRepository, groups by driver family, flags redundant versions, and removes them in one UAC-elevated operation. Often recovers several GB. |
| Stale File Finder | Locates files untouched for months or years so you can decide what is safe to archive or delete. |
| Disk Health | Reads S.M.A.R.T. data and surfaces temperature, reallocated sectors, power-on hours, and overall health status for every drive. |
| Startup Manager | Lists every program that auto-starts with Windows (Run, RunOnce, HKCU) so you can disable slow entries in seconds. |
| App Uninstaller | Browse, search, and sort all installed programs. Launches any uninstaller with one click; UAC elevation is handled automatically. |
| Restore Point Manager | Lists system restore points with shadow copy storage usage, pre-selects redundant ones, and removes them via an elevated vssadmin call. |
| Feature | Description |
|---|---|
| Similar Image Detection | Perceptual hashing (dHash) catches near-identical images — same photo at a different resolution, compression level, or file format. |
| Unlimited Large Files | Removes the 20-file cap; scan every file above a chosen size threshold across any folder tree. |
Prerequisites: Rust, Node.js 18+, Tauri prerequisites (WebView2 is pre-installed on Windows 10/11).
# Install frontend dependencies
npm --prefix ui install
# Development build — opens a live-reload window
npm run tauri dev
# Release build — produces target\release\NeatDisk.exe + installer bundles
npm run tauri buildThe build reads LICENSE_SECRET to sign and validate Pro license keys. Any non-empty string works for local builds; keys signed with a different secret will not validate against released builds.
$env:LICENSE_SECRET = "your-secret-here"
npm run tauri buildProprietary. All rights reserved. You may not redistribute or modify this software without written permission.
