Downloads
Downloads
Get Luma
Download the Luma interpreter for your platform.
Windows 10 and later (x86_64)
macOS 12 Monterey and later (ARM / Intel)
Ubuntu 20.04+, Fedora 36+, and other distros (x86_64)
Modules
Luma modules are .luma files that extend the language with new capabilities. Download a module, place it in your project directory, and import it.
csv = import "csv"
table = import "table"