macOS
brew install guilelocal Homebrew formula metadata
sudo port install guileMacPorts ports tree · lang/guile/Portfile · ソース: api.github.com
brew
guile のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
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ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.