2024-03-04 16:11:07 -07:00
2024-02-20 08:55:44 -07:00
2024-03-04 15:32:40 -07:00
2024-03-04 15:32:40 -07:00
2024-03-04 15:32:40 -07:00
2023-11-12 21:02:25 -07:00
2024-03-01 18:17:44 -07:00
2023-11-12 20:55:51 -07:00
2024-03-04 16:11:07 -07:00

Pearcleaner


Status: Maintained
Version: 3.0.2
Download · Commits

Pearcleaner - An open-source mac app cleaner | Product Hunt


An open-source mac app cleaner inspired by Freemacsoft's AppCleaner and Sun Knudsen's Privacy Guides post on his app-cleaner script. This project was born out of wanting to learn more. There's probably parts of the code that could be done better as I'm fairly new to Swift, if you have suggestions I'm open to hearing them!

Features

  • 100% Swift
  • Small app size (~2MB)
  • Quick file search, can be made instant by enabling Instant Search in settings which caches all the apps and files on startup
  • Reverse search for finding remaining files from already uninstalled applications
  • Sentinel monitor helper that can be enabled to watch Trash folder for deleted apps
  • Sentinel monitor is extremely small (210KB) and uses ~2mb of ram to run in the background and file watch
  • Mini mode which can be enabled from Settings
  • Can drop apps to uninstall directly on the Pearcleaner Dock icon itself or the drop target in the app window
  • Will differentiate between regular apps and Safari web-apps with a "web" label next to each item in the list
  • Will differentiate between regular apps and wrapped iOS apps with an "iOS" label next to each item in the list
  • Has clean uninstall menu option for the Pearcleaner app itself if you want to stop using it and get rid of all files and launch items
  • Requires Full Disk permission to search for files and also Accessibility to delete/restore files
  • Custom auto-updater that pulls latest release notes and binaries from GitHub Releases (Pearcleaner has to run from /Applications folder for this to work because of permissions)
  • New feature alert on app startup

Screenshots

Regular Mode

Mini Mode

Leftover File Search
Settings

Requirements

  • MacOS 13.0+ (App uses a lot of newer SwiftUI functions/modifiers which don't work on any OS lower than 13.0)
  • Open Pearcleaner first time by right clicking (Control + Click) and selecting Open. This adds an exception to Gatekeeper so it doesn't complain about the app not being signed with an Apple Developer certificate

Getting Pearcleaner

Releases

Pre-compiled, always up-to-date versions are available from my releases page. You might need to open this with right click-open since I don't have a paid developer account.

Homebrew

Since I don't have a paid developer account, I can't submit to the main Homebrew cask repo. You can still add the app via Homebrew by tapping my homebrew repo:

brew install alienator88/homebrew-cask/pearcleaner

Thanks

Much appreciation to Freemacsoft's AppCleaner and Sun Knudsen's app-cleaner script

S
Description
No description provided
Readme
2.8 MiB
Languages
Swift 100%