To install this application on macOS, you will need to follow a few extra steps because it has not been signed with a paid Apple developer account.
After downloading and moving the application to your /Applications
folder, you will need to open the Terminal and run the following commands to bypass macOS Gatekeeper and ensure the application has the correct permissions to run.
Instructions:
bash
cd /Applications
bash
sudo chmod -R 777 mcduhub.app
bash
sudo xattr -cr mcduhub.app
Please note: These commands require administrative privileges, so you may be prompted to enter your password. Be aware that manually overriding these security features should only be done for applications you trust.
here is the video how to do it