Recent

Lua Runner

Execute Lua 5.3 code instantly in your browser. Powered by Fengari (pure JavaScript) — fully client-side, no server required.

Code (Lua 5.3)
Output
// Ready — write Lua and click Run

Frequently Asked Questions

What is Fengari?

Fengari is an implementation of Lua 5.3 written entirely in JavaScript (compiled from the C source using GopherJS). No plugins or server needed.

What can I do with it?

You can run standard Lua — loops, functions, tables, string operations, math, and more. It's great for learning Lua or running quick scripts.

What doesn't work?

File I/O (io.*), OS calls (os.execute, os.exit), and networking are not available. The standard print() function is supported.

Is my code sent to a server?

No. All execution happens locally in your browser using Fengari's pure-JS Lua engine.

Copied!