Skip to content

Download

๐ŸชŸ Download for Windows

Installer ยท No dependencies

๐Ÿง Download for Linux

tar.gz ยท luz + ray binaries

Windows โ€” What's included

  • Full Luz interpreter (luz.exe)
  • ray package manager (ray.exe)
  • luz and ray added to your system PATH automatically
  • Standard libraries pre-installed (luz-math, luz-random, luz-io, luz-system)
  • No Python required

Linux โ€” Setup after download

tar -xzf luz-*-linux.tar.gz
sudo mv luz ray /usr/local/bin/
luz program.luz

After installing

luz program.luz        # run a file
luz                    # open the interactive REPL
ray install user/pkg   # install a package

Older releases

Loading...