# Install arx-libertatis with Homebrew, dnf, Nix

Cross-platform, open source port of Arx Fatalis. Version 1.2.1 via Homebrew; verified 2026-06-18.

## Install

```sh
sudo av install brew:arx-libertatis
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install arx-libertatis
```

  Evidence: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install arx-libertatis
```

  Evidence: Fedora Rawhide package metadata: arx-libertatis from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#arx-libertatis
```

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

## Package facts

- **Package key:** brew:arx-libertatis
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/arx-libertatis>
- **Version:** 1.2.1
- **Source summary:** Cross-platform, open source port of Arx Fatalis
- **Homepage:** <https://arx-libertatis.org/>
- **Repository:** <https://github.com/arx/ArxLibertatis>
- **Upstream docs:** <https://wiki.arx-libertatis.org/>
- **License:** GPL-3.0-or-later
- **Source archive:** <https://arx-libertatis.org/files/arx-libertatis-1.2.1/arx-libertatis-1.2.1.tar.xz>
- **Last updated:** 2026-06-18T02:28:54-04:00
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- arx (cli)
- arx-install-data (cli)
- arxsavetool (cli)
- arxunpak (cli)
- arx (alias)
- arx-install-data (alias)
- arxsavetool (alias)
- arxunpak (alias)

## Dependencies

- freetype
- glew
- innoextract
- sdl2-compat

## Build dependencies

- boost
- cmake
- glm

## Install behavior

- Post-install hook: not defined
- Caveats: This package only contains the Arx Libertatis binary, not the game data. To play Arx Fatalis you will need to obtain the game from GOG.com and install the game data with: arx-install-data /path/to/setup_arx_fatalis.exe
- 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.2.1
- Package-manager updated: 2026-06-18
- Local data: ok
- Upstream repository: https://arx-libertatis.org/
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

Arx Libertatis is an open source, cross-platform engine port for Arx Fatalis, Arkane Studios' 2002 first-person role-playing game, dungeon crawler, and immersive sim. It is not a standalone free game package: users still need original or demo Arx Fatalis data.

### Project history

The project exists because the Arx Fatalis engine source code was publicly released, while the game data remained proprietary. Arx Libertatis packages and modernizes that engine under GPL 3+ terms, focusing on portability, bug fixes, and compatibility with modern systems.

The GitHub repository was created in January 2011. Official releases visible through GitHub include Arx Libertatis 1.2 in July 2021 and 1.2.1 in April 2022, with the website presenting 1.2.1 as the current public release at research time.

Official documentation and the FAQ describe the project's goal as updating and improving Arx Fatalis to bring it up to par with modern implementations of similar games. Before the first release, the focus was porting the game and fixing issues with modern operating systems.

### Adoption history

Arx Libertatis' adoption is tied to the Arx Fatalis community and to distribution packaging. The website provides official Windows and Linux builds and notes packaging for macOS through Homebrew, FreeBSD, DragonFly BSD, NetBSD, OpenBSD, Haiku, and Pandora. The provided package-manager facts also list Homebrew, dnf, and Nix.

Because users must supply original or demo game data, package-manager adoption centers on engine delivery rather than content distribution. The README documents `arx-install-data` for extracting/installing data from CD, demo, GOG.com installers, Steam installs, and other Arx Fatalis installs.

### How it is used

A typical user installs the engine, obtains the original or demo Arx Fatalis data, installs or points Arx Libertatis at that data, then runs `arx`. The README also documents `arx --list-dirs`, portable directory options, and tools such as `arx-install-data`, `arxsavetool`, and `arxunpak`.

The official paths matter to packagers: Linux splits user data and config between `~/.local/share/arx/` and `~/.config/arx/`, macOS uses `~/Library/Application Support/ArxLibertatis/`, and Windows uses the user's My Games or Saved Games directory depending on OS generation.

### Why package nerds care

Arx Libertatis is a classic source-port packaging case. The package ships code and tools, but not copyrighted game assets, so package recipes must handle engine binaries, data search paths, launch wrappers, and user instructions cleanly.

It is also a useful comparison point for other open engine reimplementations and ports: portability work, save/data migration, case-sensitive filesystem handling, and preserving compatibility with legacy commercial game data all become packaging concerns.

### Timeline

- 2002: Arx Fatalis released, according to the Arx Libertatis website description.
- 2011: ArxLibertatis GitHub repository created.
- 2021: Arx Libertatis 1.2 release published.
- 2022: Arx Libertatis 1.2.1 bugfix release published.

### Related projects

- The Arx Libertatis website links to related Arx Fatalis resources and mods, including Arx Insanity, Arx Neuralis, Arx Fatalis UE4 Remastered, Arx End Of Sun, and a wiki page of additional Arx Fatalis mods. The FAQ also compares the idea to OpenMW for Morrowind.

### Sources

- <https://api.github.com/repos/arx/ArxLibertatis>
- <https://api.github.com/repos/arx/ArxLibertatis/releases>
- <https://arx-libertatis.org/>
- <https://github.com/arx/ArxLibertatis>
- <https://raw.githubusercontent.com/arx/ArxLibertatis/master/README.md>
- <https://wiki.arx-libertatis.org/FAQ>
- source_facts.package-manager


## 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: ~/.config/arx/
- macOS: ~/Library/Application Support/ArxLibertatis/
- Windows: %USERPROFILE%\My Documents\My Games\Arx Libertatis, %USERPROFILE%\Saved Games\Arx Libertatis
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** arx-libertatis
- **Version Scheme:** 0
- **Revision:** 1
- **Head Version:** HEAD
- **Conflicts With:** rnv
- **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 - arx-libertatis: normalized package name match | nixpkgs package indexes: pkgs/by-name/ar/arx-libertatis/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - arx-libertatis - 1.2.1-10.fc44: normalized package name match | Fedora Rawhide package metadata: arx-libertatis from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Cross-platform, open source port of the Arx Fatalis RPG | https://arx-libertatis.org/
- dnf - arx-libertatis-devel - 1.2.1-10.fc44: normalized package name match | Fedora Rawhide package metadata: arx-libertatis-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Header files and libraries for Arx Libertatis development | https://arx-libertatis.org/


## 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.
- [freetype](https://www.automicvault.com/pkg/brew/freetype/) - Runtime dependency declared by Homebrew.
- [glew](https://www.automicvault.com/pkg/brew/glew/) - Runtime dependency declared by Homebrew.
- [innoextract](https://www.automicvault.com/pkg/brew/innoextract/) - Runtime dependency declared by Homebrew.
- [sdl2-compat](https://www.automicvault.com/pkg/brew/sdl2-compat/) - Runtime dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [corsixth](https://www.automicvault.com/pkg/brew/corsixth/) - Shares av.db curated category or tags: cli, cross-platform, game-engine, games.
- [exult](https://www.automicvault.com/pkg/brew/exult/) - Shares av.db curated category or tags: cli, cross-platform, game-engine, games.
- [crispy-doom](https://www.automicvault.com/pkg/brew/crispy-doom/) - Shares av.db curated category or tags: cli, game-engine, games.
- [freedink](https://www.automicvault.com/pkg/brew/freedink/) - Shares av.db curated category or tags: cli, game-engine, games.
- [lcs](https://www.automicvault.com/pkg/brew/lcs/) - Shares av.db curated category or tags: cli, games, role-playing, role-playing-game.
- [openjazz](https://www.automicvault.com/pkg/brew/openjazz/) - 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.
- [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/arx-libertatis.yml](https://github.com/automic-vault/db/blob/main/combined/arx-libertatis.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
