Luma for Linux
Luma for Linux
Pre-built binaries are not available yet. You can build Luma from source using the instructions below.
System Requirements
- Ubuntu 20.04+, Fedora 36+, or any recent Linux distribution (x86_64)
- Go 1.21+ (for building from source)
- Git
Build from Source
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