# 使用 Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget 安装 minimal-racket

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

## 安装

```sh
sudo av install brew:minimal-racket
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install minimal-racket
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install racket
```

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

### Linux

- apk (92%):

```sh
sudo apk add racket
```

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

- Debian apt (92%):

```sh
sudo apt install racket
```

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

- dnf (92%):

```sh
sudo dnf install racket
```

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

  证据: nixpkgs package indexes: pkgs/by-name/ra/racket/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S racket
```

  证据: Arch Linux sync databases: racket from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install racket
```

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

### Windows

- Chocolatey (92%):

```sh
choco install racket
```

  证据: Chocolatey community package catalog: racket from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','python.pypy'

- Scoop (92%):

```sh
scoop install main/racket
```

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

- winget (92%):

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

  证据: Windows Package Manager source index: Racket.Racket from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:minimal-racket
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/minimal-racket>
- **版本:** 9.2
- **来源摘要:** Modern programming language in the Lisp/Scheme family
- **主页:** <https://racket-lang.org/>
- **上游文档:** <https://racket-lang.org/>
- **许可证:** MIT OR Apache-2.0
- **源码归档:** <https://mirror.racket-lang.org/installers/9.2/racket-minimal-9.2-src.tgz>
- **最后更新:** 2026-07-29T17:23:26+01:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- racket (cli)
- raco (cli)
- racket (别名)
- raco (别名)

## 依赖

- openssl@3

## macOS 提供的库

- libffi

## 安装行为

- post-install 钩子: 未定义
- 注意事项: This is a minimal Racket distribution. If you want to build the DrRacket IDE, you may run: raco pkg install --auto drracket The full Racket distribution is available as a cask: brew install --cask racket
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 9.2
- 管理器更新时间: 2026-07-29
- 本地数据: OK
- 上游仓库: https://racket-lang.org/
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

Racket began in 1995 as PLT Scheme, a project connected to Matthias Felleisen, Matthew Flatt, Robert Bruce Findler, Shriram Krishnamurthi, and the broader PLT group. The early project combined programming-language research with education: DrScheme, later DrRacket, provided an environment for teaching Scheme-style programming, while the language accumulated modules, classes, macros, contracts, and tooling for larger programs.

### 项目历史

The 2010 rename from PLT Scheme to Racket marked a deliberate move away from being described only as a Scheme implementation. The Racket project's own rename note says Racket remains a Lisp dialect and descendant of Scheme, but the new name better fit a language and toolchain aimed at language-oriented programming. The transition also renamed DrScheme to DrRacket, made racket the main command name, and shifted the preferred module language from #lang scheme to #lang racket while preserving compatibility.

### 使用方式

Racket's ecosystem role is unusually meta: it is a practical language runtime, a teaching environment, and a platform for creating new languages. Academic accounts of Racket emphasize its macro system and its support for composing domain-specific languages. The minimal-racket package is the smaller Homebrew distribution for users who want the command-line runtime and raco tooling without the full batteries-included bundle; it still exposes the core package-management and build workflow used by Racket programmers.

### 来源

- <https://blog.racket-lang.org/2020/05/racket-is-25.html>
- <https://cs.brown.edu/people/sk/Publications/Papers/Published/cffk-macros-to-dsls/>
- <https://docs.racket-lang.org/>
- <https://felleisen.org/matthias/manifesto/>
- <https://racket-lang.org/new-name.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:** minimal-racket
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

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

- MacPorts - racket: installed executable or alias match | MacPorts ports tree: lang/racket/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Debian apt - racket - 8.16+dfsg1-3: installed executable or alias match | Debian stable package indexes: racket from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | extensible programming language in the Scheme family | https://www.racket-lang.org/
- Debian apt - racket-common - 8.16+dfsg1-3: installed executable or alias match | Debian stable package indexes: racket-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | extensible programming language in the Scheme family (shared files) | https://www.racket-lang.org/
- Debian apt - racket-doc - 8.16+dfsg1-3: installed executable or alias match | Debian stable package indexes: racket-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | extensible programming language in the Scheme family (documentation) | https://www.racket-lang.org/
- Nix - racket: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/ra/racket/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - racket - 8.10+dfsg1-2ubuntu1: installed executable or alias match | Ubuntu 24.04 LTS package indexes: racket from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | extensible programming language in the Scheme family | https://www.racket-lang.org/
- Ubuntu apt - racket-common - 8.10+dfsg1-2ubuntu1: installed executable or alias match | Ubuntu 24.04 LTS package indexes: racket-common from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | extensible programming language in the Scheme family (shared files) | https://www.racket-lang.org/
- Ubuntu apt - racket-doc - 8.10+dfsg1-2ubuntu1: installed executable or alias match | Ubuntu 24.04 LTS package indexes: racket-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | extensible programming language in the Scheme family (documentation) | https://www.racket-lang.org/
- apk - racket - 9.2-r0: installed executable or alias match | Alpine Linux edge package indexes: racket from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Racket CS - general purpose programming language in the Lisp-Scheme family | https://racket-lang.org/
- apk - racket-dbg - 9.2-r0: installed executable or alias match | Alpine Linux edge package indexes: racket-dbg from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Racket CS - general purpose programming language in the Lisp-Scheme family (debug symbols) | https://racket-lang.org/
- apk - racket-dev - 9.2-r0: installed executable or alias match | Alpine Linux edge package indexes: racket-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Racket CS - general purpose programming language in the Lisp-Scheme family (development files) | https://racket-lang.org/
- apk - racket-doc - 9.2-r0: installed executable or alias match | Alpine Linux edge package indexes: racket-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Racket CS - general purpose programming language in the Lisp-Scheme family (documentation) | https://racket-lang.org/
- dnf - racket - 9.2-2.fc45: installed executable or alias match | Fedora Rawhide package metadata: racket from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | General purpose programming language | https://racket-lang.org
- dnf - racket-collects - 9.2-2.fc45: installed executable or alias match | Fedora Rawhide package metadata: racket-collects from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Racket's core collections libraries | https://racket-lang.org
- dnf - racket-devel - 9.2-2.fc45: installed executable or alias match | Fedora Rawhide package metadata: racket-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development files for Racket | https://racket-lang.org
- dnf - racket-doc - 9.2-2.fc45: installed executable or alias match | Fedora Rawhide package metadata: racket-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Documentation files for Racket | https://racket-lang.org


## 相关链接

- [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.
- [openssl@3](https://pkg.so/zh-hans/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [mit-scheme](https://pkg.so/zh-hans/brew/mit-scheme/) - Shares pkgdb curated category or tags: cli, language-runtime, lisp, runtime, scheme.
- [chezscheme](https://pkg.so/zh-hans/brew/chezscheme/) - Shares pkgdb curated category or tags: cli, language-runtime, programming-language, runtime, scheme.
- [kawa](https://pkg.so/zh-hans/brew/kawa/) - Shares pkgdb curated category or tags: cli, language-runtime, lisp, programming-language, scheme.
- [sagittarius-scheme](https://pkg.so/zh-hans/brew/sagittarius-scheme/) - Shares pkgdb curated category or tags: cli, language-runtime, programming-language, runtime, scheme.
- [scheme48](https://pkg.so/zh-hans/brew/scheme48/) - Shares pkgdb curated category or tags: cli, language-runtime, lisp, runtime, scheme.
- [php](https://pkg.so/zh-hans/brew/php/) - Shares pkgdb curated category or tags: cli, language-runtime, programming-language, runtime.
- [perl](https://pkg.so/zh-hans/brew/perl/) - Shares pkgdb curated category or tags: cli, language-runtime, programming-language, runtime.
- [chicken](https://pkg.so/zh-hans/brew/chicken/) - Shares pkgdb curated category or tags: cli, language-runtime, runtime, scheme.
- [arturo](https://pkg.so/zh-hans/brew/arturo/) - Local package facts share a topical domain. Shared terms: cli, language, language-runtime, modern, openssl.

## Combined YAML source

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