Automic VaultAutomic Vault

brew

luau を Homebrew, apk, Nix, pacman, scoop でインストール

luau のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install luau

local Homebrew formula metadata

Windows

Scoop確認済み · 92%
scoop install main/luau

Scoop official bucket manifest trees · bucket/luau.json · ソース: api.github.com

概要

パッケージ概要

Fast, safe, gradually typed embeddable scripting language derived from Lua

コマンドとエイリアス

  • luau
  • luau-analyze
  • luau-ast
  • luau-compile
  • luau-reduce

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 2006: Roblox begins using Lua-style scripting for user-generated behaviors.
  • 2021: Roblox announces Luau as a separate open-source language on November 3.
  • 2022: The Luau team publishes its origins and evolution history.
  • 2023: Open-source release binaries add native code generation support compiled in by default.

Related projects

  • Lua 5.1 is the language base Luau started from.
  • Roblox Studio is the main application environment for Luau developers.
  • LuaJIT is a related high-performance Lua-family runtime, but Luau focuses on gradual typing and Roblox-compatible embedding.

セキュリティ状態

リスクレベル: yellow

generalized runtime or code generation signal.

リスク分類器

リスク yellow · 信頼度 中 · runtime

理由

  • generalized runtime or code generation signal

信号

  • text:scripting language

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
luaucliグローバル実行可能ファイル
luau-analyzecliグローバル実行可能ファイル
luau-astcliグローバル実行可能ファイル
luau-compilecliグローバル実行可能ファイル
luau-reducecliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版0.731
マネージャ更新日2026-07-25
ローカルデータOK
上流最新
検出された最新0.731

https://github.com/luau-lang/luau

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキー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
Pulseupdated
ビルド依存関係cmake
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameluau
Version Scheme1
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

luau

nix profile install nixpkgs#luau
  • normalized package name match
  • 一致条件: Luau
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/lu/luau/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

luau 0.689-r0

A fast, small, safe, gradually typed embeddable scripting language derived from Lua

https://github.com/roblox/luau

sudo apk add luau
  • License: MIT
  • Architecture: x86_64
  • Source Package: luau
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Luau
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: luau from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

luau 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 luau
  • License: MIT
  • Architecture: x86_64
  • 3 依存関係
  • normalized package name match
  • 一致条件: Luau
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: luau from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
Scoop95%

main/luau

scoop install main/luau
  • normalized package name match
  • 一致条件: Luau
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/luau.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment