Ross ROSS = Recommend OSS · open-source software intelligence for agents

fengari-lua/fengari

🌙 φεγγάρι - The Lua VM written in JS ES6 for Node and the browser observed · 2026-08-28

github.com/fengari-lua/fengari · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

58/100

  • Activity 60
  • Release rhythm 31
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3500
  • days_rel: 250
  • days_push: 243
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

2026 stars · 85 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Fengari is a complete Lua 5.3 virtual machine, parser, and base libraries ported from the Lua C library to JavaScript ES6, runnable in Node.js and the browser. It exposes the same C API as native Lua through a JS API, letting developers embed and execute Lua code in JavaScript environments.

Use cases

  • run Lua scripts in the browser
  • embed a Lua interpreter in a Node.js application
  • execute user-provided Lua code safely in a web app
  • port Lua programs to JavaScript environments
  • build a web-based Lua playground or REPL
  • script game or app logic in Lua from JavaScript

When to choose

  • you need to run Lua code where only JavaScript is available (browser or Node)
  • you want Lua 5.3 semantics without native compilation
  • you're building tools that let users write Lua scripts in web apps

When to avoid

  • you need maximum Lua execution performance (use native Lua or LuaJIT)
  • you need Lua 5.4 features or newer semantics
  • you only need to parse or lint Lua rather than execute it

Facets

library · maturity active

interpreter parser programming-language programming-languages parsers web-development developer-tools browser lua-vm es6 virtual-machine lua-53 runtime nodejs javascript web

2 sources

Member repositories

RepositoryRoleHealth v2
fengari-lua/fengarimain58

For agents

markdown · JSON · MCP: product_card(name="fengari-lua/fengari")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem