# Installer convco avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:convco
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install convco
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#convco
```

  Preuve: nixpkgs package indexes: pkgs/by-name/co/convco/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:convco
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.7.0
- **Résumé source:** Conventional commits, changelog, versioning, validation
- **Page d'accueil:** <https://convco.github.io>
- **Dépôt:** <https://github.com/convco/convco>
- **Dernière mise à jour:** 2026-07-09T03:30:10Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- convco (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Convco is a Rust command-line tool for teams that use Conventional Commits to validate commit ranges, generate changelogs, assist commits, and calculate semantic versions.

### Historique du projet

The upstream repository was created in November 2019, and the crate was published on crates.io in December 2019. Its README frames the tool as a Conventional Commit CLI and documents a small set of release-engineering commands rather than a broad Git wrapper.

### Historique d'adoption

Convco's distribution follows Rust tooling norms: `cargo install convco` is the upstream installation path, crates.io tracks the package, and the input package facts show additional Homebrew and Nix packaging for users who prefer system package managers.

### Modes d'utilisation

Common workflows include `convco check` in hooks or CI, `convco changelog` for changelog generation, `convco version --bump` for release calculation, and `convco commit` as an interactive Conventional Commit helper or Git editor.

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

Convco is the sort of compact, single-binary release helper package that package managers like: it exposes one executable, has no credentials surface, and bridges Git history conventions with reproducible release automation.

### Chronologie

- 2019-11-14: Official GitHub repository created.
- 2019-12-26: crates.io package created.
- 2026-05-24: v0.6.4 release published.

### Related projects

- The README explicitly connects Convco to Conventional Commits, conventional-changelog, the conventional-changelog config specification, Git editor integration, and cargo-release usage.

### Sources

- <https://github.com/convco/convco>
- <https://convco.github.io/>
- <https://crates.io/crates/convco>
- <https://github.com/convco/convco/releases/tag/v0.6.4>
- <https://formulae.brew.sh/formula/convco>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- 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

- Unix: .versionrc
## Autres enregistrements de gestionnaires de paquets

- Nix - convco: normalized package name match | nixpkgs package indexes: pkgs/by-name/co/convco/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/convco.yml](https://github.com/mxcl/pkgdb/blob/main/combined/convco.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
