# 使用 Homebrew, apt, dnf, MacPorts, Nix, scoop 安装 gauche

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

## 安装

```sh
sudo av install brew:gauche
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install gauche
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gauche
```

  证据: MacPorts ports tree: lang/gauche/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install gauche
```

  证据: Debian stable package indexes: gauche from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install gauche
```

  证据: Fedora Rawhide package metadata: gauche 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#gauche
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/gauche
```

  证据: Scoop official bucket manifest trees: bucket/gauche.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:gauche
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/gauche>
- **版本:** 0.9.15
- **来源摘要:** R7RS Scheme implementation, developed to be a handy script interpreter
- **主页:** <https://practical-scheme.net/gauche/>
- **仓库:** <https://github.com/shirok/Gauche>
- **上游文档:** <https://practical-scheme.net/gauche/>
- **许可证:** BSD-3-Clause
- **源码归档:** <https://github.com/shirok/Gauche/releases/download/release0_9_15/Gauche-0.9.15.tgz>
- **最后更新:** 2026-05-29T14:43:09-04:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- gauche-cesconv (cli)
- gauche-config (cli)
- gauche-install (cli)
- gauche-package (cli)
- gosh (cli)
- gauche-cesconv (别名)
- gauche-config (别名)
- gauche-install (别名)
- gauche-package (别名)
- gosh (别名)

## 依赖

- ca-certificates
- mbedtls@3

## macOS 提供的库

- libxcrypt

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 0.9.15
- 管理器更新时间: 2026-05-29
- 本地数据: OK
- 上游仓库: https://github.com/shirok/Gauche
- 信息: No cached GitHub release or tag data was available.
## 项目历史与用法

Gauche is an R7RS Scheme implementation aimed at practical scripting rather than only language experimentation. Its official site presents it as a fast Scheme engine for automation, build tools, shell-like scripting, and larger real-world programs.

### 项目历史

The project is developed by Shiro Kawai and is distributed from the Practical Scheme site, with releases and source hosted in the official GitHub repository. The homepage emphasizes long-term maintenance, backward compatibility, quick startup, operating-system integration, Unicode, networking, threads, regular expressions, and a broad library set.

### 采用历史

Gauche's adoption is strongest in the Scheme and Unix scripting communities rather than in mainstream application packaging. Its presence in Homebrew, Debian, Fedora, MacPorts, Nix, and Scoop reflects its role as a portable Scheme runtime for users who want a Lisp-family scripting tool available from normal package managers.

### 使用方式

Users run Gauche through the `gosh` interpreter and supporting tools such as `gauche-config`, `gauche-install`, and `gauche-package`. Official documentation describes Scheme scripting, REPL use, modules, extension packages, standalone executables, R7RS libraries, SRFIs, and Gauche-specific libraries.

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

For package-manager users, Gauche is notable because it treats Scheme as a practical Unix scripting environment with its own package tooling and batteries-included runtime. It is a small but durable example of a language implementation whose packaging value is not only the compiler or interpreter, but also the ecosystem of command-line helpers around it.

### 时间线

- 2000s: Gauche becomes a long-running Practical Scheme implementation for scripting.
- 2013: The official GitHub repository was created.
- 2020s: The project continues to publish releases and documentation for R7RS Scheme and Gauche extensions.

### Related projects

- Gauche is related to the R7RS Scheme standard, SRFI libraries, the `get-gauche` installer project, and the broader family of Scheme implementations. The project also maintains extension packages such as Gauche-gtk2.

### 来源

- <https://github.com/shirok/Gauche>
- <https://practical-scheme.net/gauche/>
- <https://practical-scheme.net/gauche/download.html>
- <https://practical-scheme.net/gauche/man/gauche-refe/index.html>


## 安全说明

generalized runtime or code generation signal.

- **Geiger 风险:** yellow / 中
- generalized runtime or code generation signal

## 源数据库详情

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

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

- Debian apt - gauche - 0.9.15-p2+20241205-4: normalized package name match | Debian stable package indexes: gauche from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Scheme script engine | http://practical-scheme.net/gauche/
- Debian apt - gauche-dev - 0.9.15-p2+20241205-4: normalized package name match | Debian stable package indexes: gauche-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Development files for Gauche | http://practical-scheme.net/gauche/
- Debian apt - gauche-doc - 0.9.15-p2+20241205-4: normalized package name match | Debian stable package indexes: gauche-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Reference manual of Gauche | http://practical-scheme.net/gauche/
- Debian apt - gauche-gdbm - 0.9.15-p2+20241205-4: normalized package name match | Debian stable package indexes: gauche-gdbm from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | gdbm binding for Gauche | http://practical-scheme.net/gauche/
- Debian apt - gauche-zlib - 0.9.15-p2+20241205-4: normalized package name match | Debian stable package indexes: gauche-zlib from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | zlib binding for Gauche | http://practical-scheme.net/gauche/
- Debian apt - libgauche-0.98-0 - 0.9.15-p2+20241205-4: normalized package name match | Debian stable package indexes: libgauche-0.98-0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Gauche runtime shared library | http://practical-scheme.net/gauche/
- Nix - gauche: normalized package name match | nixpkgs package indexes: gauche from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- dnf - gauche - 0.9.12-14.fc45: normalized package name match | Fedora Rawhide package metadata: gauche from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Scheme script interpreter with multibyte character handling | http://practical-scheme.net/gauche
- dnf - gauche-devel - 0.9.12-14.fc45: normalized package name match | Fedora Rawhide package metadata: gauche-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development files for Gauche | http://practical-scheme.net/gauche
- dnf - gauche-doc - 0.9.12-14.fc45: normalized package name match | Fedora Rawhide package metadata: gauche-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Documentation files for Gauche | http://practical-scheme.net/gauche
- dnf - libgauche - 0.9.12-14.fc45: normalized package name match | Fedora Rawhide package metadata: libgauche from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Gauche runtime shared library | http://practical-scheme.net/gauche
- dnf - libgauche-static - 0.9.12-14.fc45: normalized package name match | Fedora Rawhide package metadata: libgauche-static from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Statically linked library for Gauce | http://practical-scheme.net/gauche
- MacPorts - gauche: normalized package name match | MacPorts ports tree: lang/gauche/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/gauche: normalized package name match | Scoop official bucket manifest trees: bucket/gauche.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- Nix - gosh: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/go/gosh/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 相关链接

- [Secret-risk packages](https://pkg.so/zh-hans/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/zh-hans/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [sagittarius-scheme](https://pkg.so/zh-hans/brew/sagittarius-scheme/) - Shares pkgdb curated category or tags: cli, language-runtime, programming-language, r7rs, runtime.
- [ruby](https://pkg.so/zh-hans/brew/ruby/) - Shares pkgdb curated category or tags: cli, interpreter, language-runtime, programming-language, scripting.
- [php](https://pkg.so/zh-hans/brew/php/) - Shares pkgdb curated category or tags: cli, language-runtime, programming-language, runtime, scripting.
- [lua](https://pkg.so/zh-hans/brew/lua/) - Shares pkgdb curated category or tags: cli, interpreter, language-runtime, programming-language, scripting.
- [perl](https://pkg.so/zh-hans/brew/perl/) - Shares pkgdb curated category or tags: cli, language-runtime, programming-language, runtime, scripting.
- [php@8.3](https://pkg.so/zh-hans/brew/php-8-3/) - Shares pkgdb curated category or tags: cli, language-runtime, programming-language, runtime, scripting.
- [gambit-scheme](https://pkg.so/zh-hans/brew/gambit-scheme/) - Shares pkgdb curated category or tags: cli, interpreter, language-runtime, programming-language, scheme.
- [chibi-scheme](https://pkg.so/zh-hans/brew/chibi-scheme/) - Shares pkgdb curated category or tags: cli, interpreter, language-runtime, r7rs, scheme.
- [neko](https://pkg.so/zh-hans/brew/neko/) - Local package facts share a topical domain. Shared terms: cli, interpreter, language, language-runtime, mbedtls.

## Combined YAML source

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


## 来源

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