# Installer luajit-openresty avec Homebrew, MacPorts

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de luajit-openresty pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:luajit-openresty
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install luajit-openresty
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install luajit-openresty
```

  Preuve: MacPorts ports tree: lang/luajit-openresty/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:luajit-openresty
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/luajit-openresty>
- **Version:** 2.1-20260701
- **Résumé source:** OpenResty's Branch of LuaJIT 2
- **Page d'accueil:** <https://github.com/openresty/luajit2>
- **Dépôt:** <https://github.com/openresty/luajit2>
- **Docs amont:** <https://github.com/openresty/luajit2#readme>
- **Licence:** MIT
- **Archive source:** <https://github.com/openresty/luajit2/archive/refs/tags/v2.1-20260701.tar.gz>
- **Dernière mise à jour:** 2026-07-01T10:10:41Z
- **Généré:** 2026-07-08T07:18:31+00:00

## exécutables

- luajit-2.1.1776221388 (cli)
- luajit-2.1.1776221388 (alias)

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 2.1-20260701
- gestionnaire mis à jour: 2026-07-01
- données locales: OK
- dépôt amont: https://github.com/openresty/luajit2
- dernière version détectée: v2.1-20260701 (à jour)
## Historique du projet et usages

OpenResty LuaJIT is OpenResty's maintained branch of LuaJIT 2. It tracks upstream LuaJIT while carrying runtime and JIT changes that OpenResty needs for high-volume nginx/OpenResty deployments.

### Historique du projet

The branch exists because OpenResty embeds LuaJIT deeply into its web platform. OpenResty's LuaJIT page says LuaJIT became enabled by default in OpenResty 1.5.8.1 and that modern OpenResty uses its own LuaJIT branch with bug fixes and optimizations for OpenResty workloads.

The repository README is explicit that this is the official OpenResty branch, not an independent fork in the usual sense, because it regularly synchronizes changes from upstream LuaJIT. Its additions include Lua APIs such as table.isempty, table.isarray, table.nkeys, table.clone, jit.prngstate, and thread exdata helpers, plus C APIs and JIT tuning.

### Historique d'adoption

Adoption follows OpenResty rather than a standalone language community. OpenResty's components documentation says OpenResty's LuaJIT branch is bundled and enabled by default in OpenResty releases since 1.5.8.1, and later OpenResty documentation recommends the branch for ARM64 and OpenResty-specific APIs.

As a Homebrew and MacPorts package, luajit-openresty also matters outside full OpenResty installs: package users can install the OpenResty-tuned LuaJIT runtime directly for development, extension testing, or applications that need OpenResty's LuaJIT behavior.

### Modes d'utilisation

Users typically install it as the LuaJIT runtime for OpenResty modules, nginx Lua code, and OpenResty-adjacent libraries. It can also be used as a drop-in LuaJIT variant when a project expects OpenResty's extra APIs or JIT defaults.

The important operational distinction is compatibility with OpenResty's runtime assumptions. The branch stays close to upstream LuaJIT, but package maintainers and module authors care about the additional APIs, OpenResty macro, and optimizations documented in the README.

### Pourquoi les passionnés de paquets s'y intéressent

For package maintainers, this package is the LuaJIT variant that explains why systems may ship both luajit and luajit-openresty. It is not merely a differently named formula: it represents the runtime ABI and behavioral expectations of the OpenResty ecosystem.

It is also a good example of a language runtime split driven by an embedding platform. The package is small at the command-line surface, but its significance comes from keeping OpenResty's Lua ecosystem reproducible across source builds, distro packages, and Homebrew installs.

### Chronologie

- 2011: OpenResty's LuaJIT documentation page was created.
- 2014: OpenResty documentation states LuaJIT is enabled by default since OpenResty 1.5.8.1.
- 2017: The branch documents additional OpenResty patches and APIs on top of upstream LuaJIT.
- 2025: GitHub shows v2.1-20250826 as a recent OpenResty LuaJIT release tag.

### Related projects

- LuaJIT is the upstream runtime that OpenResty's branch follows.
- OpenResty is the primary platform that bundles and depends on this branch.
- ngx_lua and lua-resty libraries are the main package ecosystem that benefits from OpenResty's LuaJIT behavior.

### Sources

- <https://github.com/openresty/luajit2>
- <https://openresty.org/en/components.html>
- <https://openresty.org/en/luajit.html>
- source_facts.package-manager


## Notes de sécurité

generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- generalized runtime or code generation signal

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** luajit-openresty
- **Version Scheme:** 1
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** yes
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- MacPorts - luajit-openresty: normalized package name match | MacPorts ports tree: lang/luajit-openresty/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Liens liés

- [Source-control packages](https://www.automicvault.com/fr/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://www.automicvault.com/fr/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Developer build packages](https://www.automicvault.com/fr/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [luajit](https://www.automicvault.com/fr/pkg/brew/luajit/) - Shares av.db curated category or tags: cli, jit-compiler, language-runtime, lua, runtime.
- [luvit](https://www.automicvault.com/fr/pkg/brew/luvit/) - Shares av.db curated category or tags: cli, language-runtime, lua, runtime.
- [bigloo](https://www.automicvault.com/fr/pkg/brew/bigloo/) - Shares av.db curated category or tags: cli, language-runtime, runtime.
- [chezscheme](https://www.automicvault.com/fr/pkg/brew/chezscheme/) - Shares av.db curated category or tags: cli, language-runtime, runtime.
- [chicken](https://www.automicvault.com/fr/pkg/brew/chicken/) - Shares av.db curated category or tags: cli, language-runtime, runtime.
- [clozure-cl](https://www.automicvault.com/fr/pkg/brew/clozure-cl/) - Shares av.db curated category or tags: cli, language-runtime, runtime.
- [dartaotruntime](https://www.automicvault.com/fr/pkg/brew/dartaotruntime/) - Shares av.db curated category or tags: cli, language-runtime, runtime.
- [deno](https://www.automicvault.com/fr/pkg/brew/deno/) - Shares av.db curated category or tags: cli, language-runtime, runtime.
- [sagittarius-scheme](https://www.automicvault.com/fr/pkg/brew/sagittarius-scheme/) - Local package facts share a topical domain. Shared terms: cli, compiler, language, language-runtime, runtime.
- [clojurescript](https://www.automicvault.com/fr/pkg/brew/clojurescript/) - Local package facts share a topical domain. Shared terms: cli, compiler, language, language-runtime, runtime.

## Combined YAML source

View the package source record on GitHub. [combined/luajit-openresty.yml](https://github.com/automic-vault/db/blob/main/combined/luajit-openresty.yml)


## Sources

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