# Installer breezy avec Homebrew, apk, dnf, Nix, pacman, apt, chocolatey, MacPorts

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de breezy pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install breezy
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install bzr
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:breezy
- **Gestionnaire de paquets:** Homebrew
- **Version:** 3.3.21
- **Résumé source:** Version control system implemented in Python with multi-format support
- **Page d'accueil:** <https://www.breezy-vcs.org/>
- **Dépôt:** <https://github.com/breezy-team/breezy>
- **Dernière mise à jour:** 2026-05-30T22:19:37Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- brz (alias)
- bzr (alias)
- bzr-receive-pack (alias)
- bzr-upload-pack (alias)
- git-remote-bzr (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 3.3.21
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour breezy. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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
## Autres enregistrements de gestionnaires de paquets

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


## Sources

- 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
