# Installer bic avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:bic
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install bic
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#bic
```

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

## Faits du paquet

- **Clé du paquet:** brew:bic
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.0.0
- **Résumé source:** C interpreter and API explorer
- **Page d'accueil:** <https://github.com/hexagonal-sun/bic>
- **Dépôt:** <https://github.com/hexagonal-sun/bic>
- **Dernière mise à jour:** 2026-07-10T23:07:07-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- bic (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

bic is a C interpreter and API explorer that lets developers experiment with C APIs through a REPL and evaluate C source files.

### Historique du projet

The public GitHub repository begins with an initial commit in July 2015, and release metadata records v0.9.1 in October 2019 followed by a first stable v1.0.0 release in February 2020.

The README describes bic as a tool for exploring and testing C APIs using a read-eval-print loop, with runtime dependencies on GNU Readline, GNU MP, and libffi.

### Historique d'adoption

bic remains a niche developer tool, but Homebrew and Nix packaging make it easy to install as a command-line REPL for systems programmers who want to poke at C libraries interactively.

The README also documents Docker and Arch Linux AUR installation paths, showing adoption in lightweight developer experimentation workflows rather than mainstream language-runtime distribution.

### Modes d'utilisation

Running bic with no arguments opens a BIC> prompt where users can include system headers, declare variables, call C library functions, and inspect types or values with special REPL syntax.

The ~/.bic startup file is evaluated when the REPL starts, and source files can be evaluated with -s so that a C main function receives argc and argv.

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

bic is package-nerd interesting as a compact C REPL built from classic Unix development pieces: readline for interaction, flex/bison/autotools for building, GMP and libffi for runtime behavior, and a single-user dotfile for startup state.

It occupies the practical gap between compiling throwaway C programs and using a full debugger or notebook-style environment.

### Chronologie

- 2015-07-16: Initial public GitHub commit.
- 2019-10-03: v0.9.1 release is published.
- 2020-02-19: v1.0.0 is published as the first stable release.

### Related projects

- GNU Readline provides the interactive command-line editing layer used by bic.
- libffi is part of bic's runtime dependency stack for calling C APIs dynamically.
- Flex, Bison, Automake, and Autoconf are part of the documented build toolchain.

### Sources

- <https://api.github.com/repos/hexagonal-sun/bic/commits?per_page=1&page=889>
- <https://api.github.com/repos/hexagonal-sun/bic/releases>
- <https://github.com/hexagonal-sun/bic/blob/master/README.org>
- <https://github.com/hexagonal-sun/bic/blob/master/configure.ac>


## Notes de sécurité

generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- generalized runtime or code generation signal


## 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: ~/.bic
## Autres enregistrements de gestionnaires de paquets

- Nix - bic: normalized package name match | nixpkgs package indexes: pkgs/by-name/bi/bic/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/bic.yml](https://github.com/mxcl/pkgdb/blob/main/combined/bic.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
