pkg.soopen package index

brew / 順位 10538

bic を Homebrew, Nix でインストール

bic のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install bic

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#bic

nixpkgs package indexes · pkgs/by-name/bi/bic/package.nix · ソース: api.github.com

概要

パッケージ概要

C interpreter and API explorer

コマンドとエイリアス

  • bic

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 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.

セキュリティ状態

リスクレベル: yellow

generalized runtime or code generation signal.

リスク分類器

リスク yellow · 信頼度 中 · runtime

理由

  • generalized runtime or code generation signal

信号

  • text:interpreter

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

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

Config paths the tool may read or write during local use.

Unix
~/.bic

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
bic実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版1.0.0
マネージャ更新日2026-07-10
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:bic
バージョン1.0.0
パッケージマネージャHomebrew
ホームページhttps://github.com/hexagonal-sun/bic
リポジトリhttps://github.com/hexagonal-sun/bic
最終更新2026-07-10T23:07:07-04:00
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

bic

nix profile install nixpkgs#bic
  • normalized package name match
  • 一致条件: Bic
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/bi/bic/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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