# 使用 Homebrew, Nix 安装 convco

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

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install convco
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## 软件包事实

- **软件包键:** brew:convco
- **软件包管理器:** Homebrew
- **版本:** 0.7.0
- **来源摘要:** Conventional commits, changelog, versioning, validation
- **主页:** <https://convco.github.io>
- **仓库:** <https://github.com/convco/convco>
- **最后更新:** 2026-07-09T03:30:10Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- convco (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

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.

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

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

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.

### 时间线

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

### 来源

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


## 安全说明

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

- Unix: .versionrc
## 其他软件包管理器记录

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


## 来源

- 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
