# 使用 Homebrew, apk, apt, dnf, Nix, pacman, scoop 安装 biber

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