Skip to content

Instantly share code, notes, and snippets.

@devinschumacher
Last active July 16, 2025 03:38
Show Gist options
  • Save devinschumacher/f569ff6e92cddf78e8d1854975f74924 to your computer and use it in GitHub Desktop.
Save devinschumacher/f569ff6e92cddf78e8d1854975f74924 to your computer and use it in GitHub Desktop.
How to Fix "App.pkg” can’t be opened because Apple cannot check it for malicious software.

If you're trying to open an app or installer on your Mac and seeing this error:

"App.pkg” can’t be opened because Apple cannot check it for malicious software.

That is the default warning that appears appears for any app that isn’t “notarized” by Apple — which includes many tools from small developers, open-source apps, or beta software.

Always make sure you downloaded the file from a trusted website or developer. As long as you trust the source, it’s safe to bypass.

Video walkthrough


Steps to fix

  1. Double click to install the package (expect to see the warning).
  2. Go to System Settings / Privacy & Security
  3. Scroll down — you’ll see a message saying the app was blocked.
  4. Click: `Open Anyway"

Image

  1. Confirm you want to open the file when asked to enter your password

That’s it — now the installer will launch normally!

Guide originally posted at serpapps: https://github.com/orgs/serpapps/discussions/3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment