# Installer gnu-smalltalk avec Homebrew, Nix, dnf, MacPorts

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

## installation

```sh
sudo av install brew:gnu-smalltalk
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gnu-smalltalk
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gst
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#gnu-smalltalk
```

  Preuve: nixpkgs package indexes: pkgs/by-name/gn/gnu-smalltalk/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- dnf (92%):

```sh
sudo dnf install gst
```

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

## Faits du paquet

- **Clé du paquet:** brew:gnu-smalltalk
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/gnu-smalltalk>
- **Version:** 3.2.5
- **Résumé source:** Implementation of the Smalltalk language
- **Page d'accueil:** <https://www.gnu.org/software/smalltalk/>
- **Dépôt:** <https://git.savannah.gnu.org/cgit/smalltalk.git>
- **Docs amont:** <https://www.gnu.org/software/smalltalk/manual/html_node>
- **Licence:** GPL-2.0-or-later
- **Archive source:** <https://ftpmirror.gnu.org/gnu/smalltalk/smalltalk-3.2.5.tar.xz>
- **Dernière mise à jour:** 2026-06-22T14:03:36-07:00
- **Généré:** 2026-07-08T07:18:31+00:00

## exécutables

- gst (cli)
- gst-blox (cli)
- gst-browser (cli)
- gst-config (cli)
- gst-convert (cli)
- gst-doc (cli)
- gst-load (cli)
- gst-package (cli)
- gst-profile (cli)
- gst-reload (cli)
- gst-remote (cli)
- gst-sunit (cli)
- gst (alias)
- gst-blox (alias)
- gst-browser (alias)
- gst-config (alias)
- gst-convert (alias)
- gst-doc (alias)
- gst-load (alias)
- gst-package (alias)
- gst-profile (alias)
- gst-reload (alias)
- gst-remote (alias)
- gst-sunit (alias)

## Dépendances

- gdbm
- gmp
- gnutls
- libsigsegv
- libtool
- readline

## Dépendances de compilation

- autoconf
- automake
- gawk
- pkgconf

## Bibliothèques fournies par macOS

- expat
- libffi

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 3.2.5
- gestionnaire mis à jour: 2026-06-22
- données locales: OK
- dépôt amont: https://www.gnu.org/software/smalltalk/
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

GNU Smalltalk is the GNU Project's implementation of the Smalltalk-80 language, shaped for Unix-like command-line use, scripting, and headless processing rather than only an image-centered graphical environment.

### Historique du projet

The GNU Smalltalk manual says the implementation closely follows the Smalltalk-80 language described in the Blue Book by Adele Goldberg and David Robson. Project author records credit Steve Byrne for development up to version 1.1.5 and Paolo Bonzini for development starting with version 1.6, with later GUI work around BLOX and VisualGST.

### Historique d'adoption

GNU Smalltalk gave GNU and Unix users a free Smalltalk system that could be driven from text files and shell workflows. Its positioning made it approachable for scripting, rapid prototyping, generated documentation, and experiments with object-oriented programming outside traditional commercial Smalltalk environments.

### Modes d'utilisation

Practitioners use gst and companion tools to run Smalltalk source files, explore the class library, write scripts, load packages, test code with SUnit, and bridge Smalltalk programs with C and other free software libraries. The manual emphasizes using Smalltalk's object model for script-like programs as well as larger prototypes.

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

GNU Smalltalk is significant as a language-runtime package because it turns a historically GUI-associated language into a Unix-style interpreter and tool suite. Its many executables, package tooling, and class-library documentation make it feel closer to a developer environment than a single compiler binary.

### Chronologie

- 1988: Source copyright years in GNU Smalltalk files begin around the early implementation era.
- Version 1.1.5: Author records mark the end of Steve Byrne's initial development period.
- Version 1.6: Author records credit Paolo Bonzini with development from this release line onward.
- 2017: GNU Smalltalk user's manual was updated for the published manual set.

### Related projects

- GNU Smalltalk is related to Smalltalk-80, VisualGST, BLOX, SUnit, and the broader family of free Smalltalk systems such as Squeak and Pharo.

### Sources

- <https://github.com/gnu-smalltalk/smalltalk>
- <https://raw.githubusercontent.com/gnu-smalltalk/smalltalk/master/AUTHORS>
- <https://www.gnu.org/software/smalltalk/>
- <https://www.gnu.org/software/smalltalk/manual/html_node/Overview.html>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- Nix - gnu-smalltalk: normalized package name match | nixpkgs package indexes: pkgs/by-name/gn/gnu-smalltalk/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - gst: installed executable or alias match | MacPorts ports tree: lang/gst/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Nix - gst: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/gs/gst/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - gst - 0.7.7-6.fc45: installed executable or alias match | Fedora Rawhide package metadata: gst from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | System utility designed to stress and monitoring various hardware components | https://gitlab.com/leinardi/gst


## Liens liés

- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://www.automicvault.com/fr/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://www.automicvault.com/fr/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [gdbm](https://www.automicvault.com/fr/pkg/brew/gdbm/) - Runtime dependency declared by Homebrew.
- [gnutls](https://www.automicvault.com/fr/pkg/brew/gnutls/) - Runtime dependency declared by Homebrew.
- [libtool](https://www.automicvault.com/fr/pkg/brew/libtool/) - Runtime dependency declared by Homebrew.
- [autoconf](https://www.automicvault.com/fr/pkg/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://www.automicvault.com/fr/pkg/brew/automake/) - Build dependency declared by Homebrew.
- [gawk](https://www.automicvault.com/fr/pkg/brew/gawk/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/fr/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [cpi](https://www.automicvault.com/fr/pkg/brew/cpi/) - Shares av.db curated category or tags: cli, interpreter, language-runtime, scripting.
- [gauche](https://www.automicvault.com/fr/pkg/brew/gauche/) - Shares av.db curated category or tags: cli, interpreter, language-runtime, scripting.
- [gnu-apl](https://www.automicvault.com/fr/pkg/brew/gnu-apl/) - Shares av.db curated category or tags: cli, interpreter, language-runtime, scripting.
- [io](https://www.automicvault.com/fr/pkg/brew/io/) - Shares av.db curated category or tags: cli, language-runtime, scripting, virtual-machine.
- [lua](https://www.automicvault.com/fr/pkg/brew/lua/) - Shares av.db curated category or tags: cli, interpreter, language-runtime, scripting.
- [mawk](https://www.automicvault.com/fr/pkg/brew/mawk/) - Shares av.db curated category or tags: cli, interpreter, language-runtime, scripting.
- [neko](https://www.automicvault.com/fr/pkg/brew/neko/) - Shares av.db curated category or tags: cli, interpreter, language-runtime, virtual-machine.
- [picat](https://www.automicvault.com/fr/pkg/brew/picat/) - Shares av.db curated category or tags: cli, interpreter, language-runtime, scripting.
- [gforth](https://www.automicvault.com/fr/pkg/brew/gforth/) - Local package facts share a topical domain. Shared terms: cli, gnu, implementation, interpreter, language.
- [gcl](https://www.automicvault.com/fr/pkg/brew/gcl/) - Local package facts share a topical domain. Shared terms: cli, gmp, gnu, language, language-runtime.

## Combined YAML source

View the package source record on GitHub. [combined/gnu-smalltalk.yml](https://github.com/automic-vault/db/blob/main/combined/gnu-smalltalk.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
