Skip to content
@luau-lang

Luau

a small, fast, and embeddable programming language based on Lua with a gradual type system. Developed and maintained by @Roblox.

Luau (lowercase u, /ˈlu.aʊ/) is a fast, small, safe, gradually typed embeddable scripting language derived from Lua.

It is designed to be backwards compatible with Lua 5.1, as well as incorporating some features from future Lua releases, but also expands the feature set (most notably with type annotations). Luau is largely implemented from scratch, with the language runtime being a very heavily modified version of Lua 5.1 runtime, with completely rewritten interpreter and other performance innovations. The runtime mostly preserves Lua 5.1 API, so existing bindings should be more or less compatible with a few caveats.

Luau is used by Roblox game developers to write game code, as well as by Roblox engineers to implement large parts of the user-facing application code as well as portions of the editor (Roblox Studio) as plugins. Roblox chose to open-source Luau to foster collaboration within the Roblox community as well as to allow other companies and communities to benefit from the ongoing language and runtime innovation. As a consequence, Luau is now also used by games like Alan Wake 2 and Warframe.

Our main luau repository hosts source code for the language implementation and associated tooling. It is updated weekly with code updates from internal repository as well as binary releases, and welcomes contributions. It should also be used for questions or discussions or for filing bug reports.

We also have other repositories that host satellite materials:

Pinned Loading

  1. luau luau Public

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

    C++ 5.3k 540

  2. lute lute Public

    A standalone Luau runtime for general-purpose programming

    C++ 228 36

  3. site site Public

    Official website and documentation for the Luau programming language

    Astro 15 37

  4. playground playground Public

    A web playground for type checking, compiling, running, and inspecting Luau code.

    TypeScript 14 3

  5. research research Public

    Research papers and publications for Luau

    TeX 17 2

  6. rfcs rfcs Public

    RFCs for Luau evolution

    90 82

Repositories

Showing 10 of 18 repositories
  • mandolin Public

    A VSCode extension for lute lint and someday maybe more.

    luau-lang/mandolin’s past year of commit activity
    TypeScript 4 MIT 0 0 2 Updated Mar 12, 2026
  • luau Public

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

    luau-lang/luau’s past year of commit activity
    C++ 5,343 MIT 540 344 26 Updated Mar 12, 2026
  • lute Public

    A standalone Luau runtime for general-purpose programming

    luau-lang/lute’s past year of commit activity
    C++ 228 MIT 36 50 (1 issue needs help) 14 Updated Mar 12, 2026
  • playground Public

    A web playground for type checking, compiling, running, and inspecting Luau code.

    luau-lang/playground’s past year of commit activity
    TypeScript 14 MIT 3 4 (2 issues need help) 4 Updated Mar 12, 2026
  • site Public

    Official website and documentation for the Luau programming language

    luau-lang/site’s past year of commit activity
    Astro 15 MIT 37 11 3 Updated Mar 11, 2026
  • benchmark-data Public

    Benchmark reports automatically generated from workflows in Luau repository

    luau-lang/benchmark-data’s past year of commit activity
    JavaScript 4 0 0 0 Updated Mar 6, 2026
  • rfcs Public

    RFCs for Luau evolution

    luau-lang/rfcs’s past year of commit activity
    90 82 0 50 Updated Feb 24, 2026
  • astro-deploy Public

    An internal fork of the astro deploy action.

    luau-lang/astro-deploy’s past year of commit activity
    0 0 0 0 Updated Jan 5, 2026
  • create-pull-request Public Forked from peter-evans/create-pull-request

    A GitHub action to create a pull request for changes to your repository in the actions workspace

    luau-lang/create-pull-request’s past year of commit activity
    TypeScript 0 MIT 583 0 0 Updated Oct 28, 2025
  • .github Public
    luau-lang/.github’s past year of commit activity
    0 1 0 0 Updated Oct 22, 2025