macOS
brew install biclocal Homebrew formula metadata
brew
C interpreter and API explorer. Version 1.0.0 via Homebrew; verified 2026-06-22.
install
brew install biclocal Homebrew formula metadata
nix profile install nixpkgs#bicnixpkgs package indexes · pkgs/by-name/bi/bic/package.nix · source: api.github.com
overview
C interpreter and API explorer
history
bic is a C interpreter and API explorer that lets developers experiment with C APIs through a REPL and evaluate C source files.
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.
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.
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.
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.
security posture
generalized runtime or code generation signal.
yellow risk · medium confidence · runtime
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
~/.bicexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
bic | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/hexagonal-sun/bic
install metadata
| Package key | brew:bic |
|---|---|
| Version | 1.0.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/bic |
| Homepage | https://github.com/hexagonal-sun/bic |
| Repository | https://github.com/hexagonal-sun/bic |
| Upstream docs | https://github.com/hexagonal-sun/bic#readme |
| License | GPL-2.0-only |
| Source archive | https://github.com/hexagonal-sun/bic/archive/refs/tags/v1.0.0.tar.gz |
| Last updated | 2026-06-22T14:02:53-07:00 |
| Pulse | updated |
| Dependencies | gmp |
| Build dependencies | autoconf, autoconf-archive, automake, bison, libtool, pkgconf |
| Uses from macOS | libedit |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bic |
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
bic
nix profile install nixpkgs#bicsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.