Skip to content

Instantly share code, notes, and snippets.

@mauvehed
Last active May 20, 2025 14:23
Show Gist options
  • Save mauvehed/9825fa251986e2887416b3192ab614d5 to your computer and use it in GitHub Desktop.
Save mauvehed/9825fa251986e2887416b3192ab614d5 to your computer and use it in GitHub Desktop.
Unblock a quarantined application in macOS

Unquarantine a macOS app

The following can be used in place of going to Privacy & Security -> Allow Anyways when an app has been blocked by macOS.

xattr -d com.apple.quarantine <path to file>

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