The honest, open-source disk cleaner for macOS.
MacCleaner is for you.
MacCleaner is a powerful system utility. While it is designed to be safe by moving files to the Trash, the author is NOT responsible for any data loss, system instability, or accidental deletion of important files. Always ensure you have a full system backup (Time Machine) before performing any cleaning operations.
No ads. No subscriptions. No hidden tracking. Just a simple, powerful tool to reclaim your hard drive space safely. Built by a developer, for everyone.
| Modern Dashboard | Smart Scanning |
|---|---|
![]() |
![]() |
| Visual overview of your disk usage | Grouped results for safe & easy cleaning |
- 💯 100% Free & Open Source: The code is right here. No secrets.
- 🛡️ Safety First: We don't just "delete" files. We move them to the Trash 🗑️, so you can always change your mind.
- 🚀 Native Performance: Built with PyQt6 to look and feel like a native macOS app.
- 🧠 Smart Detection: Automatically finds orphaned files from apps you uninstalled years ago.
- 📊 Dashboard: See exactly how much space you have left at a glance.
- 🧹 System Junk: Safely clear
Caches,Logs, andXcode DerivedData(a lifesaver for developers!). - 🐘 Large Files: Instantly spot the massive files clogging up your Downloads folder (>100MB).
- 🗑️ App Leftovers: Our smart engine scans
Application Supportto find junk left behind by deleted apps. - ✅ Select All: Use the header checkbox or Cmd+A to select all scan results.
- 📏 Adjustable Columns: Resize File/Folder and Size columns to fit your workflow.
- 🌗 Night Mode: Follow system theme or toggle Light/Dark manually.
- ℹ️ About Menu: Quick app intro with MIT license link.
- 🛠️ System Tools:
- Update Cleaner: Remove old macOS installer packages.
- Time Machine Snapshots: The #1 cause of hidden "System Data" bloat.
- Download the latest MacCleaner-Silicon.dmg (for M1/M2/M3) or MacCleaner-Intel.dmg (for Intel Macs) from the Releases Page.
- Open the file and drag MacCleaner to your Applications folder.
Since MacCleaner is open-source and not signed with a paid Apple Developer certificate, macOS will block it by default.
Option 1: The Right-Click Trick
- Go to your Applications folder.
- Right-click (or Control-click) the MacCleaner icon.
- Select Open from the menu.
- A dialog will appear. Click Open.
- Done! You only need to do this once.
Option 2: Fix "App is Damaged" Error If macOS says the app is "damaged" (this is a Gatekeeper error), run this in your Terminal:
sudo xattr -cr /Applications/MacCleaner.appWant to tweak the code? Build it yourself?
# Clone the repo
git clone https://github.com/shfire616/mac_cleaner.git
cd mac_cleaner
# Setup the environment and install dependencies
uv sync# Build the App Bundle
uv run pyinstaller --name="MacCleaner" --windowed --noconfirm --clean --paths=src src/main.py
# Create the DMG Installer
uv run dmgbuild -s dmg_settings.py "MacCleaner" dist/MacCleaner.dmgYour data is your responsibility. MacCleaner is designed to be safe (using the Trash), but always ensure you have a backup (Time Machine) before performing system maintenance. The author provides this software "as is" without warranty.
MIT License. Copyright © 2026 William Tam. Free to use, modify, and distribute.

