Download Mako Server for Mac

Download and Compile Source Code

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.

The following commands require Xcode (gcc)

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/