# Install exult with Homebrew, apt, Nix

Recreation of Ultima 7. Version 1.12.1 via Homebrew; verified 2026-06-18.

## Install

```sh
sudo av install brew:exult
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install exult
```

  Evidence: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install exult
```

  Evidence: Debian stable package indexes: exult from https://deb.debian.org/debian/dists/stable/contrib/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#exult
```

  Evidence: nixpkgs package indexes: pkgs/by-name/ex/exult/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:exult
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/exult>
- **Version:** 1.12.1
- **Source summary:** Recreation of Ultima 7
- **Homepage:** <https://exult.sourceforge.io/>
- **Repository:** <https://github.com/exult/exult>
- **Upstream docs:** <https://exult.sourceforge.io/docs.html>
- **License:** GPL-2.0-or-later
- **Source archive:** <https://github.com/exult/exult/archive/refs/tags/v1.12.1.tar.gz>
- **Last updated:** 2026-06-18T02:28:56-04:00
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- cmanip (cli)
- expack (cli)
- exult (cli)
- mklink (cli)
- shp2pcx (cli)
- splitshp (cli)
- textpack (cli)
- u7voice2syx (cli)
- ucxt (cli)
- wuc (cli)
- cmanip (alias)
- expack (alias)
- exult (alias)
- mklink (alias)
- shp2pcx (alias)
- splitshp (alias)
- textpack (alias)
- u7voice2syx (alias)
- ucxt (alias)
- wuc (alias)

## Dependencies

- libogg
- libvorbis
- sdl2-compat

## Build dependencies

- autoconf
- autoconf-archive
- automake
- libtool
- pkgconf

## Install behavior

- Post-install hook: not defined
- Caveats: This formula only includes the game engine; you will need to supply your own own legal copy of the Ultima 7 game files for the software to fully function. Update audio settings accordingly with configuration file: ~/Library/Preferences/exult.cfg To use CoreAudio, set `driver` to `CoreAudio`. To use audio pack, set `use_oggs` to `yes`.
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.12.1
- Package-manager updated: 2026-06-18
- Local data: ok
- Upstream repository: https://github.com/exult/exult
- Upstream latest detected: v1.12.1 (current)
## Project history and usage

Exult is an open-source recreation of the Ultima VII engine for modern operating systems. It lets owners of Ultima VII: The Black Gate and Ultima VII Part 2: Serpent Isle play those DOS-era games using the original data and graphics files.

The project matters in package-manager culture because it packages game preservation as a native executable rather than as a DOS compatibility wrapper. Installing Exult gives users a maintained SDL-based engine plus command-line/helper tools, while the copyrighted game data remains outside the package.

### Project history

Exult emerged from fan reverse-engineering work around Ultima VII's data formats and game behavior. The official README credits earlier work decoding Ultima VII data files and describes the goal as running the games on modern hardware as close to their original presentation as possible.

The project reached a 1.0 release in November 2002 after four years of coding, followed by the major 1.2 release in June 2004. After 1.2, Exult entered a long experimental period focused on Exult Studio, mod support, decoded game details, graphics/audio rewrites, and gameplay correctness.

Long release gaps became part of the project's story. The official history describes 1.4.9rc1 in 2010, years of bug hunting, and a renewed stable release cadence with 1.6 in 2020, 1.8 in 2022, 1.10 in 2024, and 1.12/1.12.1 in 2025-2026.

### Adoption history

Exult's audience is the long-lived Ultima VII fan community. The project documentation explicitly frames Ultima VII as an early-1990s RPG with a large following and a nonstandard DOS memory manager that makes it difficult to run on current computers.

The project has repeatedly followed users onto new platforms: its history mentions Windows, Mac OS X, Linux distributions, Sharp Zaurus, PocketPC, iOS, Android, and later GitHub-based development. In 2016, source control moved to Git on GitHub while the website and community infrastructure stayed on SourceForge.

Exult also became a base for mods and tooling. Exult Studio, usecode tooling, map editing, the Keyring mod, Serpent Isle fixes, audio packs, and later the Ultima VI remake mod are all part of its official project history.

### How it is used

Users need a legal copy of Ultima VII data files, then configure Exult to find the Black Gate and/or Serpent Isle folders. The setup and game menus cover most options, while exult.cfg handles paths and advanced settings.

Exult can be launched directly into supported games, mods, or map-editing mode. It stores per-platform configuration paths, save data, logs, screenshots, audio settings, and optional mod paths, making it feel like a native port even though it depends on the original assets.

For package users, the Homebrew formula is the engine and tools, not the game. That split is important: the package can be freely distributed, but the user's original game files provide the copyrighted content.

### Why package nerds care

Exult is a classic example of how open-source package managers preserve old commercial software ecosystems without shipping the commercial software itself. The package contains the replacement engine; the user supplies the data.

It is also a useful case study in long-running portability work: SDL backends, audio driver changes, old operating-system support, platform-specific config paths, and helper tools all show up in the release history.

### Timeline

- 2001: Exult beta is released.
- 2002: Exult 1.0 is released after four years of coding.
- 2004: Exult 1.2 is released as a major bugfix and gameplay-improvement version.
- 2010: Exult 1.4.9rc1 is released after more than six years.
- 2016: Source code versioning moves to Git on GitHub.
- 2020: Exult 1.6 is released after a long stable-release gap.
- 2022: Exult 1.8 is released for Ultima VII's 30th birthday.
- 2024: Exult 1.10 is released.
- 2026: Exult 1.12.1 is released as a hotfix.

### Related projects

- Ultima VII: The Black Gate and Ultima VII Part 2: Serpent Isle are the original games Exult runs.
- Exult Studio is the project's editing and modding companion.
- Pentagram is a related Ultima VIII engine effort mentioned in Exult's development history.
- Mods such as Keyring, Serpent Isle Fixes, and the Ultima VI remake show how Exult became a platform for fan restoration and expansion.

### Sources

- <https://exult.sourceforge.io/>
- <https://exult.sourceforge.io/history.html>
- <https://exult.sourceforge.io/docs.html>
- <https://github.com/exult/exult>


## Security Notes

narrow executable package without higher-risk signals.

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


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Linux: ~/.exult.cfg, ~/.var/apps/info.exult.exult/config/exult.cfg
- macOS: ~/Library/Preferences/exult.cfg
- Windows: %LOCALAPPDATA%\Exult\exult.cfg
## Source Database Details

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

- Debian apt - exult - 1.10.1-3: normalized package name match | Debian stable package indexes: exult from https://deb.debian.org/debian/dists/stable/contrib/binary-amd64/Packages.xz | engine for Ultima VII (BG, FOV, SI, SS) | http://exult.sourceforge.net/
- Debian apt - exult-studio - 1.10.1-3: normalized package name match | Debian stable package indexes: exult-studio from https://deb.debian.org/debian/dists/stable/contrib/binary-amd64/Packages.xz | tools for editing and viewing exult games | http://exult.sourceforge.net/
- Nix - exult: normalized package name match | nixpkgs package indexes: pkgs/by-name/ex/exult/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - exult - 1.8-2build3: normalized package name match | Ubuntu 24.04 LTS package indexes: exult from https://archive.ubuntu.com/ubuntu/dists/noble/multiverse/binary-amd64/Packages.gz | engine for Ultima VII (BG, FOV, SI, SS) | http://exult.sourceforge.net/
- Ubuntu apt - exult-studio - 1.8-2build3: normalized package name match | Ubuntu 24.04 LTS package indexes: exult-studio from https://archive.ubuntu.com/ubuntu/dists/noble/multiverse/binary-amd64/Packages.gz | tools for editing and viewing exult games | http://exult.sourceforge.net/


## Related links

- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Game and emulation packages](https://www.automicvault.com/pkg/game-emulation-tools/) - Matched game or emulation metadata.
- [Homebrew utility packages](https://www.automicvault.com/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [sdl2-compat](https://www.automicvault.com/pkg/brew/sdl2-compat/) - Runtime dependency declared by Homebrew.
- [autoconf](https://www.automicvault.com/pkg/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://www.automicvault.com/pkg/brew/automake/) - Build dependency declared by Homebrew.
- [libtool](https://www.automicvault.com/pkg/brew/libtool/) - Build dependency declared by Homebrew.
- [arx-libertatis](https://www.automicvault.com/pkg/brew/arx-libertatis/) - Shares av.db curated category or tags: cli, cross-platform, game-engine, games.
- [corsixth](https://www.automicvault.com/pkg/brew/corsixth/) - Shares av.db curated category or tags: cli, cross-platform, game-engine, games.
- [freedink](https://www.automicvault.com/pkg/brew/freedink/) - Shares av.db curated category or tags: cli, game-engine, games, sdl.
- [openjazz](https://www.automicvault.com/pkg/brew/openjazz/) - Shares av.db curated category or tags: cli, game-engine, games, sdl.
- [crispy-doom](https://www.automicvault.com/pkg/brew/crispy-doom/) - Shares av.db curated category or tags: cli, game-engine, games.
- [solarus](https://www.automicvault.com/pkg/brew/solarus/) - Shares av.db curated category or tags: cli, game-engine, games.
- [chocolate-doom](https://www.automicvault.com/pkg/brew/chocolate-doom/) - Shares av.db curated category or tags: cli, game-engine, games, sdl.
- [dsda-doom](https://www.automicvault.com/pkg/brew/dsda-doom/) - Shares av.db curated category or tags: cli, game-engine, games.

## Combined YAML source

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


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- 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
