BrainGenix-API supports Apple Silicon macOS through the same contributor workflow used on Linux.
- Apple Silicon Mac
- Xcode Command Line Tools
- Homebrew
Install Xcode Command Line Tools if needed:
xcode-select --installInstall Homebrew dependencies through the repo setup script:
cd Tools
./Setup.shUse the normal commands:
cd Tools
./Build.sh 6 Release
./Run.shThe macOS build path automatically uses Ninja, clang++, and the active Xcode SDK. Linux builds keep the existing CMake path.
Build directories, binaries, virtual environments, and local logs are ignored by git. Keep generated files such as api_build.log out of merge requests.