
How to Disable Gatekeeper in macOS Sierra (add Special K for Sierra Utility and CORE KG – K Patcher)

To resolute Gatekeeper issues on macOS Sierra we prepared a script to automatically unlock images and programs (annoying image/application is damaged messages pretending you cannot open things).
In cases you prefer a manual installation the image file in this folder could be used. For that reason you might have to partially or completely disable Gatekeeper checks.
For macOS 10.12 - 10.15.7
Option I
For a certain application run in Terminal:
sudo xattr -rd com.apple.quarantine /Applications/LockedApp.app
Option II
To disable checks globally run in Terminal:
sudo spctl --master-disable
For macOS 11 and newer
sudo spctl --global-disable
Frequently asked questions
How do I install the app?
Mount the image, drag the app into the "Applications" folder and launch it. If the system blocks the launch, allow it in "System Settings → Privacy & Security".
The app is damaged or won't launch
Reinstalling from a fresh image usually helps. Make sure your macOS version matches the one listed in the compatibility specs.
How do I update?
Download the new version from the site and install it over the current one — your settings will be preserved.
The download link doesn't work
Try a mirror or a download manager. For large files the browser often drops the connection.
How do I completely remove the app?
Use an uninstaller utility — it cleans up the service files that remain after moving the app to the trash.
Comments 2