macOS
brew install guilelocal Homebrew formula metadata
sudo port install guileMacPorts ports tree · lang/guile/Portfile · 来源: api.github.com
安装
brew install guilelocal Homebrew formula metadata
sudo port install guileMacPorts ports tree · lang/guile/Portfile · 来源: api.github.com
sudo apk add guileAlpine Linux edge package indexes · guile · 来源: dl-cdn.alpinelinux.org
nix profile install nixpkgs#guilenixpkgs package indexes · guile · 来源: raw.githubusercontent.com
sudo pacman -S guileArch Linux sync databases · guile · 来源: geo.mirror.pkgbuild.com
sudo zypper install guileopenSUSE Tumbleweed package metadata · guile · 来源: download.opensuse.org
sudo dnf install compat-guile18Fedora Rawhide package metadata · compat-guile18 · 来源: dl.fedoraproject.org
概览
GNU Ubiquitous Intelligent Language for Extensions
历史
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.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
guild | cli | 全局可执行文件 | |
guile | cli | 全局可执行文件 | |
guile-config | cli | 全局可执行文件 | |
guile-snarf | cli | 全局可执行文件 | |
guile-tools | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://www.gnu.org/software/guile/
安装元数据
| 软件包键 | brew:guile |
|---|---|
| 版本 | 3.0.11 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/guile |
| 主页 | https://www.gnu.org/software/guile/ |
| 仓库 | https://codeberg.org/guile/guile |
| 上游文档 | https://www.gnu.org/software/guile/manual |
| 许可证 | LGPL-3.0-or-later |
| 源码归档 | https://ftpmirror.gnu.org/gnu/guile/guile-3.0.11.tar.xz |
| 最后更新 | 2026-06-22T14:03:40-07:00 |
| Pulse | updated |
| 依赖 | bdw-gc, gmp, libtool, libunistring, pkgconf, readline |
| 构建依赖 | gnu-sed |
| macOS 提供的库 | gperf, libffi, libxcrypt |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
| 注意事项 | 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" |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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-config来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.