# Installer gambit avec Homebrew, apk, Nix

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

## installation

```sh
sudo av install brew:gambit
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gambit
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add gambit
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#gambit
```

  Preuve: nixpkgs package indexes: gambit from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

## Faits du paquet

- **Clé du paquet:** brew:gambit
- **Gestionnaire de paquets:** Homebrew
- **Version:** 16.7.0
- **Résumé source:** Software tools for game theory
- **Page d'accueil:** <https://www.gambit-project.org/>
- **Dépôt:** <https://github.com/gambitproject/gambit>
- **Dernière mise à jour:** 2026-07-28T13:41:31+09:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- gambit (alias)
- gambit-convert (alias)
- gambit-enummixed (alias)
- gambit-enumpoly (alias)
- gambit-enumpure (alias)
- gambit-gnm (alias)
- gambit-ipa (alias)
- gambit-lcp (alias)
- gambit-liap (alias)
- gambit-logit (alias)
- gambit-lp (alias)
- gambit-simpdiv (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 16.7.0
## Historique du projet et usages

Gambit is an open-source package for computation in game theory, covering construction, analysis, storage, and equilibrium computation for finite non-cooperative games in extensive or strategic form.

### Historique du projet

The official history traces Gambit to game-analysis programs written by Richard McKelvey at Caltech in the mid-1980s. It began in BASIC, moved to C and the Borland Graphics Interface around 1990, and was publicly distributed as version 0.13 in 1991 and 1992.

Between 1994 and 1996, Gambit became a fuller package under National Science Foundation support, with Andrew McLennan involved and Theodore Turocy joining as principal developer. The project was rewritten in C++, became cross-platform, and used wxWidgets for its graphical interface.

Later development added and reorganized interfaces around command-line tools, a graphical application, and PyGambit, the Python API. The project records Google Summer of Code participation in 2011 and 2012, support for Game Theory Explorer, Action Graph Games contributions, and current core support from the Alan Turing Institute since 2023.

### Historique d'adoption

Gambit has an academic adoption path: it is cited as a package for game-theoretic computation, appears in game-theory research, and exposes standard formats for storing and communicating games with external tools.

The current documentation presents three user-facing surfaces: a Python API for programmatic use, a GUI for constructing and inspecting games, and command-line tools for scripting and integration. The input package facts show it packaged in Homebrew, Alpine, and Nix.

### Modes d'utilisation

Users model games in extensive or strategic form, compute pure and mixed-strategy Nash equilibria, fit quantal-response and related models, and exchange games through Gambit's file formats. Command-line programs such as gambit-enumpure, gambit-enummixed, gambit-lcp, gambit-logit, and gambit-convert support scripted workflows.

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

Gambit matters to package maintainers because it combines a scientific C++ codebase, a GUI, a Python API, and many small CLI tools under one package name. It is the sort of domain package where executable naming, Python bindings, and long-lived academic release history all matter.

### Chronologie

- Mid-1980s: Origins in game-analysis programs at Caltech.
- 1991: Public distribution as version 0.13 began.
- 1994: Version 0.94 released.
- 1999: Version 0.96 released.
- 2002: Version 0.97 released; Turocy became project lead.
- 2011: GitHub repository created and Google Summer of Code participation began.
- 2023: Rahul Savani joined as co-lead and Alan Turing Institute core support began.
- 2026: Version 16.6.0 released on GitHub.

### Related projects

- PyGambit provides the Python API.
- Game Theory Explorer is a related browser-based game construction and solving tool supported by Gambit development.
- GTDraw is linked from the official project site as a related tool.
- wxWidgets was used for Gambit's cross-platform graphical interface.

### Sources

- <https://gambitproject.readthedocs.io/en/stable/>
- <https://gambitproject.readthedocs.io/en/stable/tools.html>
- <https://github.com/gambitproject/gambit/releases>
- <https://www.gambit-project.org/>
- <https://www.gambit-project.org/history/>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Nix - gambit: normalized package name match | nixpkgs package indexes: gambit from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- apk - gambit - 4.9.5-r1: normalized package name match | Alpine Linux edge package indexes: gambit from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Portable and efficient implementation of the Scheme language | https://gambitscheme.org/
- apk - gambit-dev - 4.9.5-r1: normalized package name match | Alpine Linux edge package indexes: gambit-dev from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Portable and efficient implementation of the Scheme language (development files) | https://gambitscheme.org/
- apk - gambit-doc - 4.9.5-r1: normalized package name match | Alpine Linux edge package indexes: gambit-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Portable and efficient implementation of the Scheme language (documentation) | https://gambitscheme.org/


## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
