Written on October 3, 2024
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
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.