# Installer gerbil-scheme avec Homebrew, MacPorts, Nix

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

## installation

```sh
sudo av install brew:gerbil-scheme
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gerbil-scheme
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gerbil
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#gerbil
```

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

## Faits du paquet

- **Clé du paquet:** brew:gerbil-scheme
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.18.2
- **Résumé source:** Opinionated dialect of Scheme designed for Systems Programming
- **Page d'accueil:** <https://cons.io>
- **Dépôt:** <https://github.com/mighty-gerbils/gerbil>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- gerbil (alias)
- gxc (alias)
- gxensemble (alias)
- gxensemble-test (alias)
- gxhttpd (alias)
- gxhttpd-ensemble-test (alias)
- gxhttpd-test (alias)
- gxi (alias)
- gxpkg (alias)
- gxprof (alias)
- gxtags (alias)
- gxtest (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Gerbil Scheme is an opinionated Scheme dialect for systems programming, built on the Gambit runtime and compiler. It combines a macro system, a module system, ahead-of-time compilation, and a broad standard library for developers who want a Scheme environment with practical systems tooling.

### Historique du projet

The Gerbil README traces the language to Dimitris Vyzovitis, also known as vyzo, who kept Gerbil as a private Scheme for many years. It evolved from shared macros across implementations into a PLT-style macro language for actor-oriented distributed programming before being released with a source-based bootstrap.

The public implementation standardized on Gambit because the maintainer considered it a portable, performant, low-level Scheme kernel. The repository metadata records the public GitHub project opening in 2016, while the README copyright notice covers work from 2007 through 2023.

### Historique d'adoption

Gerbil occupies a specialized place in the Scheme ecosystem: it appeals to programmers who want Scheme syntax and macros while keeping access to native compilation, FFI-oriented systems work, packages, networking libraries, and command-line tooling.

### Modes d'utilisation

Users interact with Gerbil through tools such as `gxi` for the interpreter and `gxc` for compilation. Practitioners build modules, compile programs ahead of time through Gambit, use the standard library, and manage Gerbil projects through the included command-line tools.

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

For package-manager users, Gerbil is notable because it packages an entire language stack rather than a single executable. Installing it through Homebrew, MacPorts, or Nix gives Scheme users a repeatable way to obtain the interpreter, compiler, package tooling, and supporting runtime.

### Chronologie

- 2007: The README copyright range begins for Gerbil work by Dimitris Vyzovitis and contributors.
- 2016: The public GitHub repository was opened.
- After private development: Gerbil was released with a source-based bootstrap on Gambit.

### Related projects

- Gambit Scheme, Racket, Chibi, SRFI 115, SRFI 159

### Sources

- <https://api.github.com/repos/mighty-gerbils/gerbil>
- <https://cons.io/guide>
- <https://cons.io/reference>
- <https://github.com/mighty-gerbils/gerbil>
- <https://raw.githubusercontent.com/mighty-gerbils/gerbil/master/README.md>


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Autres enregistrements de gestionnaires de paquets

- MacPorts - gerbil: installed executable or alias match | MacPorts ports tree: science/gerbil/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Nix - gerbil: installed executable or alias match | nixpkgs package indexes: gerbil from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix


## Combined YAML source

View the package source record on GitHub. [combined/gerbil-scheme.yml](https://github.com/mxcl/pkgdb/blob/main/combined/gerbil-scheme.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
