macOS
brew install guilelocal Homebrew formula metadata
sudo port install guileMacPorts ports tree · lang/guile/Portfile · source: api.github.com
brew
GNU Ubiquitous Intelligent Language for Extensions. Version 3.0.11 via Homebrew; verified 2026-06-22.
install
brew install guilelocal Homebrew formula metadata
sudo port install guileMacPorts ports tree · lang/guile/Portfile · source: api.github.com
sudo apk add guileAlpine Linux edge package indexes · guile · source: dl-cdn.alpinelinux.org
sudo dnf install compat-guile18Fedora Rawhide package metadata · compat-guile18 · source: dl.fedoraproject.org
nix profile install nixpkgs#guilenixpkgs package indexes · guile · source: raw.githubusercontent.com
sudo pacman -S guileArch Linux sync databases · guile · source: geo.mirror.pkgbuild.com
sudo zypper install guileopenSUSE Tumbleweed package metadata · guile · source: download.opensuse.org
overview
GNU Ubiquitous Intelligent Language for Extensions
history
GNU Guile is the GNU project's extension-language platform and an implementation of Scheme designed for embedding, scripting, and standalone programming. It packages an interpreter, compiler, virtual machine, module system, POSIX access, networking, dynamic linking, foreign-function support, and libraries under the Guile toolchain.
The Guile manual frames Guile as an attempt to bring the Emacs extension-language model to the broader GNU system: a low-level application core paired with a powerful high-level language that users and developers can extend.
Guile began from Tom Lord's GEL, the GNU Extension Language, which adapted Aubrey Jaffer's SCM Scheme implementation into a reusable embeddable library. The manual traces SCM itself to George Carrette's SIOD, making Guile part of a longer Scheme implementation lineage.
GEL became Guile after a naming conflict, and Richard Stallman endorsed it as the official GNU extension language. Public discussion around Tcl made Guile visible during the 1990s extension-language debate, but the manual is careful to say Guile was not simply a reaction to Tcl; it came from a standing GNU need for a shared embeddable language runtime.
The first maintainer era, from late 1994 through mid-1996, moved Guile from SCM as a standalone program toward an embeddable library and experimented broadly with modules, Tcl/Tk, Java tooling, C-like syntax, and POSIX interfaces. Later maintainers narrowed the focus toward depth, documentation, orthogonality, and a strong core language.
Guile's adoption within GNU and free-software packaging rests on both policy and practicality: it is the official GNU extension language, but it is also a real Scheme implementation with batteries included for Unix programming. The project site names GNU Guix, GnuCash, Lepton-EDA, and GDB among applications using Guile.
Package-manager adoption is broad because Guile is both a language runtime and a dependency for other GNU tools. The official download page recommends installing from system packages and gives examples for Guix, Debian-derived systems, and Parabola; the input metadata records packaging through Alpine, Homebrew, Fedora-family packages, MacPorts, Nix, Arch, and openSUSE.
Users run Guile scripts, work in a Scheme REPL, build command-line programs, embed Guile in C or C++ applications, and extend applications through Scheme modules. The project page emphasizes desktop, web, command-line, and game use, while also describing Guile as an extension-language platform with a compiler and virtual machine.
For package users, the important executables are `guile`, `guild`, `guile-config`, `guile-snarf`, and `guile-tools`. For developers, Guile's appeal is a practical Scheme with R5RS, much of R6RS, R7RS support, SRFIs, modules, POSIX APIs, networking, threads, dynamic linking, and FFI.
Guile is a foundational package because it is both a language implementation and an extension substrate for other packages. When it changes ABI, compiler behavior, module paths, or supported Scheme standards, downstream build systems and runtime integrations can feel it.
It is also historically important to package-manager culture through GNU Guix, which uses Guile as a configuration and extension language. That connection makes Guile unusually visible to users who care about declarative package management, reproducible builds, and Lisp-family tools in Unix distributions.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
guild | cli | global executable | |
guile | cli | global executable | |
guile-config | cli | global executable | |
guile-snarf | cli | global executable | |
guile-tools | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://www.gnu.org/software/guile/
install metadata
| Package key | brew:guile |
|---|---|
| Version | 3.0.11 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/guile |
| Homepage | https://www.gnu.org/software/guile/ |
| Repository | https://codeberg.org/guile/guile |
| Upstream docs | https://www.gnu.org/software/guile/manual |
| License | LGPL-3.0-or-later |
| Source archive | https://ftpmirror.gnu.org/gnu/guile/guile-3.0.11.tar.xz |
| Last updated | 2026-06-22T14:03:40-07:00 |
| Pulse | updated |
| Dependencies | bdw-gc, gmp, libtool, libunistring, pkgconf, readline |
| Build dependencies | gnu-sed |
| Uses from macOS | gperf, libffi, libxcrypt |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
| Caveats | Guile libraries can now be installed here: Source files: $HOMEBREW_PREFIX/share/guile/site/3.0 Compiled files: $HOMEBREW_PREFIX/lib/guile/3.0/site-ccache Extensions: $HOMEBREW_PREFIX/lib/guile/3.0/extensions Add the following to your .bashrc or equivalent: export GUILE_LOAD_PATH="$HOMEBREW_PREFIX/share/guile/site/3.0" export GUILE_LOAD_COMPILED_PATH="$HOMEBREW_PREFIX/lib/guile/3.0/site-ccache" export GUILE_SYSTEM_EXTENSIONS_PATH="$HOMEBREW_PREFIX/lib/guile/3.0/extensions" |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | guile |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
guile
nix profile install nixpkgs#guileguile 3.0.9-r2
portable, embeddable Scheme implementation written in C
https://www.gnu.org/software/guile/
sudo apk add guileguile-dev 3.0.9-r2
portable, embeddable Scheme implementation written in C (development files)
https://www.gnu.org/software/guile/
sudo apk add guile-devguile-doc 3.0.9-r2
portable, embeddable Scheme implementation written in C (documentation)
https://www.gnu.org/software/guile/
sudo apk add guile-docguile-libs 3.0.9-r2
portable, embeddable Scheme implementation written in C (libraries)
https://www.gnu.org/software/guile/
sudo apk add guile-libsguile-readline 3.0.9-r2
portable, embeddable Scheme implementation written in C
https://www.gnu.org/software/guile/
sudo apk add guile-readlinecompat-guile18 1.8.8-50.fc45
A GNU implementation of Scheme for application extensibility
http://www.gnu.org/software/guile/
sudo dnf install compat-guile18guile 3.0.11-1
Portable, embeddable Scheme implementation written in C
https://www.gnu.org/software/guile/
sudo pacman -S guileguile 3.0.9-3.3
GNU's Ubiquitous Intelligent Language for Extension
https://www.gnu.org/software/guile/
sudo zypper install guileguile-devel 3.0.9-3.3
GNU's Ubiquitous Intelligent Language for Extension
https://www.gnu.org/software/guile/
sudo zypper install guile-develguile-modules-3_0 3.0.9-3.3
GNU's Ubiquitous Intelligent Language for Extension
https://www.gnu.org/software/guile/
sudo zypper install guile-modules-3_0libguile-3_0-1 3.0.9-3.3
GNU's Ubiquitous Intelligent Language for Extension
https://www.gnu.org/software/guile/
sudo zypper install libguile-3_0-1guile
sudo port install guileguile-config
nix profile install nixpkgs#guile-configsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.