lune

Standalone Luau script runtime for executing Luau code

brewmacoslinux
Try with needOr install directly
Source

About

Standalone Luau script runtime

Commands

lune

Examples

Execute a Luau script file$ lune script.luau
Run Luau code directly from the command line$ lune -c "print('Hello from Luau')"
Execute a script with arguments passed to the script$ lune script.luau arg1 arg2