# biber を Homebrew, apk, apt, dnf, Nix, pacman, scoop でインストール

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

## インストール

```sh
sudo av install brew:biber
```

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

### macOS

- Homebrew (100%):

```sh
brew install biber
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add biber
```

  証拠: Alpine Linux edge package indexes: biber from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install biber
```

  証拠: Debian stable package indexes: biber from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install biber
```

  証拠: Fedora Rawhide package metadata: biber from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#biber
```

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

- pacman (92%):

```sh
sudo pacman -S biber
```

  証拠: Arch Linux sync databases: biber from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/biber
```

  証拠: Scoop official bucket manifest trees: bucket/biber.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:biber
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/biber>
- **バージョン:** 2.21
- **ソース概要:** Backend processor for BibLaTeX
- **ホームページ:** <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
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- biber (cli)
- biber (エイリアス)

## ビルド依存関係

- pkgconf

## macOS 提供ライブラリ

- libxml2
- libxslt
- perl

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 2.21
- マネージャ更新日: 2026-06-22
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/plk/biber
- 検出された最新: v2.21 (最新)
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2009-03-27: Biber 0.4 appears as the initial beta release.
- 2010-02-13: Biber 0.5 adds support for biblatex 0.9 and the XML-based .bcf control-file workflow.
- 2010-11-20: Biber 0.6 is marked as the first non-beta release.
- 2018-10-30: Biber 2.12 adds support for newer biblatex annotation and sorting features.
- 2022-06: Biber 2.18 adds universal x86_64/ARM64 binary support.
- 2025-07: Biber 2.21 tightens collate-options handling after a code-injection vulnerability and discontinues 32-bit Windows support.

### Related projects

- biblatex is the front-end LaTeX package whose advanced bibliography model Biber serves.
- BibTeX is the older bibliography processor that Biber replaces in biblatex workflows when users need modern data-model and Unicode features.
- TeX Live, MacTeX, and MiKTeX are the main TeX distributions through which many users receive matching Biber binaries.

### ソース

- <https://biblatex-biber.sourceforge.net/>
- <https://github.com/plk/biber/blob/dev/Changes>
- <https://github.com/plk/biber/blob/dev/README.md>
- source_facts.package-manager


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## 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

- Linux: ./biber.conf, ~/.biber.conf, $XDG_CONFIG_HOME/biber/biber.conf, kpsewhich biber.conf
- macOS: ./biber.conf, ~/.biber.conf, $XDG_CONFIG_HOME/biber/biber.conf, ~/Library/biber/biber.conf, kpsewhich biber.conf
- Windows: ./biber.conf, %APPDATA%\biber.conf, kpsewhich biber.conf
## ソースデータベース詳細

- **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:** stable

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

- Debian apt - biber - 2.20-2: normalized package name match | Debian stable package indexes: biber from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Much-augmented BibTeX replacement for BibLaTeX users | http://biblatex-biber.sourceforge.net/
- Nix - biber: normalized package name match | nixpkgs package indexes: pkgs/by-name/bi/biber/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - biber - 2.19-2: normalized package name match | Ubuntu 24.04 LTS package indexes: biber from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Much-augmented BibTeX replacement for BibLaTeX users | http://biblatex-biber.sourceforge.net/
- apk - biber - 2.21-r2: normalized package name match | Alpine Linux edge package indexes: biber from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Backend processor for BibLaTeX | https://github.com/plk/biber
- apk - biber-doc - 2.21-r2: normalized package name match | Alpine Linux edge package indexes: biber-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Backend processor for BibLaTeX (documentation) | https://github.com/plk/biber
- dnf - biber - 2.21-4.fc44: normalized package name match | Fedora Rawhide package metadata: biber from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Command-line bibliographic manager, BibTeX replacement | http://biblatex-biber.sourceforge.net/
- dnf - biber-tests - 2.21-4.fc44: normalized package name match | Fedora Rawhide package metadata: biber-tests from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Tests for biber | http://biblatex-biber.sourceforge.net/
- pacman - biber - 1:2.21-3: normalized package name match | Arch Linux sync databases: biber from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A Unicode-capable BibTeX replacement for biblatex users | https://github.com/plk/biber
- Scoop - main/biber: normalized package name match | Scoop official bucket manifest trees: bucket/biber.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## 関連リンク

- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Productivity CLI packages](https://www.automicvault.com/ja/pkg/productivity-cli-packages/) - Matched curated productivity category metadata from av.db.
- [Homebrew utility packages](https://www.automicvault.com/ja/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [pkgconf](https://www.automicvault.com/ja/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [bib-tool](https://www.automicvault.com/ja/pkg/brew/bib-tool/) - Shares av.db curated category or tags: bibliography, cli, productivity.
- [bibclean](https://www.automicvault.com/ja/pkg/brew/bibclean/) - Shares av.db curated category or tags: bibliography, cli, productivity.
- [bibtex2html](https://www.automicvault.com/ja/pkg/brew/bibtex2html/) - Shares av.db curated category or tags: bibliography, cli, productivity.
- [bibutils](https://www.automicvault.com/ja/pkg/brew/bibutils/) - Shares av.db curated category or tags: bibliography, cli, productivity.
- [enter-tex](https://www.automicvault.com/ja/pkg/brew/enter-tex/) - Shares av.db curated category or tags: cli, latex, productivity.
- [hayagriva](https://www.automicvault.com/ja/pkg/brew/hayagriva/) - Shares av.db curated category or tags: bibliography, cli, productivity.
- [hevea](https://www.automicvault.com/ja/pkg/brew/hevea/) - Shares av.db curated category or tags: cli, latex, productivity.
- [latex2html](https://www.automicvault.com/ja/pkg/brew/latex2html/) - Shares av.db curated category or tags: cli, latex, productivity.

## Combined YAML source

View the package source record on GitHub. [combined/biber.yml](https://github.com/automic-vault/db/blob/main/combined/biber.yml)


## ソース

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
