# breezy を Homebrew, apk, dnf, Nix, pacman, apt, chocolatey, MacPorts でインストール

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 に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



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