Skip to content

AppCleaner 1.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 18:31
· 3 commits to main since this release
5d206d4

Version: 1.0.0 · Build commit: 5d206d4
Archive SHA-256: 70b6871ea5025b7b30e6df6595948cefb952c38b5a911f5b264402f77e73b88d

Installation

  1. Download AppCleaner-<version>.zip below and unzip it

  2. Move AppCleaner.app to /Applications

  3. First launch: the app is ad-hoc signed (not notarized), so macOS
    Gatekeeper will complain. Either right-click → Open → Open, or run:

    xattr -d com.apple.quarantine /Applications/AppCleaner.app
  4. To remove app sandbox containers, grant AppCleaner Full Disk Access
    (System Settings → Privacy & Security → Full Disk Access) and relaunch.

Verify your download

Check the archive against the published checksum:

shasum -a 256 -c AppCleaner-<version>.zip.sha256

Check which build you are running (should match the build commit above):

/Applications/AppCleaner.app/Contents/MacOS/AppCleaner --version
# or
defaults read /Applications/AppCleaner.app/Contents/Info GitCommitHash

Full Changelog: https://github.com/popyapp/app_cleaner/commits/v1.0.0