Dupe guide

Clean up your Mac without buying a cleaner app

Most paid cleaner apps do things macOS already does. Here's a free, manual workflow that's just as effective.

4 min read

The “Mac cleaner” market is huge, expensive, and mostly unnecessary. Almost everything the big subscription apps do, you can do with built-in tools. Here’s the free workflow.

The free toolkit

You already have:

The workflow

  1. Open Storage Settings. Note the size of each category. Find your worst offender.
  2. Use the "Documents" review screen. System Settings > General > Storage > Documents > "Review Files." Sort by size. Delete what you don't need.
  3. Empty Downloads of obvious junk. Sort Downloads by Kind, bin all DMGs and ZIPs.
  4. Manage iOS backups. Finder > iPhone > Manage Backups. Wipe old devices.
  5. Clear Mail attachments. Mail > Settings > Accounts > Advanced > "Download Attachments: None."
  6. Use Terminal for invisible space. du -sh ~/Library/* 2>/dev/null | sort -h | tail -10
  7. Empty the Trash. Right-click Dock icon > Empty Trash. Or set auto-empty after 30 days.

What cleaner apps add that you actually want

To be fair, paid cleaners do a few things that are genuinely useful:

Of those, only duplicate detection actually requires special software. Bundle uninstall you can do manually (search ~/Library for the app name). Periodic reminders are a calendar entry.

What cleaner apps add that you don’t need

A reasonable hybrid

The honest answer is: do everything in this checklist for free, and if you really want a duplicate finder, get one that’s a one-time purchase.

Download Dupe is $14.99 once, no subscription. It does one thing — find byte-identical files via SHA-256 hashing and move them to the Trash — and doesn’t pretend to do anything else. No fake junk warnings, no monthly billing, no memory cleaner nonsense. Doesn’t touch system files or app bundles.

If you’re tempted by a $90/year cleaner subscription, the math is straightforward: Dupe at $14.99 is half the cost of two months of those.

← All Dupe tips