macOS
Last updated
Last updated: January 2026
This guide explains how to build and run Abey (gabey) from source on macOS.
Before building Abey, ensure the following tools are installed:
Git
Homebrew
Go (latest stable version)
If Go is not installed, you can install it using Homebrew.
Clone the official Abey repository to a directory of your choice:
git clone https://github.com/abeyfoundation/go-abey.gitInstall the Go compiler using Homebrew:
gabeyNavigate to the repository, check out the release branch, and build the client:
If you encounter errors related to macOS system headers, install the Xcode Command Line Tools:
Then re-run the build command.
After a successful build, start the Abey node using:
This will launch the Abey command-line client on macOS.
If you encounter issues, verify that:
Go is correctly installed and available in your PATH
Xcode Command Line Tools are installed
Last updated
brew install gocd go-abey
git checkout release/2.0
make gabeyxcode-select --installbuild/bin/gabey