guile
brew install guile
v3.0.11
LGPL-3.0-or-later
Scheme interpreter and compiler implementing R6RS/R7RS, with VM-based bytecode execution and C embedding API.
Why you might care
Guile is GNU's standard extension language, used to script and configure GNU tools (GnuCash, GIMP, Lilypond). Use it when you need a Lisp-dialect embedded language with mature FFI, or want a lightweight Scheme REPL for interactive development. It compiles to bytecode and includes a proper module system.
4.5k
30-day installs · #646
11.9k
90-day · #739
75.2k
365-day · #512
Runtime dependencies
Build dependencies
Links
- https://www.gnu.org/software/guile/
- Brew formula source: Formula/g/guile.rb
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"
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [
"guile@3"
],
"alternatives": [
"Lua",
"Racket",
"Chicken Scheme",
"Emacs Lisp"
],
"build_dependencies": [
"gnu-sed"
],
"categories": [
"interpreter",
"language-runtime",
"compiler"
],
"caveats": "Guile libraries can now be installed here:\n Source files: $HOMEBREW_PREFIX/share/guile/site/3.0\n Compiled files: $HOMEBREW_PREFIX/lib/guile/3.0/site-ccache\n Extensions: $HOMEBREW_PREFIX/lib/guile/3.0/extensions\n\nAdd the following to your .bashrc or equivalent:\n export GUILE_LOAD_PATH=\"$HOMEBREW_PREFIX/share/guile/site/3.0\"\n export GUILE_LOAD_COMPILED_PATH=\"$HOMEBREW_PREFIX/lib/guile/3.0/site-ccache\"\n export GUILE_SYSTEM_EXTENSIONS_PATH=\"$HOMEBREW_PREFIX/lib/guile/3.0/extensions\"\n",
"conflicts_with": [],
"dependencies": [
"bdw-gc",
"gmp",
"libtool",
"libunistring",
"pkgconf",
"readline"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "GNU Ubiquitous Intelligent Language for Extensions",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:38:30+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "guile",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://www.gnu.org/software/guile/",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "GNU\u0027s programming and extension language \u00e2\u0080\u0094 GNU Guile",
"installs_30d": 4537,
"installs_365d": 75186,
"installs_90d": 11947,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "LGPL-3.0-or-later",
"llm_generated_at": "2026-06-20T23:46:10+00:00",
"llm_model": "claude-haiku-4-5",
"name": "guile",
"oldnames": [],
"one_liner": "Scheme interpreter and compiler implementing R6RS/R7RS, with VM-based bytecode execution and C embedding API.",
"optional_dependencies": [],
"rank_30d": 646,
"rank_365d": 512,
"rank_90d": 739,
"raw_hash": "8749fdf6b0adba1f",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/g/guile.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [
"gperf",
"libffi",
"libxcrypt"
],
"version_head": "HEAD",
"version_stable": "3.0.11",
"versioned_formulae": [],
"why_use_this": "Guile is GNU\u0027s standard extension language, used to script and configure GNU tools (GnuCash, GIMP, Lilypond). Use it when you need a Lisp-dialect embedded language with mature FFI, or want a lightweight Scheme REPL for interactive development. It compiles to bytecode and includes a proper module system."
}