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

  • Windows 10 or later (x86_64)
  • Go 1.21+ (for building from source)
  • Git

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