lune-org / lune

A standalone Luau runtime
https://lune-org.github.io/docs
Mozilla Public License 2.0
295 stars 68 forks source link
cli luau scripting
Lune logo

Lune

Current Lune library version CI status Release status Lune license


A standalone Luau runtime.

Write and run programs, similar to runtimes for other languages such as Node, Deno, Bun, or Luvit for vanilla Lua.

Lune provides fully asynchronous APIs wherever possible, and is built in Rust 🦀 for speed, safety and correctness.

Features

Non-goals

Where do I start?

Head over to the Installation page to get started using Lune!