macOS
brew install luajitlocal Homebrew formula metadata
sudo port install luajitMacPorts ports tree · lang/luajit/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de luajit pour les workflows d'agents IA.
installation
brew install luajitlocal Homebrew formula metadata
sudo port install luajitMacPorts ports tree · lang/luajit/Portfile · Source: api.github.com
sudo apk add luajitAlpine Linux edge package indexes · luajit · Source: dl-cdn.alpinelinux.org
sudo apt install luajitDebian stable package indexes · luajit · Source: deb.debian.org
sudo dnf install luajitFedora Rawhide package metadata · luajit · Source: dl.fedoraproject.org
nix profile install nixpkgs#luajitnixpkgs package indexes · luajit · Source: raw.githubusercontent.com
sudo pacman -S luajitArch Linux sync databases · luajit · Source: geo.mirror.pkgbuild.com
sudo zypper install luajitopenSUSE Tumbleweed package metadata · luajit · Source: download.opensuse.org
scoop install main/luajitScoop official bucket manifest trees · bucket/luajit.json · Source: api.github.com
winget install --id DEVCOM.LuaJIT -eWindows Package Manager source index · DEVCOM.LuaJIT · Source: cdn.winget.microsoft.com
aperçu
Just-In-Time Compiler (JIT) for the Lua programming language
historique
LuaJIT is a just-in-time compiler and high-performance Lua 5.1-compatible runtime. It became one of the defining alternative Lua runtimes because it combines a fast interpreter, trace JIT compiler, FFI, and broad embedding support.
LuaJIT is authored by Mike Pall and has been in continuous development since 2005. The official overview describes it as a JIT compiler for Lua that can be embedded or used as a standalone language runtime.
LuaJIT 2.0 was a major rewrite of the VM, combining an assembler-written interpreter with a trace compiler and SSA-based optimizations. The official extensions documentation also makes clear why LuaJIT became more than a faster lua executable: it adds the FFI library, built-in bit operations, JIT control modules, profiler support, and Lua/C API extensions while remaining API and ABI compatible with Lua 5.1.
The official LuaJIT overview says it has been used in games, appliances, network and graphics applications, numerical simulations, trading platforms, and other specialty applications, and is part of large web, SaaS, networking, set-top-box, and embedded deployments.
Package-manager adoption is broad: the input metadata lists LuaJIT packages for Homebrew, MacPorts, Debian, Ubuntu, Fedora, Alpine, Arch, openSUSE, Nix, Scoop, and Winget. That distribution footprint reflects LuaJIT's role as both a developer tool and a dependency of packages that want Lua speed or LuaJIT FFI.
The normal command-line entry point is luajit on POSIX systems and luajit.exe on Windows. It runs Lua chunks, scripts, and interactive sessions, and it supports Lua-like CLI options plus LuaJIT-specific bytecode, JIT-control, and optimization switches.
In package ecosystems, LuaJIT is commonly selected when a project targets Lua 5.1 semantics but wants faster execution, C interop through FFI, or compatibility with ecosystems such as OpenResty and LuaJIT-oriented LuaRocks modules.
LuaJIT is package-nerd-famous because it sits at the intersection of language runtime, C ABI, and distribution policy. The project now uses rolling releases from git rather than release tarballs, so downstream packages often package snapshots and must track branch policy carefully.
It also explains a lot of Lua packaging behavior: LuaRocks modules may distinguish Lua versions, LuaJIT, FFI availability, and ABI compatibility. Having LuaJIT as a separate package lets distributions provide both stock Lua and the high-performance Lua 5.1-compatible runtime.
posture de sécurité
generalized runtime or code generation signal.
risque yellow · confiance moyen · runtime
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
luajit | cli | exécutable global | |
luajit-2.1.1779665312 | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/LuaJIT/LuaJIT
métadonnées d'installation
| Clé du paquet | brew:luajit |
|---|---|
| Version | 2.1.1783585446 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/luajit |
| Page d'accueil | https://luajit.org/luajit.html |
| Dépôt | https://github.com/LuaJIT/LuaJIT |
| Docs amont | https://luajit.org/extensions.html |
| Licence | MIT |
| Archive source | https://github.com/LuaJIT/LuaJIT/archive/fed6d4782a3939d0b260402e2df5706ca036a290.tar.gz |
| Dernière mise à jour | 2026-07-09T14:23:06Z |
| Pulse | updated |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | luajit |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
libluajit-5.1-2 2.1.0+openresty20250117-2
OpenResty-maintained branch of LuaJIT (shared objects)
https://github.com/openresty/luajit2
sudo apt install libluajit-5.1-2libluajit-5.1-common 2.1.0+openresty20250117-2
OpenResty-maintained branch of LuaJIT (common files)
https://github.com/openresty/luajit2
sudo apt install libluajit-5.1-commonlibluajit-5.1-dev 2.1.0+openresty20250117-2
OpenResty-maintained branch of LuaJIT (development files)
https://github.com/openresty/luajit2
sudo apt install libluajit-5.1-devluajit 2.1.0+openresty20250117-2
OpenResty-maintained branch of LuaJIT (interpreter)
https://github.com/openresty/luajit2
sudo apt install luajitluajit
nix profile install nixpkgs#luajitlibluajit-5.1-2 2.1.0+git20231223.c525bcb+dfsg-1
Just in time compiler for Lua - library version
sudo apt install libluajit-5.1-2libluajit-5.1-common 2.1.0+git20231223.c525bcb+dfsg-1
Just in time compiler for Lua - common files
sudo apt install libluajit-5.1-commonlibluajit-5.1-dev 2.1.0+git20231223.c525bcb+dfsg-1
Just in time compiler for Lua - development files
sudo apt install libluajit-5.1-devluajit 2.1.0+git20231223.c525bcb+dfsg-1
Just in time compiler for Lua programming language version 5.1
sudo apt install luajitluajit 2.1_p20251030-r0
OpenResty's branch of LuaJIT
https://github.com/openresty/luajit2
sudo apk add luajitluajit-dbg 2.1_p20251030-r0
OpenResty's branch of LuaJIT (debug symbols)
https://github.com/openresty/luajit2
sudo apk add luajit-dbgluajit-dev 2.1_p20251030-r0
OpenResty's branch of LuaJIT (development files)
https://github.com/openresty/luajit2
sudo apk add luajit-devluajit-doc 2.1_p20251030-r0
OpenResty's branch of LuaJIT (documentation)
https://github.com/openresty/luajit2
sudo apk add luajit-docluajit 2.1.1767980792-1.fc44
Just-In-Time Compiler for Lua
sudo dnf install luajitluajit-devel 2.1.1767980792-1.fc44
Development files for luajit
sudo dnf install luajit-develluajit 2.1.1780076327+b925b3e-1
Just-in-time compiler and drop-in replacement for Lua 5.1
sudo pacman -S luajitpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.