# Install minimal-racket with Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, scoop, winget, zypper

Modern programming language in the Lisp/Scheme family. Version 9.2 via Homebrew; verified 2026-06-22.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

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

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install racket
```

  Evidence: 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
```

  Evidence: 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
```

  Evidence: 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
```

  Evidence: Fedora Rawhide package metadata: racket from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#racket
```

  Evidence: 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
```

  Evidence: 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
```

  Evidence: openSUSE Tumbleweed package metadata: racket from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

### Windows

- Chocolatey (92%):

```sh
choco install racket
```

  Evidence: Chocolatey community package catalog: racket from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','qgis-ltr'

- Scoop (92%):

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

  Evidence: 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
```

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

## Package facts

- **Package key:** brew:minimal-racket
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/minimal-racket>
- **Version:** 9.2
- **Source summary:** Modern programming language in the Lisp/Scheme family
- **Homepage:** <https://racket-lang.org/>
- **Repository:** <https://github.com/racket/racket>
- **Upstream docs:** <https://docs.racket-lang.org/>
- **License:** MIT OR Apache-2.0
- **Source archive:** <https://mirror.racket-lang.org/installers/9.2/racket-minimal-9.2-src.tgz>
- **Last updated:** 2026-06-22T14:05:29-07:00
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- racket (cli)
- raco (cli)
- racket (alias)
- raco (alias)

## Dependencies

- openssl@3

## Uses from macOS

- libffi

## Install behavior

- Post-install hook: defined
- Caveats: 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: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 9.2
- Package-manager updated: 2026-06-22
- Local data: ok
- Upstream repository: https://racket-lang.org/
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

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.

### Project history

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.

### How it is used

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.

### Sources

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


## Security Notes

generalized runtime or code generation signal.

- **Geiger risk:** yellow / medium
- generalized runtime or code generation signal

## Source Database Details

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

## Other Package-Manager Records

- 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-1.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/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | General purpose programming language | https://racket-lang.org
- dnf - racket-collects - 9.2-1.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/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Racket's core collections libraries | https://racket-lang.org
- dnf - racket-devel - 9.2-1.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/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Development files for Racket | https://racket-lang.org
- dnf - racket-doc - 9.2-1.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/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Documentation files for Racket | https://racket-lang.org


## Related links

- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://www.automicvault.com/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [openssl@3](https://www.automicvault.com/pkg/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [chezscheme](https://www.automicvault.com/pkg/brew/chezscheme/) - Shares av.db curated category or tags: cli, language-runtime, programming-language, runtime, scheme.
- [gauche](https://www.automicvault.com/pkg/brew/gauche/) - Shares av.db curated category or tags: cli, language-runtime, programming-language, runtime, scheme.
- [kawa](https://www.automicvault.com/pkg/brew/kawa/) - Shares av.db curated category or tags: cli, language-runtime, lisp, programming-language, scheme.
- [mit-scheme](https://www.automicvault.com/pkg/brew/mit-scheme/) - Shares av.db curated category or tags: cli, language-runtime, lisp, runtime, scheme.
- [sagittarius-scheme](https://www.automicvault.com/pkg/brew/sagittarius-scheme/) - Shares av.db curated category or tags: cli, language-runtime, programming-language, runtime, scheme.
- [scheme48](https://www.automicvault.com/pkg/brew/scheme48/) - Shares av.db curated category or tags: cli, language-runtime, lisp, runtime, scheme.
- [bigloo](https://www.automicvault.com/pkg/brew/bigloo/) - Shares av.db curated category or tags: cli, language-runtime, runtime, scheme.
- [chicken](https://www.automicvault.com/pkg/brew/chicken/) - Shares av.db curated category or tags: cli, language-runtime, runtime, scheme.
- [gambit-scheme](https://www.automicvault.com/pkg/brew/gambit-scheme/) - Local package facts share a topical domain. Shared terms: cli, language, language-runtime, openssl, openssl-3.
- [gerbil-scheme](https://www.automicvault.com/pkg/brew/gerbil-scheme/) - Local package facts share a topical domain. Shared terms: cli, language, language-runtime, lisp, openssl.

## Combined YAML source

View the package source record on GitHub. [combined/minimal-racket.yml](https://github.com/automic-vault/db/blob/main/combined/minimal-racket.yml)


## Sources

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