Allow any unknown developer app on macOS

Written by haloboy777 on 2024-10-03

Reason to hate macOS #312

macOS is a great operating system. But sometimes it can be frustrating. One such thing is the restriction on installing apps from unknown developers. This is a good security feature, but sometimes it can be annoying.

To allow any unknown developer app on macOS, you can use the following command in the terminal.

sudo spctl --master-disable

Then go to System Preferences -> Privacy & Security -> scroll down to Security -> Allow Applications from -> Anywhere

macos_settings

This will allow you to install any app on macOS without any restrictions. But be careful, as this will allow you to install any app on your system.

×