Automic VaultAutomic Vault

brew

lua@5.4 を Homebrew, pacman, zypper, apk, apt, dnf, MacPorts, Nix, chocolatey, scoop, winget でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install lua@5.4

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install lua

MacPorts ports tree · lang/lua/Portfile · ソース: api.github.com

Linux

Arch Linux pacman確認済み · 92%
sudo pacman -S lua54

Arch Linux sync databases · lua54 · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install lua54

openSUSE Tumbleweed package metadata · lua54 · ソース: download.opensuse.org

Alpine Linux apk確認済み · 92%
sudo apk add lua5.4

Alpine Linux edge package indexes · lua5.4 · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install liblua5.4-0

Debian stable package indexes · liblua5.4-0 · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install lua

Fedora Rawhide package metadata · lua · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#lua

nixpkgs package indexes · lua · ソース: raw.githubusercontent.com

概要

パッケージ概要

Powerful, lightweight programming language

コマンドとエイリアス

  • lua-5.4
  • lua5.4
  • luac-5.4
  • luac5.4

履歴

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

Lua 5.4 is the Homebrew versioned package for the Lua 5.4 runtime line. It exists because Lua minor versions can differ in API, ABI, virtual machine, and language behavior, so package managers keep older supported series available beside the current lua formula.

プロジェクトの歴史

Lua 5.4 belongs to the long-running Lua 5.x family from PUC-Rio and Lua.org. The official version history says Lua 5.4 was released on 29 Jun 2020, with a new generational garbage collection mode plus const and to-be-closed variables as its main new features.

The official Lua 5.4 manual describes Lua as a lightweight embeddable language implemented as a clean C library plus the standalone lua host program. In the 5.4 line, those long-standing Lua traits continued while the runtime refined memory-management and resource-finalization behavior.

The versioned 5.4 package is distinct from the unversioned lua package because applications embedding Lua, C modules, and precompiled Lua chunks may be tied to a specific minor version. The official version history explicitly warns that different Lua versions are really different: APIs may change, there is no ABI compatibility, and virtual machines are likely to differ.

採用の歴史

Lua 5.4 became the stable post-5.3 runtime line for projects that wanted standard Lua while avoiding a jump to later language changes. The supplied package-manager facts show dedicated Lua 5.4 packaging across apk, Homebrew, Debian, Ubuntu, pacman, and other ecosystems, reflecting the common distribution habit of keeping several Lua runtimes installable at once.

For downstream packages, Lua 5.4 support also mattered because developer tools such as Luacheck and LuaLS had to understand 5.4 syntax and standard-library definitions. Luacheck's changelog records Lua 5.4 support work in 2020, and LuaLS now documents support for Lua 5.4 alongside other Lua versions.

使われ方

Users install lua@5.4 when a script, embedded application, or Lua C module expects the 5.4 API or executable naming. The package provides lua and luac variants for the 5.4 series and does not require a runtime configuration or credentials file.

Packagers treat lua@5.4 as a compatibility runtime. It lets formulas pin to Lua 5.4 while the unversioned lua package moves forward, reducing accidental ABI and behavior changes for embedded users.

パッケージ好きにとっての重要性

lua@5.4 is package-nerd material because it is all about versioning discipline. The package preserves an ABI and language line that other packages can depend on, which is exactly why language runtimes often live in both current and versioned formulas.

タイムライン

  • 1993: Lua was created at PUC-Rio.
  • 2020-06-29: Lua 5.4 was released.
  • 2020: Lua 5.4 introduced generational garbage collection mode and const/to-be-closed variables.
  • 2025-06-04: The official version history lists Lua 5.4.8 as a current 5.4 release.

Related projects

  • Lua is the unversioned current formula for the same reference implementation family.
  • LuaRocks commonly installs modules against a specific Lua minor version.
  • LuaLS and Luacheck both document support for Lua 5.4 language semantics.
  • LuaJIT remains important for Lua 5.1-family compatibility, making versioned Lua packages part of normal Lua ecosystem work.

セキュリティ状態

保護ツール対応はまだ見つかっていません

lua@5.4 に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。

推奨レビュー

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

実行可能ファイル

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

コマンド種類公開範囲メモ
lua-5.4cliグローバル実行可能ファイル
lua5.4cliグローバル実行可能ファイル
luac-5.4cliグローバル実行可能ファイル
luac5.4cliグローバル実行可能ファイル

鮮度

バージョンと鮮度

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

ページ生成日2026-07-10
マネージャ版5.4.8
マネージャ更新日2026-06-19
ローカルデータOK
上流not checked
検出された最新未検出

https://www.lua.org/

  • 情報Release/tag comparison is only available for GitHub repositories.https://www.lua.org/信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:lua@5.4
バージョン5.4.8
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/lua@5.4
ホームページhttps://www.lua.org/
リポジトリhttps://github.com/lua/lua
上流ドキュメントhttps://www.lua.org/manual/5.4
ライセンスMIT
ソースアーカイブhttps://www.lua.org/ftp/lua-5.4.8.tar.gz
最終更新2026-06-19T12:31:49-07:00
Pulseupdated
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし
注意点You may also want luarocks: brew install luarocks

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namelua@5.4
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyyes
URL Keys
  • stable

ソースデータベース一致

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

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

Debian apt92%

liblua5.4-0 5.4.7-1+b2

Shared library for the Lua interpreter version 5.4

http://www.lua.org

sudo apt install liblua5.4-0
  • Section: libs
  • Architecture: amd64
  • Source Package: lua5.4
  • 2 依存関係
  • installed executable or alias match
  • 一致条件: Lua5 4
Debian stable package indexes · deb.debian.org · Debian stable package indexes: liblua5.4-0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt92%

liblua5.4-dev 5.4.7-1+b2

Development files for the Lua language version 5.4

http://www.lua.org

sudo apt install liblua5.4-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: lua5.4
  • 4 依存関係
  • 2 任意依存関係
  • installed executable or alias match
  • 一致条件: Lua5 4
Debian stable package indexes · deb.debian.org · Debian stable package indexes: liblua5.4-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt92%

lua5.4 5.4.7-1+b2

Simple, extensible, embeddable programming language

http://www.lua.org

sudo apt install lua5.4
  • Section: interpreters
  • Architecture: amd64
  • Source Package: lua5.4
  • 2 依存関係
  • 1 提供
  • installed executable or alias match
  • 一致条件: Lua5 4
Debian stable package indexes · deb.debian.org · Debian stable package indexes: lua5.4 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt92%

liblua5.4-0 5.4.6-3build2

Shared library for the Lua interpreter version 5.4

http://www.lua.org

sudo apt install liblua5.4-0
  • Section: libs
  • Architecture: amd64
  • Source Package: lua5.4
  • 2 依存関係
  • installed executable or alias match
  • 一致条件: Lua5 4
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: liblua5.4-0 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt92%

liblua5.4-dev 5.4.6-3build2

Development files for the Lua language version 5.4

http://www.lua.org

sudo apt install liblua5.4-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: lua5.4
  • 4 依存関係
  • 2 任意依存関係
  • installed executable or alias match
  • 一致条件: Lua5 4
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: liblua5.4-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt92%

lua5.4 5.4.6-3build2

Simple, extensible, embeddable programming language

http://www.lua.org

sudo apt install lua5.4
  • Section: universe/interpreters
  • Architecture: amd64
  • 2 依存関係
  • 1 提供
  • installed executable or alias match
  • 一致条件: Lua5 4
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: lua5.4 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk92%

lua5.4 5.4.8-r0

Powerful light-weight programming language

https://www.lua.org/

sudo apk add lua5.4
  • License: MIT
  • Architecture: x86_64
  • Source Package: lua5.4
  • 1 依存関係
  • 1 提供
  • installed executable or alias match
  • 一致条件: Lua5 4
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: lua5.4 from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk92%

lua5.4-dbg 5.4.8-r0

Powerful light-weight programming language (debug symbols)

https://www.lua.org/

sudo apk add lua5.4-dbg
  • License: MIT
  • Architecture: x86_64
  • Source Package: lua5.4
  • 1 依存関係
  • installed executable or alias match
  • 一致条件: Lua5 4
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: lua5.4-dbg from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk92%

lua5.4-dev 5.4.8-r0

Powerful light-weight programming language (development files)

https://www.lua.org/

sudo apk add lua5.4-dev
  • License: MIT
  • Architecture: x86_64
  • Source Package: lua5.4
  • 1 依存関係
  • 1 提供
  • installed executable or alias match
  • 一致条件: Lua5 4
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: lua5.4-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk92%

lua5.4-doc 5.4.8-r0

Powerful light-weight programming language (documentation)

https://www.lua.org/

sudo apk add lua5.4-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: lua5.4
  • installed executable or alias match
  • 一致条件: Lua5 4
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: lua5.4-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk92%

lua5.4-libs 5.4.8-r0

Lua dynamic library runtime

https://www.lua.org/

sudo apk add lua5.4-libs
  • License: MIT
  • Architecture: x86_64
  • Source Package: lua5.4
  • 1 依存関係
  • 1 提供
  • installed executable or alias match
  • 一致条件: Lua5 4
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: lua5.4-libs from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
pacman92%

lua54 5.4.8-6

Powerful lightweight programming language designed for extending applications

https://www.lua.org/

sudo pacman -S lua54
  • License: MIT
  • Architecture: x86_64
  • 1 依存関係
  • package manager index match
  • 一致条件: Lua54
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: lua54 from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper92%

liblua5_4-5 5.4.8-4.4

The Lua integration library

https://www.lua.org

sudo zypper install liblua5_4-5
  • License: MIT
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: lua54
  • 3 依存関係
  • 5 提供
  • package manager index match
  • 一致条件: Lua54
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: liblua5_4-5 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper92%

liblua5_4-5-32bit 5.4.8-4.4

The Lua integration library

https://www.lua.org

sudo zypper install liblua5_4-5-32bit
  • License: MIT
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: lua54
  • 3 依存関係
  • 2 提供
  • package manager index match
  • 一致条件: Lua54
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: liblua5_4-5-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper92%

lua54 5.4.8-4.4

Small Embeddable Language with Procedural Syntax

https://www.lua.org

sudo zypper install lua54
  • License: MIT
  • Category: Development/Languages/Other
  • Architecture: x86_64
  • Source Package: lua54
  • 5 依存関係
  • 3 提供
  • package manager index match
  • 一致条件: Lua54
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: lua54 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper92%

lua54-devel 5.4.8-4.4

Development files for lua

https://www.lua.org

sudo zypper install lua54-devel
  • License: MIT
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: lua54
  • 4 依存関係
  • 4 提供
  • package manager index match
  • 一致条件: Lua54
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: lua54-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

ソース経路

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

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

使用ソース

  • Nucleus package database
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment