# 使用 Homebrew, MacPorts, Nix 安装 gerbil-scheme

查看 gerbil-scheme 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

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

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gerbil
```

  证据: 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
```

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

## 软件包事实

- **软件包键:** brew:gerbil-scheme
- **软件包管理器:** Homebrew
- **版本:** 0.18.2
- **来源摘要:** Opinionated dialect of Scheme designed for Systems Programming
- **主页:** <https://cons.io>
- **仓库:** <https://github.com/mighty-gerbils/gerbil>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

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

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.18.2
## 项目历史与用法

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.

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

- 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

### 来源

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


## 安全说明

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

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal

## 其他软件包管理器记录

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


## 来源

- 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
