# 使用 Homebrew, Nix, MacPorts, apt 安装 inform6

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

## 安装

```sh
sudo av install brew:inform6
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install inform6
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install inform
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#inform6
```

  证据: nixpkgs package indexes: pkgs/by-name/in/inform6/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- Ubuntu apt (92%):

```sh
sudo apt install inform
```

  证据: Ubuntu 24.04 LTS package indexes: inform from https://archive.ubuntu.com/ubuntu/dists/noble/multiverse/binary-amd64/Packages.gz

## 软件包事实

- **软件包键:** brew:inform6
- **软件包管理器:** Homebrew
- **版本:** 6.44-r7
- **来源摘要:** Design system for interactive fiction
- **主页:** <https://inform-fiction.org/inform6.html>
- **最后更新:** 2026-06-01T03:13:16Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- inform (别名)
- inform-6.44 (别名)
- pblorb (别名)
- pblorb.pl (别名)
- punyinform (别名)
- punyinform-6.44 (别名)
- punyinform.sh (别名)
- scanblorb (别名)
- scanblorb.pl (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

Inform 6 is Graham Nelson's interactive-fiction language and compiler, used to build adventure games for the Z-machine and, through later compiler work, Glulx.

### 项目历史

Inform dates to 1993 and became one of the defining authoring systems for parser-based interactive fiction. The Inform Designer's Manual, fourth edition, was published in 2001 and documented the Inform 6 language, library, and Z-machine-centered toolchain.

The Interactive Fiction Technology Foundation's Inform 6 addendum describes Inform 6 as stable for decades after the manual, with maintenance focused on reliability, Glulx support, compiler correctness, and compatibility with older source. It also notes Inform 6's role as an intermediate stage in the Inform 7 compiler pipeline.

### 采用历史

The Inform manual's short history of interactive fiction says that from 1995 to 1999 the two widely used systems were TADS and Inform. That made Inform 6 part of the standard toolset for authors, interpreters, archives, and competition-era interactive fiction.

Later adoption became more archival and compiler-oriented: authors still write Inform 6 directly, while Inform 7 users may encounter it through generated code and the compiler backend. Alternative libraries such as PunyInform keep the toolchain useful for smaller targets and retro systems.

### 使用方式

The Homebrew package provides the `inform` compiler and related tools such as `pblorb` and `scanblorb`. Users compile `.inf` source into story files for Z-machine interpreters or Glulx, then package assets with Blorb tools when needed.

Inform 6 has no credentials or service configuration story; it is a compiler package. Its operational details are language options, include paths, target VM selection, and packaging tools.

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

Inform 6 is package-nerd catnip because it preserves a living compiler for a literary programming culture, a virtual-machine ecosystem, and decades of source compatibility. It is a small CLI package with unusually deep ties to language history, game preservation, and archive practice.

It also demonstrates why older language runtimes stay packaged: the executable is needed not only for new work, but also to rebuild, study, patch, and preserve historical interactive fiction.

### 时间线

- 1993: Graham Nelson's Inform appeared as a system for creating adventure games.
- 1995-1999: Inform and TADS were the two widely used systems identified by the Inform manual's history section.
- 1999: The Inform library 6/9 was released with Inform 6.21.
- 2001: The fourth edition of The Inform Designer's Manual documented the Inform 6 system.
- 2004: Inform 6.30 added prominent compiler and Glulx-era improvements.
- 2020: The IFTF-maintained Inform 6 Reference Addendum began filling gaps left by the 2001 manual.

### Related projects

- Related projects include Inform 7, the Z-machine, Glulx, the Inform library, PunyInform, metro84, Platypus, TADS, IF Archive, and Blorb tooling.

### 来源

- <https://github.com/DavidKinder/Inform6>
- <https://github.com/DavidKinder/Inform6/releases>
- <https://www.inform-fiction.org/manual/DM4.pdf>
- <https://www.inform-fiction.org/manual/I6-Addendum.html>
- <https://www.inform-fiction.org/manual/html/s46.html>


## 安全说明

narrow executable package without higher-risk signals.

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

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

- Nix - inform6: normalized package name match | nixpkgs package indexes: pkgs/by-name/in/inform6/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - inform: installed executable or alias match | MacPorts ports tree: devel/inform/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Ubuntu apt - inform - 6.31.1+dfsg-2build1: installed executable or alias match | Ubuntu 24.04 LTS package indexes: inform from https://archive.ubuntu.com/ubuntu/dists/noble/multiverse/binary-amd64/Packages.gz | story file compiler for the Inform interactive fiction language (v6) | http://inform-fiction.org/
- Ubuntu apt - inform-docs - 6.31.1+dfsg-2build1: installed executable or alias match | Ubuntu 24.04 LTS package indexes: inform-docs from https://archive.ubuntu.com/ubuntu/dists/noble/multiverse/binary-amd64/Packages.gz | documentation for the Inform interactive fiction language (v6) | http://inform-fiction.org/


## Combined YAML source

View the package source record on GitHub. [combined/inform6.yml](https://github.com/mxcl/pkgdb/blob/main/combined/inform6.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
