Skip to content

p145085/NeatDisk

Repository files navigation

NeatDisk

Built with Rust Tauri Platform Latest release

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.

NeatDisk v1.0.0


Download

Format Link
MSI installer Releases → latest
NSIS setup (.exe) Releases → latest

Requirements: Windows 10 or 11, x64.


Features

Free

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.

Pro

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.

Get Pro →


Building from source

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 build

The 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 build

License

Proprietary. All rights reserved. You may not redistribute or modify this software without written permission.

About

Free Windows disk cleaner — duplicate finder, junk cleaner, disk analyzer, driver store, and more. Built with Rust + Tauri.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages