# 使用 Homebrew, apt 安装 glulxe

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

## 安装

```sh
sudo av install brew:glulxe
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install glulxe
```

  证据: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install glulxe
```

  证据: Debian stable package indexes: glulxe from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## 软件包事实

- **软件包键:** brew:glulxe
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/glulxe>
- **版本:** 0.6.1
- **来源摘要:** Portable VM like the Z-machine
- **主页:** <https://www.eblong.com/zarf/glulx/>
- **仓库:** <https://github.com/erkyrath/glulxe>
- **上游文档:** <https://www.eblong.com/zarf/glulx/>
- **许可证:** MIT
- **源码归档:** <https://eblong.com/zarf/glulx/glulxe-061.tar.gz>
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- glulxe (cli)
- glulxe (别名)

## 构建依赖

- glktermw

## macOS 提供的库

- ncurses

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 0.6.1
- 本地数据: OK
- 上游仓库: https://www.eblong.com/zarf/glulx/
- 信息: No package-manager update timestamp was available.
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

Glulxe is Andrew Plotkin's reference-style interpreter for Glulx, the 32-bit virtual machine used by many interactive-fiction works. Package users install it to run `.ulx` Glulx game files from the command line or through Glk front ends.

### 项目历史

Glulx was designed as a portable interactive-fiction virtual machine similar to the Z-machine, but with 32-bit data and addresses and native Glk I/O support. Glulxe, short for Glulx Execute, implements that VM in C and is maintained by Andrew Plotkin under the `erkyrath` GitHub account.

The Glulxe README and version history show a long, conservative evolution: profiling and acceleration work appeared in 2009, floating-point support in 2010, memory checks and Glk dispatch improvements followed, the project switched from an older ad hoc license to MIT in 2016, and later releases added debugger and autosave support for RemGlk-oriented use.

### 采用历史

Glulxe's adoption is tied to the Inform and Glulx interactive-fiction ecosystem rather than to general gaming. The official Glulx page links the interpreter, the VM specification, Inform compiler support, sample game files, Quixe for browser execution, and Lectrote for desktop apps, placing Glulxe among the reference tools that keep older and newer IF works runnable.

Distribution through Homebrew, Debian, and Ubuntu makes Glulxe accessible outside IF Archive downloads, which helps authors, archivists, and players test Glulx story files with a standard interpreter.

### 使用方式

Practitioners build Glulxe against a Glk library such as CheapGlk, GlkTerm, or RemGlk, then run `glulxe filename.ulx` to execute a Glulx game file. The README also documents autosave, autorestore, single-turn operation, RNG seeding, debugger builds, and platform-specific Glk library integration.

Interactive-fiction authors use it to test Inform-generated Glulx works; preservation-minded users use it as a dependable VM runner; and UI authors pair it with Glk libraries or RemGlk to connect text-adventure execution to terminal, desktop, or web-facing interfaces.

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

Glulxe is package-worthy because it turns a niche literary-computing runtime into a stable command-line executable. Its significance is less about popularity metrics and more about archival durability: a small VM interpreter lets decades of Glulx IF artifacts remain executable on ordinary Unix-like systems.

### 时间线

- 2009: Public GitHub repository created.
- 2009: Version 0.4.4 added profiling code and function acceleration.
- 2010: Version 0.4.6 added floating-point math support.
- 2016: Version 0.5.3 switched the project to the MIT license.
- 2022: Version 0.6.0 added Glulx spec 3.1.3 opcode support and Unix autosave support.
- 2023: Version 0.6.1 added RNG seeding and Windows configuration improvements.

### Related projects

- Glk provides the I/O abstraction Glulxe depends on.
- Inform 6 and Inform 7 can produce Glulx game files.
- Quixe and Lectrote are related Glulx interpreters or wrappers for browser and desktop use.

### 来源

- <https://api.github.com/repos/erkyrath/glulxe>
- <https://github.com/erkyrath/glulxe>
- <https://raw.githubusercontent.com/erkyrath/glulxe/master/README.md>
- <https://www.eblong.com/zarf/glulx/>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** glulxe
- **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:** head, stable

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

- Debian apt - glulxe - 0.6.1-1: normalized package name match | Debian stable package indexes: glulxe from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Interpreter for glulx interactive fiction | https://www.eblong.com/zarf/glulx/
- Ubuntu apt - glulxe - 0.5.4-1.1: normalized package name match | Ubuntu 24.04 LTS package indexes: glulxe from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Interpreter for glulx interactive fiction | https://www.eblong.com/zarf/glulx/


## 相关链接

- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/zh-hans/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Game and emulation packages](https://pkg.so/zh-hans/game-emulation-tools/) - Matched game or emulation metadata.
- [frotz](https://pkg.so/zh-hans/brew/frotz/) - Shares pkgdb curated category or tags: cli, games, interactive-fiction, interpreter, z-machine.
- [fizmo](https://pkg.so/zh-hans/brew/fizmo/) - Shares pkgdb curated category or tags: cli, games, interactive-fiction, interpreter, z-machine.
- [git-if](https://pkg.so/zh-hans/brew/git-if/) - Shares pkgdb curated category or tags: cli, games, glulx, interactive-fiction, interpreter.
- [instead](https://pkg.so/zh-hans/brew/instead/) - Shares pkgdb curated category or tags: cli, games, interactive-fiction, interpreter.
- [dmagnetic](https://pkg.so/zh-hans/brew/dmagnetic/) - Shares pkgdb curated category or tags: cli, games, interactive-fiction, interpreter.
- [easyrpg-player](https://pkg.so/zh-hans/brew/easyrpg-player/) - Shares pkgdb curated category or tags: cli, games, interpreter.
- [zork](https://pkg.so/zh-hans/brew/zork/) - Shares pkgdb curated category or tags: cli, games, interactive-fiction.
- [open-adventure](https://pkg.so/zh-hans/brew/open-adventure/) - Shares pkgdb curated category or tags: cli, games, interactive-fiction.
- [qtads](https://pkg.so/zh-hans/brew/qtads/) - Local package facts share a topical domain. Shared terms: cli, fiction, games, interactive, interactive-fiction.

## Combined YAML source

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


## 来源

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