macOS
brew install commitizenlocal Homebrew formula metadata
sudo port install commitizenMacPorts ports tree · devel/commitizen/Portfile · source: api.github.com
brew
Defines a standard way of committing rules and communicating it. Version 4.16.4 via Homebrew; verified 2026-06-23.
install
brew install commitizenlocal Homebrew formula metadata
sudo port install commitizenMacPorts ports tree · devel/commitizen/Portfile · source: api.github.com
nix profile install nixpkgs#commitizennixpkgs package indexes · pkgs/by-name/co/commitizen/package.nix · source: api.github.com
winget install --id shipengqi.commitizen -eWindows Package Manager source index · shipengqi.commitizen · source: cdn.winget.microsoft.com
overview
Defines a standard way of committing rules and communicating it
history
Commitizen is a Python CLI for standardized Git commits and release automation. Its official documentation presents it as a tool for Conventional Commits, semantic version bumping, and changelog generation.
The project grew around the idea that commit-message conventions can drive release work: the CLI guides commit creation, validates commit messages, calculates version bumps from commit history, and can update changelogs. The public Python package history on PyPI dates back to 2017, placing this implementation in the wave of Conventional Commits tooling that moved commit metadata into everyday release automation.
Commitizen is distributed as a Python package and documented for installation through pipx, uv, pip, conda, Poetry, pdm, and Homebrew. That spread is notable because the tool is not only a Python-project helper; it is commonly installed as a developer workstation CLI for projects in any language that want commit and release rules.
Typical usage centers on `cz commit` for guided commits, commit-message validation through pre-commit-style hooks, and `cz bump` for version and changelog updates. Its package-manager value comes from making release conventions executable rather than leaving them as prose in CONTRIBUTING files.
Commitizen sits at the intersection of source-control hygiene and package release mechanics. For package maintainers, it is significant because the same commit taxonomy can feed semantic versioning, changelog text, tags, and CI release steps.
security posture
No matching local secret-handling manifest was found for commitizen. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
./.cz.toml./cz.toml./.cz.json./cz.json./.cz.yaml./cz.yaml./pyproject.tomlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
cz | cli | global executable | |
git-cz | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://commitizen-tools.github.io/commitizen/
install metadata
| Package key | brew:commitizen |
|---|---|
| Version | 4.16.4 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/commitizen |
| Homepage | https://commitizen-tools.github.io/commitizen/ |
| Repository | https://github.com/commitizen-tools/commitizen |
| Upstream docs | https://commitizen-tools.github.io/commitizen |
| License | MIT |
| Source archive | https://files.pythonhosted.org/packages/50/8a/4fccfa29c95536ac6dc98dc09a676cc2bce60d72f68b8e280278c6674669/commitizen-4.16.4.tar.gz |
| Last updated | 2026-06-23T10:08:56Z |
| Pulse | updated |
| Dependencies | libyaml, python@3.14 |
| Build dependencies | maturin, rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | commitizen |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
commitizen
nix profile install nixpkgs#commitizencommitizen
sudo port install commitizenshipengqi.commitizen
winget install --id shipengqi.commitizen -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.