macOS
brew install biberlocal Homebrew formula metadata
brew
biber のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install biberlocal Homebrew formula metadata
sudo apk add biberAlpine Linux edge package indexes · biber · ソース: dl-cdn.alpinelinux.org
sudo apt install biberDebian stable package indexes · biber · ソース: deb.debian.org
sudo dnf install biberFedora Rawhide package metadata · biber · ソース: dl.fedoraproject.org
nix profile install nixpkgs#bibernixpkgs package indexes · pkgs/by-name/bi/biber/package.nix · ソース: api.github.com
sudo pacman -S biberArch Linux sync databases · biber · ソース: geo.mirror.pkgbuild.com
scoop install main/biberScoop official bucket manifest trees · bucket/biber.json · ソース: api.github.com
概要
Backend processor for BibLaTeX
履歴
Biber is the Perl-based bibliography backend for biblatex, the LaTeX citation package that moved advanced bibliography work beyond classic BibTeX's fixed data model, 8-bit assumptions, and limited sorting model.
For TeX package nerds, Biber matters because it is not just a replacement executable: it is the engine that lets biblatex expose Unicode-aware sorting, per-entry options, sourcemaps, validation, XDATA, related entries, and a richer BibLaTeX data model.
The upstream README describes Biber as a sophisticated bibliography processing backend for biblatex, written in Perl to provide customized data preparation for biblatex and maintained by Philip Kime after being originally conceived by Francois Charette.
The release history shows an initial beta release in March 2009, rapid coordination with biblatex 0.9 in early 2010, and a first non-beta release as 0.6 in November 2010.
Biber's later history is tightly coupled to biblatex feature growth: the changelog records additions for XML-based .bcf communication, Unicode collation, XDATA, remote data sources, name templates, annotations, tool-mode output, and platform-specific binary distribution.
Biber became a standard part of modern TeX workflows because biblatex users select it with the biblatex backend option and because TeX distributions package binaries, so most users install it through TeX Live, MacTeX, MiKTeX, or OS package managers rather than as a Perl application.
The Homebrew, Debian, Ubuntu, Fedora, Arch, Nix, apk, and Scoop package records in the input show that Biber crossed from TeX distribution tooling into general system package-manager culture.
Its adoption is driven by biblatex documents that need capabilities classic BibTeX cannot comfortably provide, especially multilingual bibliographies, UTF-8 citekeys, custom sorting, source mapping, validation, and multiple bibliography sections.
In normal use, LaTeX writes a .bcf control file through biblatex, Biber reads the .bcf and .bib data sources, and then writes the .bbl data consumed by the next LaTeX run.
Biber can also be used in tool mode to transform bibliography data, inspect or validate data models, and produce BibTeX or other output formats, making it useful outside the final typesetting pass.
Configuration can be supplied through biber.conf locations and through command-line options; most users encounter it indirectly through latexmk, arara, editor integrations, or TeX distribution build recipes.
Biber is a classic example of a package-manager-visible CLI whose real home is an ecosystem contract: the executable, biblatex macros, TeX engines, Unicode collation data, and .bcf/.bbl file formats all have to line up by version.
It is one of the packages that exposes why TeX packaging is hard: upstream distributes Perl source and platform binaries, TeX Live and MiKTeX carry coordinated versions, and OS package managers must preserve compatibility with the matching biblatex release.
The package is also a useful marker of the post-BibTeX era in TeX: installing biber means a LaTeX system is ready for modern bibliography features rather than just the original BibTeX pipeline.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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.
./biber.conf~/.biber.conf$XDG_CONFIG_HOME/biber/biber.confkpsewhich biber.conf./biber.conf~/.biber.conf$XDG_CONFIG_HOME/biber/biber.conf~/Library/biber/biber.confkpsewhich biber.conf./biber.conf%APPDATA%\biber.confkpsewhich biber.conf実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
biber | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:biber |
|---|---|
| バージョン | 2.21 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/biber |
| ホームページ | https://sourceforge.net/projects/biblatex-biber/ |
| リポジトリ | https://github.com/plk/biber |
| 上流ドキュメント | https://biblatex-biber.sourceforge.net/ |
| ライセンス | Artistic-2.0 |
| ソースアーカイブ | https://github.com/plk/biber/archive/refs/tags/v2.21.tar.gz |
| 最終更新 | 2026-06-22T14:02:52-07:00 |
| Pulse | updated |
| ビルド依存関係 | pkgconf |
| macOS 提供ライブラリ | libxml2, libxslt, 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 | biber |
| Version Scheme | 0 |
| Revision | 2 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
biber 2.20-2
Much-augmented BibTeX replacement for BibLaTeX users
http://biblatex-biber.sourceforge.net/
sudo apt install biberbiber
nix profile install nixpkgs#biberbiber 2.19-2
Much-augmented BibTeX replacement for BibLaTeX users
http://biblatex-biber.sourceforge.net/
sudo apt install biberbiber 2.21-r2
Backend processor for BibLaTeX
sudo apk add biberbiber-doc 2.21-r2
Backend processor for BibLaTeX (documentation)
sudo apk add biber-docbiber 2.21-4.fc44
Command-line bibliographic manager, BibTeX replacement
http://biblatex-biber.sourceforge.net/
sudo dnf install biberbiber-tests 2.21-4.fc44
Tests for biber
http://biblatex-biber.sourceforge.net/
sudo dnf install biber-testsbiber 1:2.21-3
A Unicode-capable BibTeX replacement for biblatex users
sudo pacman -S bibermain/biber
scoop install main/biberソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.