macOS
brew install luaulocal Homebrew formula metadata
brew
luau のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install luaulocal Homebrew formula metadata
sudo apk add luauAlpine Linux edge package indexes · luau · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#luaunixpkgs package indexes · pkgs/by-name/lu/luau/package.nix · ソース: api.github.com
sudo pacman -S luauArch Linux sync databases · luau · ソース: geo.mirror.pkgbuild.com
scoop install main/luauScoop official bucket manifest trees · bucket/luau.json · ソース: api.github.com
概要
Fast, safe, gradually typed embeddable scripting language derived from Lua
履歴
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.
セキュリティ状態
generalized runtime or code generation signal.
リスク yellow · 信頼度 中 · runtime
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
luau | cli | グローバル実行可能ファイル | |
luau-analyze | cli | グローバル実行可能ファイル | |
luau-ast | cli | グローバル実行可能ファイル | |
luau-compile | cli | グローバル実行可能ファイル | |
luau-reduce | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/luau-lang/luau
インストールメタデータ
| パッケージキー | brew:luau |
|---|---|
| バージョン | 0.731 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/luau |
| ホームページ | https://luau.org |
| リポジトリ | https://github.com/luau-lang/luau |
| 上流ドキュメント | https://luau.org/ |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/luau-lang/luau/archive/refs/tags/0.731.tar.gz |
| 最終更新 | 2026-07-25T00:14:09Z |
| Pulse | updated |
| ビルド依存関係 | cmake |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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/luauソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.