Skip to content

Releases: popyapp/app_cleaner

AppCleaner 1.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 19:17
e6b1eef

Version: 1.1.0 · Build commit: e6b1eef
Archive SHA-256: 361cfe609b16b7d5c81cc00a21c39934ce3a52001ef86c51584505a1d05850a3

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: v1.0.0...v1.1.0

AppCleaner 1.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 18:31
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