Skip to content
Oleksandr Tk edited this page Jul 24, 2026 · 1 revision

Does the app collect my data?

No. There is no telemetry, analytics, or usage tracking. All operations run locally.

Does it connect to the internet?

Only to check for updates via the GitHub Releases API. This can be disabled in Settings.

Can I undo a cleanup?

Smart Cleanup moves files to Trash. You can restore them from the Trash before it is emptied. Permanent deletion requires enabling explicit settings.

Why does it need Full Disk Access?

To scan and clean system-level cache directories, user Library folders, and other locations that macOS restricts.

Why does it need Accessibility access?

For managing LaunchAgents and LaunchDaemons in /Library/LaunchDaemons and similar system-level locations, which require elevated permissions.

Does it work on Intel Macs?

The app targets Apple Silicon only. Intel Macs are not supported.

What macOS version is required?

macOS 26.0 or later.

Can I add custom cleanup paths?

Not currently. Cleanup paths are embedded as static Swift arrays. A custom path feature is not implemented.

Does it clean RAM or free up inactive memory?

No. The app focuses on disk space, not memory management.

Where are logs stored?

The app uses OSLog. Open Console.app and filter by subsystem input.MacOSCleaner.

Clone this wiki locally