# Installer nethack avec Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper, apt, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de nethack pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:nethack
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install nethack
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install nethack
```

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

### Linux

- apk (92%):

```sh
sudo apk add nethack
```

  Preuve: Alpine Linux edge package indexes: nethack from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install nethack
```

  Preuve: Fedora Rawhide package metadata: nethack from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#nethack
```

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

- pacman (92%):

```sh
sudo pacman -S nethack
```

  Preuve: Arch Linux sync databases: nethack from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install nethack
```

  Preuve: openSUSE Tumbleweed package metadata: nethack from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

- Debian apt (92%):

```sh
sudo apt install nethack-common
```

  Preuve: Debian stable package indexes: nethack-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

### Windows

- winget (92%):

```sh
winget install --id Nethack.Nethack -e
```

  Preuve: Windows Package Manager source index: Nethack.Nethack from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:nethack
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/nethack>
- **Version:** 5.0.0
- **Résumé source:** Single-player roguelike video game
- **Page d'accueil:** <https://www.nethack.org/>
- **Dépôt:** <https://github.com/NetHack/NetHack>
- **Docs amont:** <https://www.nethack.org/>
- **Licence:** NGPL
- **Archive source:** <https://nethack.org/download/5.0.0/nethack-500-src.tgz>
- **Dernière mise à jour:** 2026-07-29T08:49:47+01:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- nethack (cli)
- nethack (alias)

## Dépendances

- ncurses

## Dépendances de compilation

- groff

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 5.0.0
- gestionnaire mis à jour: 2026-07-29
- données locales: OK
- dépôt amont: https://www.nethack.org/
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

NetHack is one of the canonical open source roguelikes: a single-player dungeon exploration game descended from Rogue and Hack, with the official 5.0 material describing it as a direct descendant of NetHack 3.6 and a distant descendant of Rogue and Hack. The official site describes the game as portable across many computer systems, with graphical and text interfaces over the same game engine, and with an emphasis on learning dungeon details rather than simply killing every monster.

The Homebrew formula tracks the 5.0.0 source release and reported 2,205 installs in the 365-day window in its API generated on 2026-07-01. That is modest package-manager volume, but NetHack's importance is cultural and historical: the official site itself links to long-running USENET discussion, articles, academic references, and AI challenge material.

### Historique du projet

The official repository README for NetHack 5.0.0 says the release is an enhancement to the dungeon exploration game NetHack, a distant descendant of Rogue and Hack, and a direct descendant of NetHack 3.6. The official home page announced NetHack 5.0.0 on 2026-05-02, followed by updated platform binaries in May and June 2026.

The official information page preserves the old-school release culture around the project: new versions are announced on the website and USENET, and release dates are not forecast. The same page explains that the 'Net' in NetHack refers to the distributed way developers organize work, not multiplayer gameplay.

### Historique d'adoption

NetHack's adoption is deeper than raw install counters suggest. The official site still points players to rec.games.roguelike.nethack, rec.games.roguelike.announce, print references, web retrospectives, AI-related work, and public community discussion, which is exactly how a terminal game from the 1980s stayed alive across Unix, Windows, macOS, Amiga, MS-DOS, and other ports.

On Homebrew, the 2026-07-01 formula API reported stable version 5.0.0 with 195 installs in 30 days, 1,061 in 90 days, and 2,205 in 365 days. GitHub showed the official mirror with thousands of stars and a 5.0.0 release dated 2026-05-02.

### Modes d'utilisation

Package users install it to run the `nethack` executable, usually as a terminal roguelike with personal settings in a `.nethackrc`. Practical use is not automation or library integration; it is playing a famously deep procedural dungeon game, often with custom options, tiles or curses front ends, and community servers or local builds.

The package-nerd use case is preservation-friendly portability: build it on odd platforms, run it over SSH, test old-school terminal behavior, or keep a classic roguelike in a package collection. Its save and bones files are version-sensitive, which the official information page calls out for 5.0.0.

### Pourquoi les passionnés de paquets s'y intéressent

NetHack is a package collection staple because it is both software history and a living C codebase. A package index that lacks it looks culturally thin, even if the install count is smaller than modern developer tools.

### Chronologie

- 1985-2026: official site copyright range for NetHack-related code.
- 2023-02-16: NetHack 3.6.7 release notes announced a security-fix release.
- 2026-05-02: official home page announced NetHack 5.0.0.
- 2026-06-09: official home page announced updated 5.0.0 binaries for Windows, Amiga, and MS-DOS.

### Related projects

- Rogue
- Hack
- NetHack Challenge
- rec.games.roguelike.nethack

### Sources

- <https://formulae.brew.sh/api/formula/nethack.json>
- <https://github.com/NetHack/NetHack>
- <https://www.nethack.org/>
- <https://www.nethack.org/common/info.html>
- <https://www.nethack.org/v367/release.html>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour nethack. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.



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

- Unix: ~/.nethackrc
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** nethack
- **Version Scheme:** 0
- **Revision:** 1
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - nethack-common - 3.6.7-1+b2: normalized package name match | Debian stable package indexes: nethack-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | dungeon crawl game - common files | https://www.nethack.org
- Debian apt - nethack-console - 3.6.7-1+b2: normalized package name match | Debian stable package indexes: nethack-console from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | dungeon crawl game - text-based interface | https://www.nethack.org
- Debian apt - nethack-qt - 3.6.7-1+b2: normalized package name match | Debian stable package indexes: nethack-qt from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | dungeon crawl game - Qt interface | https://www.nethack.org
- Debian apt - nethack-x11 - 3.6.7-1+b2: normalized package name match | Debian stable package indexes: nethack-x11 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | dungeon crawl game - X11 interface | https://www.nethack.org
- Nix - nethack: normalized package name match | nixpkgs package indexes: pkgs/by-name/ne/nethack/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - nethack-common - 3.6.7-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: nethack-common from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | dungeon crawl game - common files | https://www.nethack.org
- Ubuntu apt - nethack-console - 3.6.7-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: nethack-console from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | dungeon crawl game - text-based interface | https://www.nethack.org
- Ubuntu apt - nethack-qt - 3.6.7-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: nethack-qt from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | dungeon crawl game - Qt interface | https://www.nethack.org
- Ubuntu apt - nethack-x11 - 3.6.7-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: nethack-x11 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | dungeon crawl game - X11 interface | https://www.nethack.org
- apk - nethack - 5.0.0-r0: normalized package name match | Alpine Linux edge package indexes: nethack from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A single player dungeon exploration game | https://www.nethack.org/
- apk - nethack-doc - 5.0.0-r0: normalized package name match | Alpine Linux edge package indexes: nethack-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A single player dungeon exploration game (documentation) | https://www.nethack.org/
- dnf - nethack - 5.0.0-2.fc45: normalized package name match | Fedora Rawhide package metadata: nethack from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | A rogue-like single player dungeon exploration game | https://nethack.org
- pacman - nethack - 5.0.0-1: normalized package name match | Arch Linux sync databases: nethack from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A single player dungeon exploration game | https://www.nethack.org
- zypper - nethack - 3.6.7-1.5: normalized package name match | openSUSE Tumbleweed package metadata: nethack from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Turn-based role-playing game | https://www.nethack.org
- MacPorts - nethack: normalized package name match | MacPorts ports tree: games/nethack/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- winget - Nethack.Nethack: normalized package name match | Windows Package Manager source index: Nethack.Nethack from https://cdn.winget.microsoft.com/cache/source.msix


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://pkg.so/fr/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [Game and emulation packages](https://pkg.so/fr/game-emulation-tools/) - Matched game or emulation metadata.
- [ncurses](https://pkg.so/fr/brew/ncurses/) - Runtime dependency declared by Homebrew.
- [groff](https://pkg.so/fr/brew/groff/) - Build dependency declared by Homebrew.
- [brogue](https://pkg.so/fr/brew/brogue/) - Shares pkgdb curated category or tags: cli, dungeon-crawler, game, games, roguelike.
- [rogue](https://pkg.so/fr/brew/rogue/) - Shares pkgdb curated category or tags: cli, dungeon-crawler, game, games, roguelike.
- [angband](https://pkg.so/fr/brew/angband/) - Shares pkgdb curated category or tags: cli, game, games, roguelike.
- [allureofthestars](https://pkg.so/fr/brew/allureofthestars/) - Shares pkgdb curated category or tags: cli, game, games, roguelike.
- [slashem](https://pkg.so/fr/brew/slashem/) - Shares pkgdb curated category or tags: cli, games, roguelike, terminal-game.
- [unnethack](https://pkg.so/fr/brew/unnethack/) - Shares pkgdb curated category or tags: cli, game, games, roguelike, terminal-game.
- [jnethack](https://pkg.so/fr/brew/jnethack/) - Shares pkgdb curated category or tags: cli, game, games, roguelike, terminal-game.
- [nsnake](https://pkg.so/fr/brew/nsnake/) - Shares pkgdb curated category or tags: cli, game, games, terminal-game.

## Combined YAML source

View the package source record on GitHub. [combined/nethack.yml](https://github.com/mxcl/pkgdb/blob/main/combined/nethack.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
