A lightweight Mac cleaner. Finds junk, organizes folders, removes duplicates.
Smart Clean — scans your whole Mac for stuff you don't need:
- App caches (
~/Library/Caches) - Log files (
~/Library/Logs) - Xcode derived data and archives
- npm, pip, Homebrew caches
- Downloads older than 30 days
- Files over 50 MB
- Trash
Everything except Trash goes to the macOS Trash first, so nothing is gone for good until you empty it.
Organizer — pick any folder and it sorts the files inside into subfolders by type (Images, Videos, Documents, Code, etc.). Shows you a preview before moving anything.
Duplicates — SHA-256 hashes every file in a folder, groups exact matches, lets you pick which copy to keep.
Requires macOS 14+ and Swift 6.
git clone https://github.com/prsalikut/Neat.git
cd Neat
swift runOr open Package.swift in Xcode and hit ⌘R.
Grab the latest build from the Releases page.