Skip to main content

Luna

Lua runtime with extended standard library, ready to build for common devices

Install

Install Luna by downloading the nightly build from the official releases.

Nightly builds are updated frequently with the latest features and improvements

Go To Github Releases

Warning: This project is currently in an experimental stage.

Initialize

Initialize a new project with luna init, which sets up the necessary structure to get you started quickly.
Init demo

Build

Build your scripts for any device with
luna build. This bundles your Lua code into standalone runtime ready to run.Build demo