# Install inform6 with Homebrew, Nix, MacPorts, apt

Design system for interactive fiction. Version 6.44-r7 via Homebrew; verified 2026-06-01.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install inform6
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install inform
```

  Evidence: 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
```

  Evidence: 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
```

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

## Package facts

- **Package key:** brew:inform6
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/inform6>
- **Version:** 6.44-r7
- **Source summary:** Design system for interactive fiction
- **Homepage:** <https://inform-fiction.org/inform6.html>
- **Repository:** <https://github.com/DavidKinder/Inform6>
- **Upstream docs:** <https://inform-fiction.ifarchive.org/>
- **License:** Artistic-2.0
- **Source archive:** <https://ifarchive.org/if-archive/infocom/compilers/inform6/source/inform-6.44-r7.tar.gz>
- **Last updated:** 2026-06-01T03:13:16Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- inform (cli)
- inform-6.44 (cli)
- pblorb (cli)
- pblorb.pl (cli)
- punyinform (cli)
- punyinform-6.44 (cli)
- punyinform.sh (cli)
- scanblorb (cli)
- scanblorb.pl (cli)
- inform (alias)
- inform-6.44 (alias)
- pblorb (alias)
- pblorb.pl (alias)
- punyinform (alias)
- punyinform-6.44 (alias)
- punyinform.sh (alias)
- scanblorb (alias)
- scanblorb.pl (alias)

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 6.44-r7
- Package-manager updated: 2026-06-01
- Local data: ok
- Upstream repository: https://inform-fiction.org/inform6.html
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

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

### Sources

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


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Source Database Details

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

## Other Package-Manager Records

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


## Related links

- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://www.automicvault.com/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [c3c](https://www.automicvault.com/pkg/brew/c3c/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [dmd](https://www.automicvault.com/pkg/brew/dmd/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [idris2](https://www.automicvault.com/pkg/brew/idris2/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [lisette](https://www.automicvault.com/pkg/brew/lisette/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [nesc](https://www.automicvault.com/pkg/brew/nesc/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [smlnj](https://www.automicvault.com/pkg/brew/smlnj/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [vala](https://www.automicvault.com/pkg/brew/vala/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [cython](https://www.automicvault.com/pkg/brew/cython/) - Shares av.db curated category or tags: cli, compiler, language-runtime.

## Combined YAML source

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