Skip to content

Download

Latest release — v1.8.0

Download for Windows

luz-1.8.0-setup.exe · Windows 10 or later · No dependencies

What's included

  • Full Luz interpreter as a standalone executable
  • luz added to your system PATH automatically
  • No Python required

After installing

Open a new terminal and run:

luz program.luz   # run a file
luz               # open the interactive REPL

Other platforms

Linux and macOS builds are not available yet. You can run Luz from source:

git clone https://github.com/Elabsurdo984/luz-lang.git
cd luz-lang
python main.py program.luz

Release history

Version Date Highlights
v1.8.0 2026-03-21 Lambdas, OOP, format strings, modules, math built-ins, standalone installer