Complete guide to allow apps from unidentified developers on macOS.
When you try to open an app downloaded from the internet, macOS shows:
- "App can't be opened because it is not from an identified developer"
- App bounces in dock but never opens
- "Allow Anyway" button doesn't work or doesn't appear
- Open Terminal (press
Cmd + Space
, type "Terminal") - Run this command:
sudo spctl --master-disable
- Enter your admin password when prompted
- You'll see:
"Globally disabling the assessment system needs to be confirmed in System Settings"
- Open System Settings → Privacy & Security
- Navigate away from Privacy & Security (click "Lock Screen" or any other section)
- Navigate back to Privacy & Security
- Scroll down to the "Security" section
- Find "Allow applications downloaded from:"
- Select "Anywhere" (this option only appears after Step 1)
- A dialog will appear asking "Allow From Anywhere?"
- Click "Allow From Anywhere" button
- Enter your admin password to confirm

Your previously blocked app should now open normally. Double-click to launch it.
If the app still doesn't open, try:
- Right-click the app → "Open"
- Or go back to System Settings → Privacy & Security and look for a message about the blocked app with an "Allow Anyway" button
- This disables macOS security checks for all downloaded apps
- Only do this if you trust the apps you're installing
- You can re-enable Gatekeeper anytime with:
sudo spctl --master-enable