Lune: Standalone Luau Runtime

https://news.ycombinator.com/rss Hits: 9
Summary

Lune 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 馃寵 Strictly minimal but powerful interface that is easy to read and remember, just like Luau itself 馃О Fully featured APIs for the filesystem, networking, stdio, all included in the small (~5mb zipped) executable 馃摎 World-class documentation, on the web or directly in your editor, no network connection necessary 馃彙 Familiar runtime environment for Roblox developers, with an included 1-to-1 task scheduler port 鉁忥笍 Optional built-in library for manipulating Roblox place & model files, and their instances Making programs short and terse - proper autocomplete / intellisense make using Lune just as quick, and readability is important Running full Roblox games outside of Roblox - there is some compatibility, but Lune is meant for different purposes Where do I start? Head over to the Installation page to get started using Lune!

First seen: 2025-05-21 16:21

Last seen: 2025-05-22 00:22