# Installer bigloo avec Homebrew, dnf, MacPorts, Nix, pacman

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de bigloo pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:bigloo
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install bigloo
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install bigloo
```

  Preuve: MacPorts ports tree: lang/bigloo/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- dnf (92%):

```sh
sudo dnf install bigloo
```

  Preuve: Fedora Rawhide package metadata: bigloo from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#bigloo
```

  Preuve: nixpkgs package indexes: pkgs/by-name/bi/bigloo/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S bigloo
```

  Preuve: Arch Linux sync databases: bigloo from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Faits du paquet

- **Clé du paquet:** brew:bigloo
- **Gestionnaire de paquets:** Homebrew
- **Version:** 4.7a
- **Résumé source:** Scheme implementation with object system, C, and Java interfaces
- **Page d'accueil:** <https://www-sop.inria.fr/indes/fp/Bigloo/>
- **Dépôt:** <https://github.com/manuel-serrano/bigloo>
- **Dernière mise à jour:** 2026-06-05T10:46:55Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- bglafile (alias)
- bglafile.sh (alias)
- bgldepend (alias)
- bgldepend.sh (alias)
- bgljas (alias)
- bgljas.sh (alias)
- bgljfile (alias)
- bgljfile.sh (alias)
- bglmake (alias)
- bglmake.sh (alias)
- bglmco (alias)
- bglmco.sh (alias)
- bglmemrun (alias)
- bglpp (alias)
- bglpp.sh (alias)
- bglprof (alias)
- bglprof.sh (alias)
- bgltags (alias)
- bgltags.sh (alias)
- bigloo (alias)
- bigloo.sh (alias)
- bigloo4.7a (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 4.7a
## Historique du projet et usages

Bigloo is a long-running Scheme implementation from Inria, positioned as a practical Scheme compiler and environment for producing small standalone binaries and interoperating with C and Java.

### Historique du projet

The official Bigloo site traces the project under an Inria copyright range beginning in 1992 and presents Bigloo as a Scheme descendant designed for the places where C or C++ would normally be used. Its documentation emphasizes modules, native executables, C interop, a JVM backend, threads, and libraries rather than a purely academic interpreter.

### Historique d'adoption

Bigloo has stayed visible in Unix package collections as a niche but serious Scheme compiler: the input package facts list Homebrew, Fedora, MacPorts, Nix, and Arch packages. The official site also names Hop and php tools as projects implemented using Bigloo.

### Modes d'utilisation

Package users install Bigloo when they want the `bigloo` compiler and companion tools such as dependency, archive, profiler, and tags helpers for Scheme projects that compile to native code or the JVM.

### Pourquoi les passionnés de paquets s'y intéressent

Bigloo matters to package historians because it is one of the older packaged Scheme systems that treated Scheme as a systems-programming tool: C linkage, standalone binaries, multiple backends, and a Unix-style tool suite make it more than just another REPL.

### Chronologie

- 1992: Official Bigloo site copyright range begins.
- 2018: Official GitHub repository metadata shows the public GitHub repository created.
- 2026: Official download page lists Bigloo 4.7a.

### Related projects

- Related Scheme implementations include Guile, Racket, Chez Scheme, Chicken Scheme, and Gambit; Bigloo's official site also links Hop as a Bigloo-implemented project.

### Sources

- GitHub repository metadata from https://api.github.com/repos/manuel-serrano/bigloo.
- Official Bigloo homepage and download page.
- Package adoption from source_facts.package-manager.


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: .bigloorc, ~/.bigloorc
## Autres enregistrements de gestionnaires de paquets

- Nix - bigloo: normalized package name match | nixpkgs package indexes: pkgs/by-name/bi/bigloo/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - bigloo - 4.6a-11.fc45: normalized package name match | Fedora Rawhide package metadata: bigloo from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A compiler for the Scheme programming language | https://www-sop.inria.fr/mimosa/fp/Bigloo
- dnf - bigloo-doc - 4.6a-11.fc45: normalized package name match | Fedora Rawhide package metadata: bigloo-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Bigloo documentation | https://www-sop.inria.fr/mimosa/fp/Bigloo
- dnf - bigloo-libs - 4.6a-11.fc45: normalized package name match | Fedora Rawhide package metadata: bigloo-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Bigloo runtime libraries | https://www-sop.inria.fr/mimosa/fp/Bigloo
- pacman - bigloo - 4.7a-1: normalized package name match | Arch Linux sync databases: bigloo from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Fast scheme compiler | https://www-sop.inria.fr/mimosa/fp/Bigloo/
- MacPorts - bigloo: normalized package name match | MacPorts ports tree: lang/bigloo/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/bigloo.yml](https://github.com/mxcl/pkgdb/blob/main/combined/bigloo.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
