We do not provide a pre-compiled server for Mac. Please download and compile the source code as instructed below or read the detailed instructions included in the GitHub repo.
Install Mako Server for Mac as follows:
Install Xcode
Run the commands shown below as illustrated in the video
export NOCOMPILE=true
curl -s https://raw.githubusercontent.com/RealTimeLogic/BAS/main/LinuxBuild.sh | bash
cd BAS
make -f mako.mk
After compiling, optionally install the Mako Server as follows:
sudo mkdir /usr/local/bin/ #if not already created
sudo mv mako mako.zip /usr/local/bin/