luau-lang/luau

A small, fast, and embeddable programming language based on Lua with a gradual type system.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 4 minutes ago
Added to GitGenius on September 11th, 2026
Created on September 14th, 2018
Open Issues & Pull Requests: 496 (+0)
GitHub issues: Enabled
Number of forks: 640
Total Stargazers: 5,858 (+0)
Total Subscribers: 83 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 28.3 hours
Mean response time: 70.0 days
90th percentile: 235.2 days
Tracked items: 767

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "by design" is answered fastest, typically in about 7 hours, while "fixed by new solver" waits about 12 days. Almost all tracked open issues have seen activity in the last three months. Only 6% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 434
New in 7 days: 5
Closed in 7 days: 10
Avg open age: 353 days
Stale 30+ days: 200
Stale 90+ days: 48

Recent activity

Opened in 7 days: 5
Closed in 7 days: 10
Comments in 7 days: 0
Events in 7 days: 1

Top labels

  • bug (801)
  • analysis (607)
  • enhancement (177)
  • by design (30)
  • runtime (28)
  • fixed by new solver (27)
  • type functions (20)
  • invalid (17)

Detailed Description

Luau is a small, fast, and embeddable programming language based on Lua with a gradual type system.

Luau addresses the need for a modern scripting language that maintains compatibility with Lua 5.1 while adding static type checking and performance improvements. It achieves this through a heavily modified Lua 5.1 runtime with a completely rewritten interpreter, incorporating a state-of-the-art type inference system alongside optional type annotations. The language preserves most of the Lua 5.1 API, making it relatively straightforward to integrate into existing projects that use Lua bindings.

Luau suits teams building games or applications that benefit from embedded scripting with optional static typing. It is particularly well-suited for projects where gradual typing adoption is valuable, allowing developers to add type annotations incrementally rather than requiring them upfront. The tool comes with a command-line REPL for interactive use and a type checker and linter called luau-analyze that can be configured per-file or project-wide. A community-maintained language server frontend enables editor integration for those using text editors.

The project receives issue reports primarily from its user base rather than the core team, reflecting substantial real-world adoption. Maintainers typically respond to new issues and pull requests within a few days. Work in the issue tracker centers on bug fixes, analysis, and enhancements.