Zune is a Luau runtime built with Zig, inspired by Lune, similar to Node, or Bun.
- Comprehensive API: Includes fully featured APIs for filesystem operations, networking, and standard I/O.
- Rich Standard Library: A rich standard library with utilities for basic needs, reducing the need for external dependencies.
- Cross-Platform Compatibility: Fully compatible with Linux, macOS, and Windows, ensuring broad usability across different operating systems.
- Inspired by Lune: Inspiration from Lune, providing a familiar environment for developers who have used Lune before.
You can get started with Zune by installing it via a package manager, releases, or by building it from source.
- None, yet.
- Head over to Releases.
- Download for your system's architecture and os.
- Unzip.
- Run.
Requirements:
- Zig.
To build Zune from source:
- Clone the repository:
git clone https://github.com/Scythe-Technology/Zune.git
cd zune
- Compile
zig build -Doptimize=ReleaseFast
- Use
./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.