Automic VaultAutomic Vault

brew

使用 Homebrew, apk, MacPorts, Nix, pacman, zypper, dnf 安装 guile

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install guile

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install guile

MacPorts ports tree · lang/guile/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add guile

Alpine Linux edge package indexes · guile · 来源: dl-cdn.alpinelinux.org

Nix已验证 · 92%
nix profile install nixpkgs#guile

nixpkgs package indexes · guile · 来源: raw.githubusercontent.com

Arch Linux pacman已验证 · 92%
sudo pacman -S guile

Arch Linux sync databases · guile · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install guile

openSUSE Tumbleweed package metadata · guile · 来源: download.opensuse.org

Fedora dnf已验证 · 92%
sudo dnf install compat-guile18

Fedora Rawhide package metadata · compat-guile18 · 来源: dl.fedoraproject.org

概览

软件包摘要

GNU Ubiquitous Intelligent Language for Extensions

命令和别名

  • guild
  • guile
  • guile-config
  • guile-snarf
  • guile-tools

历史

项目历史与用法

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.

时间线

  • 1994-1996: Tom Lord maintains early Guile/GEL work, moving SCM toward an embeddable GNU extension library.
  • 1995-02-04: guile-i release turns SCM into a library.
  • 1995-04-06: guile-ii adds a low-level module system, Tcl/Tk support, improved POSIX support, and experimental Java integration.
  • 1997-01-05: Guile 1.0 adds cooperative threading, improves debugging, begins manuals, and adds the high-level module interface.
  • 2002-09-06: Guile 1.6 gains R5RS support, SRFI modules, and merges GOOPS into core.
  • 2006-02-20: Guile 1.8 moves arbitrary-precision arithmetic to GMP, adopts POSIX preemptive threads, and cleans up the C API.
  • 2010-02-16: Guile 2.0 adds a virtual machine, compiler, toolchain, Unicode-oriented internationalization, dynamic FFI, and partial R6RS support.
  • 2017-03-15: Guile 2.2 rewrites the virtual machine and much of the compiler and toolchain for speed and lower startup cost.
  • 2020-01: Guile 3.0 adds native code generation through a simple JIT compiler and improves R7RS/R6RS support.

Related projects

  • Guile is directly related to Scheme, SCM, SIOD, Emacs Lisp, Tcl/Tk debates, GNU Emacs as an extension-language model, GNU Guix, GnuCash, Lepton-EDA, GDB, Geiser, R5RS, R6RS, R7RS, SRFIs, GMP, and libunistring. Its ecosystem also includes many Guile libraries and applications maintained around GNU and Scheme communities.

来源

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 6 个运行时依赖。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
guildcli全局可执行文件
guilecli全局可执行文件
guile-configcli全局可执行文件
guile-snarfcli全局可执行文件
guile-toolscli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-10
管理器版本3.0.11
管理器更新时间2026-06-22
本地数据OK
上游not checked
检测到的最新版本未检测到

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
Pulseupdated
依赖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 DatabaseHomebrew formula API
Taphomebrew/core
Full Nameguile
Aliases
  • guile@3
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

guile

nix profile install nixpkgs#guile
  • normalized package name match
  • 匹配方式:Guile
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: guile from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
apk95%

guile 3.0.9-r2

portable, embeddable Scheme implementation written in C

https://www.gnu.org/software/guile/

sudo apk add guile
  • License: LGPL-3.0-or-later AND GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: guile
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Guile
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: guile from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

guile-dev 3.0.9-r2

portable, embeddable Scheme implementation written in C (development files)

https://www.gnu.org/software/guile/

sudo apk add guile-dev
  • License: LGPL-3.0-or-later AND GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: guile
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Guile
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: guile-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

guile-doc 3.0.9-r2

portable, embeddable Scheme implementation written in C (documentation)

https://www.gnu.org/software/guile/

sudo apk add guile-doc
  • License: GFDL-1.3-or-later
  • Architecture: x86_64
  • Source Package: guile
  • normalized package name match
  • 匹配方式:Guile
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: guile-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

guile-libs 3.0.9-r2

portable, embeddable Scheme implementation written in C (libraries)

https://www.gnu.org/software/guile/

sudo apk add guile-libs
  • License: LGPL-3.0-or-later AND GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: guile
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Guile
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: guile-libs from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

guile-readline 3.0.9-r2

portable, embeddable Scheme implementation written in C

https://www.gnu.org/software/guile/

sudo apk add guile-readline
  • License: LGPL-3.0-or-later AND GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: guile
  • 1 依赖
  • normalized package name match
  • 匹配方式:Guile
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: guile-readline from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

compat-guile18 1.8.8-50.fc45

A GNU implementation of Scheme for application extensibility

http://www.gnu.org/software/guile/

sudo dnf install compat-guile18
  • License: LGPL-2.1-or-later AND GPL-2.0-or-later AND MIT AND BSD-4-Clause-UC
  • Category: Unspecified
  • Architecture: i686
  • Source Package: compat-guile18
  • 12 依赖
  • 8 提供
  • normalized package name match
  • 匹配方式:Guile
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: compat-guile18 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

guile 3.0.11-1

Portable, embeddable Scheme implementation written in C

https://www.gnu.org/software/guile/

sudo pacman -S guile
  • License: GPL
  • Architecture: x86_64
  • 6 依赖
  • normalized package name match
  • 匹配方式:Guile
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: guile from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz
zypper95%

guile 3.0.9-3.3

GNU's Ubiquitous Intelligent Language for Extension

https://www.gnu.org/software/guile/

sudo zypper install guile
  • License: GFDL-1.3-only AND GPL-3.0-or-later AND LGPL-3.0-or-later
  • Category: Development/Languages/Scheme
  • Architecture: x86_64
  • Source Package: guile
  • 5 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Guile
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: guile from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

guile-devel 3.0.9-3.3

GNU's Ubiquitous Intelligent Language for Extension

https://www.gnu.org/software/guile/

sudo zypper install guile-devel
  • License: LGPL-2.1-or-later
  • Category: Development/Languages/Scheme
  • Architecture: x86_64
  • Source Package: guile
  • 10 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Guile
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: guile-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

guile-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_0
  • License: GFDL-1.3-only AND GPL-3.0-or-later AND LGPL-3.0-or-later
  • Category: Development/Languages/Scheme
  • Architecture: x86_64
  • Source Package: guile
  • 5 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Guile
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: guile-modules-3_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libguile-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-1
  • License: GFDL-1.3-only AND GPL-3.0-or-later AND LGPL-3.0-or-later
  • Category: Development/Languages/Scheme
  • Architecture: x86_64
  • Source Package: guile
  • 11 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Guile
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libguile-3_0-1 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

guile

sudo port install guile
  • normalized package name match
  • 匹配方式:Guile
MacPorts ports tree · api.github.com · MacPorts ports tree: lang/guile/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Nix92%

guile-config

nix profile install nixpkgs#guile-config
  • installed executable or alias match
  • 匹配方式:Guile Config
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gu/guile-config/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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