Skip to content

Instantly share code, notes, and snippets.

@MSayib
Last active January 3, 2024 08:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MSayib/8b9e6f511bbb534fa0906c60a6b80595 to your computer and use it in GitHub Desktop.
Save MSayib/8b9e6f511bbb534fa0906c60a6b80595 to your computer and use it in GitHub Desktop.
Alternative way to run any cracked apps on MacOS

Last Tested: MBP M1 on Ventura (2023)

To run the application all you have to do is remove the quarantine attribute SIP attributes to it, by running:

sudo xattr -r -d com.apple.quarantine /Applications/<APP>.app

Insert your password.

Now run your app.


Please dont copy and make your own, please refer to this gist if you find this helpful, thank you. | @ibb.ac

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