Skip to content

Releases: mu0072/aLaunchpad

Release list

v1.3

Choose a tag to compare

@github-actions github-actions released this 25 May 05:59

Downloads

  • aLaunchpad.zip — universal .app bundle (arm64 + x86_64)
  • aLaunchpad.dmg — disk image, same universal .app
  • SHA256SUMS.txt — SHA-256 checksums

First launch (macOS Gatekeeper)

The binary is ad-hoc signed (not notarized by Apple), so the first
time you open it macOS will refuse with "Apple cannot verify aLaunchpad
is free of malware"
. To allow it:

  1. Double-click the app once. It gets blocked — expected.
  2. Open System Settings → Privacy & Security.
  3. Scroll to the Security section and click Open Anyway next to
    the aLaunchpad notice.
  4. Confirm in the next dialog. From then on the app opens normally.

Or from Terminal:

xattr -dr com.apple.quarantine /Applications/aLaunchpad.app

Full Changelog: v1.2...v1.3

v1.2

Choose a tag to compare

@github-actions github-actions released this 24 May 12:36

Downloads

  • aLaunchpad.zip — universal .app bundle (arm64 + x86_64)
  • aLaunchpad.dmg — disk image, same universal .app
  • SHA256SUMS.txt — SHA-256 checksums

First launch (macOS Gatekeeper)

The binary is ad-hoc signed (not notarized by Apple), so the first
time you open it macOS will refuse with "Apple cannot verify aLaunchpad
is free of malware"
. To allow it:

  1. Double-click the app once. It gets blocked — expected.
  2. Open System Settings → Privacy & Security.
  3. Scroll to the Security section and click Open Anyway next to
    the aLaunchpad notice.
  4. Confirm in the next dialog. From then on the app opens normally.

Or from Terminal:

xattr -dr com.apple.quarantine /Applications/aLaunchpad.app

Full Changelog: https://github.com/mu0072/aLaunchpad/commits/v1.2