Verification summary
DiskCleaner is distributed as a signed, Apple-notarized macOS app. Its cleanup model is review-first and Trash-first: users inspect files before cleanup, and removed items remain recoverable from macOS Trash. Scanning and cleaning run locally on the Mac. The current direct-download release supports macOS 13 Ventura through macOS 26 Tahoe on Apple Silicon and Intel Macs.
Last reviewed: June 1, 2026. Current release details are listed in the DiskCleaner changelog.
1. Trash-first safety
DiskCleaner is built around a review-first workflow. You see what was found before anything moves, and cleanup actions are designed to go through macOS Trash instead of permanent deletion. That means removed items remain recoverable and cleanup stays visible rather than hidden behind a one-click black box.
2. Privacy and network behavior
DiskCleaner is positioned as a local-first utility. Cleanup does not depend on creating an account, and the product messaging is built around keeping scanning and cleaning on your Mac rather than turning storage cleanup into a cloud service. Privacy matters most when a utility can inspect thousands of files, so the standard here is simple: explain what the app reads, explain what it avoids, and keep that scope narrow.
3. Apple notarization and Gatekeeper
DiskCleaner is presented as Apple-notarized software that passes Gatekeeper. For Mac users, that matters because notarization is one of the clearest trust signals available for independent software distribution. As new builds ship, this page will continue to be the place where release and trust-related status is kept clear and easy to verify.
4. How to verify the downloaded app
macOS includes command-line tools that let you independently inspect the downloaded app after dragging it to Applications. These checks read the installed app signature, Gatekeeper assessment, and stapled notarization ticket:
codesign --verify --deep --strict --verbose=2 /Applications/DiskCleaner.app
spctl --assess --type execute --verbose=2 /Applications/DiskCleaner.app
xcrun stapler validate /Applications/DiskCleaner.appDownload the current build from the official DiskCleaner DMG.
5. Scan-performance methodology
Performance claims are most useful when they are repeatable. Scan timing depends on the Mac model, macOS version, storage condition, and the amount of cache or developer data on disk. When DiskCleaner publishes scan-speed guidance, the goal is to describe the kind of workload behind the number so users understand what “fast” means in practice. For practical storage scenarios, see our guides on how to free up storage on Mac, what System Data on Mac means, and deleting Xcode DerivedData.
6. What DiskCleaner does not touch
Trust is not only about what a cleaner removes. It is also about what it refuses to touch. DiskCleaner blocks protected paths from deletion, never pre-selects risky or personal findings, and keeps passwords and protected system locations out of the cleanup flow. Its iCloud-safe scanning also skips iCloud placeholder files and sync daemon caches so iCloud Drive can keep syncing normally while a scan runs. That boundary matters just as much as the cleanup features themselves.
7. Technical security documentation
For readers who want a more technical summary of DiskCleaner's security posture and disclosure path, the repository also includes a dedicated SECURITY.md document.