# 使用 Homebrew, MacPorts 安装 luajit-openresty

查看 luajit-openresty 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

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

  证据: local Homebrew formula metadata

- MacPorts (94%):

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

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

## 软件包事实

- **软件包键:** brew:luajit-openresty
- **软件包管理器:** Homebrew
- **版本:** 2.1-20260724
- **来源摘要:** OpenResty's Branch of LuaJIT 2
- **主页:** <https://github.com/openresty/luajit2>
- **仓库:** <https://github.com/openresty/luajit2>
- **最后更新:** 2026-07-24T10:29:53Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- luajit-2.1.1784881202 (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 2.1-20260724
## 项目历史与用法

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.

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

- 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.

### 来源

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


## 安全说明

generalized runtime or code generation signal.

- **Geiger 风险:** yellow / 中
- generalized runtime or code generation signal

## 其他软件包管理器记录

- 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


## Combined YAML source

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


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
