Skip to content

Instantly share code, notes, and snippets.

@jens1101
Created April 24, 2023 21:24
Show Gist options
  • Save jens1101/f18cfdb6a7360cdada546b69a11f3895 to your computer and use it in GitHub Desktop.
Save jens1101/f18cfdb6a7360cdada546b69a11f3895 to your computer and use it in GitHub Desktop.

Some apps are not signed and MacOS automatically quarantines them, because they might be malicious. Usually one would just need to right-click on the app and press open to bypass the warning, but that sometimes doesn't work. The sure- fire way to just get it to work is by removing the quarantine flag via the terminal:

xattr -d com.apple.quarantine /Applications/[app name].app

After you ran this command then the app will open as usual.

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