For security reasons Apple removed the option to allow downloaded apps from anywhere on Mac OS Sierra, to be able to enable it just run the following on your terminal:
sudo spctl --master-disable
Be aware that this completely disables Gatekeeper, so you should enable it back once the unverified app is running:
sudo spctl --master-enable
Leave a Reply