Luma for macOS
Luma for macOS
Pre-built binaries are not available yet. You can build Luma from source using the instructions below.
System Requirements
- macOS 12 Monterey or later (ARM or Intel)
- Go 1.21+ (for building from source)
- Xcode Command Line Tools (
xcode-select --install)
Build from Source
Open Terminal and run:
git clone https://github.com/luma-lang/luma.git
cd luma
go build -o luma .Move the luma binary to a directory on your PATH (e.g. /usr/local/bin), then verify the installation:
luma --version