Luma for Windows
Luma for Windows
Pre-built binaries are not available yet. You can build Luma from source using the instructions below.
System Requirements
Build from Source
Open a terminal (PowerShell or Command Prompt) and run:
git clone https://github.com/luma-lang/luma.git
cd luma
go build -o luma.exe .Move luma.exe to a directory on your PATH, then verify the installation:
luma --version