Skip to content

Instantly share code, notes, and snippets.

@selfagency
Last active August 1, 2025 15:46
Show Gist options
  • Save selfagency/0c043414ccf91d58903320544f59630e to your computer and use it in GitHub Desktop.
Save selfagency/0c043414ccf91d58903320544f59630e to your computer and use it in GitHub Desktop.
unquarantine mac os app
#!/usr/bin/env bash
xattr /path/to/MyApp.app
sudo xattr -r -d com.apple.quarantine /path/to/MyApp.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment