luau-lang/luau
A small, fast, and embeddable programming language based on Lua with a gradual type system.
About the project
Luau is an embeddable scripting language derived from Lua 5.1 with gradual typing, a fast interpreter, and the luau and luau-analyze CLI tools. It is used for game logic and plugins, including in Roblox, Alan Wake 2, and Warframe.
Useful for
- Embed Luau into a C++ application as a scripting engine via Luau.Compiler and Luau.VM
- Type-check and lint scripts with luau-analyze using .luaurc configuration
- Run a script or REPL with the luau command for quick code checks
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 0 stars so far today, about 1 expected by the end of the day.
- GitHub Trending C++ today: #6, +4 stars.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 5,888
- Stars in a day
- 1
- Forks
- 644
- Issues and pull requests
- 2,628
- Watchers
- 86
- Language
- C++
- License
- MIT
- Latest release
- 0.739 · September 18, 2026
- Created
- September 14, 2018
- Last push
- September 18, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 21, 2026GitHub Trending C++ today: #6, +4 stars
Similar projects
-
5.5
Volumeyascoop/RbxForge
CLI project generator for Roblox and Rojo that scaffolds a ready project in one command using game, library, or plugin templates.
-
5.5
BansheeLight/RbxForge
CLI project generator for Roblox and Rojo: creates a ready project structure in one command using game, library, or plugin templates.
-
4.8
ahmedkhaleel2004/gitdiagram
A web service that turns any public or private GitHub repository into an interactive architecture diagram: it analyzes the file tree, README and code excerpts with an LLM to build a system graph with links to sources.
-
4.6
gylive/ccodex-sleep-state
A local Go tool that tries to improve Codex behavior: it collects and injects X-Codex-Turn-State and manages proxies, subscriptions and Astra/Sol/Terra models via a web panel. It does not guarantee better model quality…
-
4.5
tt-a1i/archify
An agent skill for Cursor, Claude Code, Codex CLI, and OpenCode that turns a system description or codebase into interactive HTML/SVG architecture, workflow, sequence, data-flow, and lifecycle diagrams from typed JSON…
-
4.4
alibaba/open-code-review
AI code review tool from Alibaba: reads git diffs and, via an LLM agent with file access and repo search, produces line-level review comments. Ships with built-in rules (NPE, thread-safety, XSS, SQL injection) and a…