macOS
brew install libbilocal Homebrew formula metadata
brew
libbi のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install libbilocal Homebrew formula metadata
概要
Bayesian state-space modelling on parallel computer hardware
履歴
LibBi is Lawrence M. Murray's package for Bayesian state-space modelling and inference on high-performance hardware. It combines a C++ template library with a Perl parser and compiler for a domain-specific modelling language.
LibBi was publicly announced on 2013-06-07, alongside Murray's 2013 paper on Bayesian state-space modelling on high-performance hardware. The paper presents LibBi as software that parses a model language, optimizes it, generates C++ code, compiles it, and runs inference methods on CPU, GPU, and distributed-memory platforms.
The project site frames LibBi around sequential Monte Carlo methods, including particle filtering, PMCMC, SMC^2, the extended Kalman filter, and parameter optimization routines. Its design reflects a scientific-computing period when CUDA, OpenMP, MPI, NetCDF, and HDF5 were expected to be stitched together by domain-specific tooling.
LibBi found a niche in statistical and scientific modelling rather than general-purpose application development. The project site records an RBi package announcement on 2016-10-19 for using LibBi from R, and a 2016-11-14 post announcing Homebrew and Linuxbrew installation for `libbi`.
Users write state-space models in LibBi's modelling language, then run the `libbi` or `bi` tools to perform inference and process NetCDF/HDF5-backed input and output. The package is aimed at researchers who want particle methods and hardware parallelism without hand-writing the full generated C++ implementation.
LibBi is a good example of a package-manager formula preserving a research software stack: C++, Perl, CUDA-era assumptions, NetCDF/HDF5-style data, and a custom DSL all bundled as a command-line tool. It is niche, but interesting because the package is the executable surface of an academic modelling system.
セキュリティ状態
library-like package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
bi | cli | グローバル実行可能ファイル | |
libbi | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/lawmurray/LibBi
インストールメタデータ
| パッケージキー | brew:libbi |
|---|---|
| バージョン | 1.4.5 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/libbi |
| ホームページ | https://libbi.org/ |
| リポジトリ | https://github.com/lawmurray/LibBi |
| 上流ドキュメント | https://libbi.org/docs/LibBi-Manual.pdf |
| ライセンス | GPL-2.0-only |
| ソースアーカイブ | https://github.com/lawmurray/LibBi/archive/refs/tags/1.4.5.tar.gz |
| 最終更新 | 2026-05-28T17:57:59+02:00 |
| Pulse | updated |
| 依存関係 | automake, boost, gsl, netcdf, qrupdate |
| macOS 提供ライブラリ | perl |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | libbi |
| Version Scheme | 0 |
| Revision | 6 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.