Scythe-Technology/Zune
A Luau runtime
Zune is a Luau runtime, inspired by Lune, similar to Node, or Bun.
You can get started with Zune by installing it via a package manager, releases, or by building it from source.
Requirements:
To build Zune from source:
git clone https://github.com/Scythe-Technology/Zune.git
cd zune
zig build -Doptimize=ReleaseFast
./zig-out/bin/zune version
From this point, you can add the binary to your path.
For more information on the future of Zune, check out the milestones
To get support or to chat, check out the Discord. And look for the "zune".
Read CONTRIBUTING.md.