# Install fheroes2 with Homebrew, apk, apt, dnf, MacPorts, Nix

Recreation of the Heroes of Might and Magic II game engine. Version 1.1.17 via Homebrew; verified 2026-06-30.

## Install

```sh
sudo av install brew:fheroes2
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install fheroes2
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install fheroes2
```

  Evidence: MacPorts ports tree: games/fheroes2/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add fheroes2
```

  Evidence: Alpine Linux edge package indexes: fheroes2 from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install fheroes2
```

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

- dnf (92%):

```sh
sudo dnf install fheroes2
```

  Evidence: Fedora Rawhide package metadata: fheroes2 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#fheroes2
```

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

## Package facts

- **Package key:** brew:fheroes2
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/fheroes2>
- **Version:** 1.1.17
- **Source summary:** Recreation of the Heroes of Might and Magic II game engine
- **Homepage:** <https://ihhub.github.io/fheroes2/>
- **Repository:** <https://github.com/ihhub/fheroes2>
- **Upstream docs:** <https://github.com/ihhub/fheroes2#readme>
- **License:** GPL-2.0-or-later
- **Source archive:** <https://github.com/ihhub/fheroes2/archive/refs/tags/1.1.17.tar.gz>
- **Last updated:** 2026-06-30T15:25:52Z
- **Generated:** 2026-07-08T18:08:21+00:00

## Executables

- fheroes2 (cli)
- fheroes2-extract-resources (cli)
- fheroes2-install-demo (cli)
- fheroes2 (alias)
- fheroes2-extract-resources (alias)
- fheroes2-install-demo (alias)

## Dependencies

- innoextract
- sdl2-compat
- sdl2_mixer

## Build dependencies

- cmake
- gettext

## Install behavior

- Post-install hook: not defined
- Caveats: Run fheroes2-install-demo command to download and install all the necessary files from the demo version of the original Heroes of Might and Magic II game. Run fheroes2-extract-resources command to extract all the necessary resource files from a legally purchased copy of the original game. Documentation is available at: $HOMEBREW_CELLAR/fheroes2/1.1.17/share/doc/fheroes2/README.txt
- 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.1.17
- Package-manager updated: 2026-06-30
- Local data: ok
- Upstream repository: https://github.com/ihhub/fheroes2
- Upstream latest detected: 1.1.17 (current)
## Project history and usage

fheroes2 is an open-source recreation of the Heroes of Might and Magic II engine. It aims to reproduce the original game while adding modern fixes and improvements such as higher-resolution graphics support, improved AI, gameplay and logic fixes, and user-interface improvements.

### Project history

The project README says fheroes2 was initially developed on SourceForge. The modern GitHub repository was created in August 2019 and became the center for development, releases, documentation, CI, translations, and website work.

The project is written from scratch and does not provide the original commercial game assets. Its README is explicit that the rights to the original game and resources belong to Ubisoft through the former 3DO Company lineage, and it advises users to buy the original game or use the free demo resources.

The GitHub release stream shows active modern packaging, including a release published on June 30, 2026. The README also documents development guides, graphical asset contribution, translation work, donations, and community channels, which is typical of long-lived open-source game-engine recreations.

### Adoption history

fheroes2 is packaged for multiple Unix-like package managers, including Homebrew, Debian/Ubuntu, Fedora, MacPorts, Nix, and Alpine according to the package facts in this batch. Its package appeal comes from letting users install the engine cleanly while supplying original or demo game data separately.

The repository metadata shows several thousand GitHub stars and hundreds of forks during this batch run, which is substantial for a game recreation project with legal separation between engine code and copyrighted assets.

### How it is used

Users install the engine, then provide Heroes of Might and Magic II data from an original purchase or the free demo. The Homebrew formula exposes `fheroes2` along with helper executables for extracting resources and installing demo data.

The documented Linux configuration path is `$XDG_CONFIG_HOME/fheroes2/fheroes2.cfg`, with a Flatpak-specific path under `~/.var/app/io.github.ihhub.Fheroes2/config/fheroes2/fheroes2.cfg`.

### Why package nerds care

fheroes2 is package-interesting because it cleanly separates a free engine from non-free game assets. That makes it a familiar pattern for distro maintainers of classic-game recreations: ship the engine, document asset requirements, and avoid bundling copyrighted data.

### Timeline

- Pre-2019: Project initially developed on SourceForge.
- 2019: Modern GitHub repository created and early GitHub release artifacts published.
- 2026: Version 1.1.17 released, with repository metadata showing continuing active development.

### Related projects

- fheroes2 belongs to the family of open-source engine recreations for classic commercial games, where users combine a free engine with separately obtained original data.

### Sources

- <https://github.com/ihhub/fheroes2>
- <https://api.github.com/repos/ihhub/fheroes2>
- <https://api.github.com/repos/ihhub/fheroes2/releases>
- <https://ihhub.github.io/fheroes2>
- <https://sourceforge.net/projects/fheroes2/>
- <https://formulae.brew.sh/formula/fheroes2>


## Security Notes

No matching local secret-handling manifest was found for fheroes2. Nucleus package metadata is still published here so future coverage has a stable package URL.



## 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: $XDG_CONFIG_HOME/fheroes2/fheroes2.cfg, ~/.var/app/io.github.ihhub.Fheroes2/config/fheroes2/fheroes2.cfg
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** fheroes2
- **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 - fheroes2 - 1.1.8+dfsg-1: normalized package name match | Debian stable package indexes: fheroes2 from https://deb.debian.org/debian/dists/stable/contrib/binary-amd64/Packages.xz | recreation of the Heroes of Might and Magic II game engine | https://ihhub.github.io/fheroes2/
- Nix - fheroes2: normalized package name match | nixpkgs package indexes: pkgs/by-name/fh/fheroes2/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - fheroes2 - 1.0.12+dfsg-1: normalized package name match | Ubuntu 24.04 LTS package indexes: fheroes2 from https://archive.ubuntu.com/ubuntu/dists/noble/multiverse/binary-amd64/Packages.gz | recreation of the Heroes of Might and Magic II game engine | https://ihhub.github.io/fheroes2/
- apk - fheroes2 - 1.1.16-r0: normalized package name match | Alpine Linux edge package indexes: fheroes2 from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Recreation of Heroes of Might and Magic II game engine | https://github.com/ihhub/fheroes2
- apk - fheroes2-lang - 1.1.16-r0: normalized package name match | Alpine Linux edge package indexes: fheroes2-lang from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Languages for package fheroes2 | https://github.com/ihhub/fheroes2
- dnf - fheroes2 - 1.1.16-1.fc45: normalized package name match | Fedora Rawhide package metadata: fheroes2 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Free implementation of the popular game engine | https://github.com/ihhub/fheroes2
- MacPorts - fheroes2: normalized package name match | MacPorts ports tree: games/fheroes2/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [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.
- [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.
- [gettext](https://www.automicvault.com/pkg/brew/gettext/) - Build dependency declared by Homebrew.
- [lgeneral](https://www.automicvault.com/pkg/brew/lgeneral/) - Shares av.db curated category or tags: cli, engine, game-engine, games.
- [exult](https://www.automicvault.com/pkg/brew/exult/) - Shares av.db curated category or tags: cli, game-engine, games, open-source-game.
- [fairy-stockfish](https://www.automicvault.com/pkg/brew/fairy-stockfish/) - Shares av.db curated category or tags: cli, engine, games.
- [fairymax](https://www.automicvault.com/pkg/brew/fairymax/) - Shares av.db curated category or tags: cli, engine, games.
- [lc0](https://www.automicvault.com/pkg/brew/lc0/) - Shares av.db curated category or tags: cli, engine, games.
- [stockfish](https://www.automicvault.com/pkg/brew/stockfish/) - Shares av.db curated category or tags: cli, engine, games.
- [arx-libertatis](https://www.automicvault.com/pkg/brew/arx-libertatis/) - 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.
- [corsixth](https://www.automicvault.com/pkg/brew/corsixth/) - Local package facts share a topical domain. Shared terms: cli, compat, engine, game, game-engine.

## Combined YAML source

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