SafeDisk AI

Sample deliverable

What a SafeDisk cleanup audit looks like.

This anonymized sample shows the style of report delivered from a read-only scan: estimated reclaimable space, risk labels, cleanup order, and what not to delete.

Estimated reclaimable 87.9 GB
Safe now 28.8 GB
Review first 65.5 GB

Summary

Biggest Storage Sources

CategorySourceSizeRiskRecommendation
Downloads~/Downloads42.0 GBLow/MediumSort by size/date and move old installers, archives, videos, and duplicate downloads to Trash.
Xcode DerivedData~/Library/Developer/Xcode/DerivedData22.0 GBLowSafe to remove after closing Xcode; Xcode will regenerate this build cache.
iOS Simulators~/Library/Developer/CoreSimulator19.0 GBMediumRemove unused simulator devices/runtimes from Xcode settings or with simctl after review.
User Caches~/Library/Caches14.0 GBLow/MediumReview large app cache folders; move selected old caches to Trash rather than deleting the whole folder blindly.
Docker Imagesdocker system df12.2 GBMediumReview active containers before pruning unused images/cache/volumes.
Xcode Archives~/Library/Developer/Xcode/Archives8.5 GBMediumReview old app archives before removing; keep anything needed for symbolication or releases.
Homebrew Cache~/Library/Caches/Homebrew6.8 GBLowRun brew cleanup -n first, then brew cleanup if the preview looks reasonable.
node_modules~/dev/old-react-app/node_modules5.2 GBLow/MediumRemove only if the project is inactive or dependencies can be reinstalled with npm, pnpm, or yarn.

Recommended Cleanup Order

  1. Close Xcode, Docker-dependent apps, and active terminals.
  2. Remove Low-risk items first, especially regenerable caches.
  3. Review Medium-risk items like simulators, archives, Docker volumes, and large Downloads files.
  4. Move files to Trash rather than permanently deleting them.
  5. Work normally for 24-48 hours before emptying Trash.

Useful Read-Only Checks

du -sh ~/Library/Developer/Xcode/DerivedData
du -sh ~/Library/Developer/CoreSimulator
docker system df
brew cleanup -n

Want this for your Mac?

Start with the read-only scan. If it shows a real cleanup opportunity, use the $29 pilot audit or $49 standard audit to get the full cleanup order.