macOS
brew install luaulocal Homebrew formula metadata
brew
Fast, safe, gradually typed embeddable scripting language derived from Lua. Version 0.728 via Homebrew; verified 2026-07-03.
install
brew install luaulocal Homebrew formula metadata
sudo apk add luauAlpine Linux edge package indexes · luau · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#luaunixpkgs package indexes · pkgs/by-name/lu/luau/package.nix · source: api.github.com
sudo pacman -S luauArch Linux sync databases · luau · source: geo.mirror.pkgbuild.com
scoop install main/luauScoop official bucket manifest trees · bucket/luau.json · source: api.github.com
overview
Fast, safe, gradually typed embeddable scripting language derived from Lua
history
Luau is Roblox's Lua-derived scripting language: a small, fast, embeddable language with gradual typing, a bytecode compiler, interpreter, optional JIT, type checker, and linter.
Luau grew out of Roblox's long use of Lua for user-generated gameplay and internal application code. The Luau team says Roblox chose Lua for simplicity, embedding, execution control, and coroutine support, then evolved it to improve performance, ergonomics, safety, and tooling while preserving Lua's design goals.
On November 3, 2021, Roblox announced that Luau was becoming a separate open-source language rather than an inseparable part of Roblox. The announcement made the runtime, compiler, type checker, and linter available under the MIT license and opened the language RFC process to the public.
Luau's largest adoption base remains Roblox itself: the origins post describes it as powering millions of Roblox experiences and large amounts of Roblox app and Studio functionality. Open-sourcing made it usable outside Roblox, and the project says it has seen increased adoption in other projects and applications.
Package-manager adoption followed the open-source release. The input metadata lists Luau packages in Homebrew, Alpine, Nix, Arch, and Scoop, which makes the command-line compiler and analyzer available to non-Roblox workflows.
Luau ships command-line tools for running scripts and analyzing code. The getting-started documentation shows luau for execution and luau-analyze for static analysis, type checking, and linting.
For embedders, the language is designed around a small standard library and host-provided APIs. That makes Luau useful both as a Roblox scripting language and as a sandboxable embedded scripting runtime.
Luau matters to package history because it is a modern, typed Lua-family runtime with a large production origin and standalone package-manager distribution. It is not just a Lua library: it ships a compiler, analyzer, AST tools, and runtime pieces as CLI binaries.
For Lua ecosystem watchers, Luau is one answer to the long-running question of how Lua-like languages can add typing, tooling, and safety without giving up embeddability.
security posture
generalized runtime or code generation signal.
yellow risk · medium confidence · runtime
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
luau | cli | global executable | |
luau-analyze | cli | global executable | |
luau-ast | cli | global executable | |
luau-compile | cli | global executable | |
luau-reduce | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/luau-lang/luau
install metadata
| Package key | brew:luau |
|---|---|
| Version | 0.728 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/luau |
| Homepage | https://luau.org |
| Repository | https://github.com/luau-lang/luau |
| Upstream docs | https://luau.org/ |
| License | MIT |
| Source archive | https://github.com/luau-lang/luau/archive/refs/tags/0.728.tar.gz |
| Last updated | 2026-07-03T13:54:19Z |
| Pulse | updated |
| Build dependencies | cmake |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | luau |
| Version Scheme | 1 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
luau
nix profile install nixpkgs#luauluau 0.689-r0
A fast, small, safe, gradually typed embeddable scripting language derived from Lua
https://github.com/roblox/luau
sudo apk add luauluau 1:0.723-1
A fast, small, safe, gradually typed embeddable scripting language derived from Lua
https://github.com/luau-lang/luau
sudo pacman -S luaumain/luau
scoop install main/luausource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.