# 使用 Homebrew, apk, dnf, Nix, pacman, apt, chocolatey, MacPorts 安装 breezy

查看 breezy 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:breezy
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install breezy
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install bzr
```

  证据: MacPorts ports tree: devel/bzr/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add breezy
```

  证据: Alpine Linux edge package indexes: breezy from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install breezy
```

  证据: Fedora Rawhide package metadata: breezy from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#breezy
```

  证据: nixpkgs package indexes: breezy from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S breezy
```

  证据: Arch Linux sync databases: breezy from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- Debian apt (92%):

```sh
sudo apt install brz
```

  证据: Debian stable package indexes: brz from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

### Windows

- Chocolatey (92%):

```sh
choco install bzr
```

  证据: Chocolatey community package catalog: bzr from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','bluej'

## 软件包事实

- **软件包键:** brew:breezy
- **软件包管理器:** Homebrew
- **版本:** 3.3.21
- **来源摘要:** Version control system implemented in Python with multi-format support
- **主页:** <https://www.breezy-vcs.org/>
- **仓库:** <https://github.com/breezy-team/breezy>
- **最后更新:** 2026-05-30T22:19:37Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- brz (别名)
- bzr (别名)
- bzr-receive-pack (别名)
- bzr-upload-pack (别名)
- git-remote-bzr (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 3.3.21
## 项目历史与用法

Breezy, invoked as brz, is a decentralized revision-control system and a friendly fork of Bazaar. It preserves Bazaar disk-format and protocol compatibility while running on Python 3 and adding native support for both Bazaar and Git file formats.

### 项目历史

The official README states that Breezy is a friendly fork of Bazaar, whose original project was hosted on Launchpad. It explicitly names Python 3 support as a key difference from Bazaar's Python 2 codebase.

The GitHub repository was created in May 2018, while the official documentation footer credits Breezy Developers from 2017-2018. That places the fork in the period when many Python projects were moving away from Python 2 and legacy Bazaar users still needed a maintained path.

Breezy kept the bzr command available while introducing brz, and its input package facts list executables for brz, bzr, Git remote helpers, and Bazaar smart-server helpers. That continuity is central to its history: it is both a successor and a compatibility bridge.

### 采用历史

The input package facts show unusually broad package-manager coverage for a non-Git VCS: Alpine, Homebrew, Chocolatey, Debian, Fedora, MacPorts, Nix, Arch, and Ubuntu all carry Breezy or Bazaar-compatible packaging names.

Breezy's adoption comes from two overlapping audiences: existing Bazaar users who needed maintained tooling, and developers who wanted Bazaar's workflow with Git interoperability. Its official docs also link Launchpad support, Bazaar mailing-list continuity, and Breezy-specific Matrix support.

### 使用方式

The README describes Breezy as supporting both centralized workflows like CVS/Subversion and distributed workflows like Git/Mercurial, including checkouts, feature branches, and shared working trees.

The documentation set includes a user guide, tutorials, quick reference, release notes, upgrade guide, user reference, admin guide, migration docs, and plugin docs. The upgrade guide covers checking, reconciling, and upgrading branch formats, especially for larger communities and Launchpad-hosted branches.

Configuration and authentication are documented in Breezy's user reference. The curated paths for breezy.conf, locations.conf, branch.conf, and authentication.conf match that role as a full VCS with local, per-location, per-branch, and credential configuration.

### 为什么软件包爱好者会关心

Breezy is significant because it is the maintained package-manager path for Bazaar-era version-control workflows. It keeps old branch formats and protocols usable while making the tool viable on Python 3.

It also matters as a rare bridge VCS package: it is neither simply Git nor simply Bazaar. Package maintainers have to account for compatibility executables, Git helpers, Python dependencies, and distro naming differences such as brz versus bzr.

For history-minded users, Breezy shows how package ecosystems preserve tooling after a dominant upstream fades. A fork can become the practical continuation when distributions, users, and hosted services still depend on old formats.

### 时间线

- 2017: Official documentation credits Breezy Developers beginning in 2017.
- 2018-05: The Breezy GitHub repository was created.
- 2018: The README identifies Breezy as a Python 3 friendly fork of Bazaar.
- 2020: Breezy 3.x documentation and release notes became the main user-facing documentation set.
- 2026: Official repository metadata showed active development continuing.

### Related projects

- Bazaar is the direct predecessor and compatibility target named by the Breezy README.
- Git is a supported file format and interoperability target named by the README.
- Launchpad remains part of Breezy's support and migration story through docs, answers, bugs, and historical Bazaar hosting.

### 来源

- <https://api.github.com/repos/breezy-team/breezy>
- <https://github.com/breezy-team/breezy>
- <https://raw.githubusercontent.com/breezy-team/breezy/master/README.rst>
- <https://www.breezy-vcs.org/doc/en>
- <https://www.breezy-vcs.org/doc/en/upgrade-guide/index.html>
- source_facts.package-manager


## 安全说明

没有找到 breezy 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



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

- Unix: ~/.config/breezy/breezy.conf, ~/.config/breezy/locations.conf, .bzr/branch/branch.conf

## Credential files

- Unix: ~/.config/breezy/authentication.conf
## 其他软件包管理器记录

- Debian apt - brz - 3.3.11-1: normalized package name match | Debian stable package indexes: brz from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | easy to use distributed version control system | https://www.breezy-vcs.org/
- Debian apt - brz-doc - 3.3.11-1: normalized package name match | Debian stable package indexes: brz-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | easy to use distributed version control system (documentation) | https://www.breezy-vcs.org/
- Debian apt - python3-breezy - 3.3.11-1: normalized package name match | Debian stable package indexes: python3-breezy from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | distributed version control system - Python 3 library | https://www.breezy-vcs.org/
- Debian apt - python3-breezy.tests - 3.3.11-1: normalized package name match | Debian stable package indexes: python3-breezy.tests from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | distributed version control system - Python 3 testsuite | https://www.breezy-vcs.org/
- Nix - breezy: normalized package name match | nixpkgs package indexes: breezy from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - brz - 3.3.5-6build2: normalized package name match | Ubuntu 24.04 LTS package indexes: brz from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | easy to use distributed version control system | https://www.breezy-vcs.org/
- Ubuntu apt - brz-doc - 3.3.5-6build2: normalized package name match | Ubuntu 24.04 LTS package indexes: brz-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | easy to use distributed version control system (documentation) | https://www.breezy-vcs.org/
- Ubuntu apt - python3-breezy - 3.3.5-6build2: normalized package name match | Ubuntu 24.04 LTS package indexes: python3-breezy from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | distributed version control system - Python 3 library | https://www.breezy-vcs.org/
- Ubuntu apt - python3-breezy.tests - 3.3.5-6build2: normalized package name match | Ubuntu 24.04 LTS package indexes: python3-breezy.tests from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | distributed version control system - Python 3 testsuite | https://www.breezy-vcs.org/
- apk - breezy - 3.3.15-r3: normalized package name match | Alpine Linux edge package indexes: breezy from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Decentralized revision control system | https://www.breezy-vcs.org/
- apk - breezy-lang - 3.3.15-r3: normalized package name match | Alpine Linux edge package indexes: breezy-lang from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Languages for package breezy | https://www.breezy-vcs.org/
- apk - breezy-pyc - 3.3.15-r3: normalized package name match | Alpine Linux edge package indexes: breezy-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Precompiled Python bytecode for breezy | https://www.breezy-vcs.org/
- dnf - breezy - 3.3.21-4.fc45: normalized package name match | Fedora Rawhide package metadata: breezy from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Friendly distributed version control system | http://www.breezy-vcs.org/
- dnf - breezy+git - 3.3.21-4.fc45: normalized package name match | Fedora Rawhide package metadata: breezy+git from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Metapackage for breezy: git extras | http://www.breezy-vcs.org/
- dnf - breezy+launchpad - 3.3.21-4.fc45: normalized package name match | Fedora Rawhide package metadata: breezy+launchpad from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Metapackage for breezy: launchpad extras | http://www.breezy-vcs.org/
- dnf - breezy+paramiko - 3.3.21-4.fc45: normalized package name match | Fedora Rawhide package metadata: breezy+paramiko from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Metapackage for breezy: paramiko extras | http://www.breezy-vcs.org/


## Combined YAML source

View the package source record on GitHub. [combined/breezy.yml](https://github.com/mxcl/pkgdb/blob/main/combined/breezy.yml)


## 来源

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