# Install cocogitto with Homebrew, apk, MacPorts, Nix, pacman, scoop, apt, zypper

Conventional Commits toolbox. Version 7.0.0 via Homebrew; verified 2026-06-22.

## Install

```sh
sudo av install brew:cocogitto
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install cocogitto
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install cocogitto
```

  Evidence: MacPorts ports tree: devel/cocogitto/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add cocogitto
```

  Evidence: Alpine Linux edge package indexes: cocogitto from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#cocogitto
```

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

- pacman (92%):

```sh
sudo pacman -S cocogitto
```

  Evidence: Arch Linux sync databases: cocogitto from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- Debian apt (92%):

```sh
sudo apt install cog
```

  Evidence: Debian stable package indexes: cog from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- zypper (92%):

```sh
sudo zypper install cog
```

  Evidence: openSUSE Tumbleweed package metadata: cog from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/cocogitto
```

  Evidence: Scoop official bucket manifest trees: bucket/cocogitto.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:cocogitto
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/cocogitto>
- **Version:** 7.0.0
- **Source summary:** Conventional Commits toolbox
- **Homepage:** <https://docs.cocogitto.io/>
- **Repository:** <https://github.com/cocogitto/cocogitto>
- **Upstream docs:** <https://docs.cocogitto.io/>
- **License:** MIT
- **Source archive:** <https://github.com/cocogitto/cocogitto/archive/refs/tags/7.0.0.tar.gz>
- **Last updated:** 2026-06-22T14:03:03-07:00
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- cog (cli)
- cog (alias)

## Dependencies

- libgit2

## Build dependencies

- pkgconf
- rust

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 7.0.0
- Package-manager updated: 2026-06-22
- Local data: ok
- Upstream repository: https://github.com/cocogitto/cocogitto
- Upstream latest detected: 7.0.0 (current)
## Project history and usage

Cocogitto is a Rust CLI and GitOps toolbox for Conventional Commits and Semantic Versioning. It packages commit-message creation, commit-history checking, changelog generation, version bumping, hooks, and CI integrations into the `cog` command.

### Project history

The GitHub repository was created in September 2020, and crates.io shows the `cocogitto` crate created later that month. The project README describes it as the Conventional Commits toolbox.

Early changelog entries in 2020 show rapid construction of core features: commit creation, verification, logs, changelog generation, bumping, hooks, and the move to `cog.toml` configuration. Later releases expanded CI/CD, Docker, monorepo workflows, signing support, and generated configuration reference docs.

### Adoption history

Cocogitto is distributed through Cargo and several OS package managers. crates.io lists more than 200 thousand downloads, while the input records packaging in Homebrew, apk, Debian, MacPorts, Nix, pacman, Scoop, and zypper.

The official docs also advertise installation through Cargo, Arch Linux, NixOS, Void Linux, Homebrew, and Chocolatey, showing that the project deliberately supports both Rust-native and OS package-manager installation paths.

### How it is used

The main binary is `cog`. Users can run `cog commit` to create Conventional Commit messages, `cog check` to validate history, `cog changelog` to generate changelogs, and `cog bump` to derive semantic versions from commit history.

Configuration lives in a repository-root `cog.toml`. The official config reference describes settings for version generation, changelog handling, commit conventions, hooks, and monorepo support.

### Why package nerds care

Cocogitto is a package-nerd tool about packages: it automates the release metadata loop around commits, changelogs, SemVer, tags, and CI. It is especially interesting for repos that want release automation without adopting a large hosted release platform.

Its distribution story is also typical of modern Rust CLIs: a Cargo crate is the canonical package, but downstream OS packages make the same single binary available to non-Rust users.

### Timeline

- 2020: Repository created and first rapid series of 0.x changelog releases published.
- 2020: `cog.toml` configuration name introduced in the 0.32.1 era.
- 2021: 1.0.0 released.
- 2023: 6.0.0 adds Docker image support and other release-flow changes.
- 2024: 6.2.0 migrates docs to VitePress and expands configuration docs.
- 2026: 7.0.0 adds monorepo dependency resolver work and package updates.

### Related projects

- Conventional Commits and SemVer are the standards Cocogitto is built around.
- cocogitto-action and cocogitto-bot are related GitHub integrations linked from the official docs.
- Adjacent changelog/release tools include git-cliff, release-plz, semantic-release, and commitlint.

### Sources

- <https://github.com/cocogitto/cocogitto>
- <https://raw.githubusercontent.com/cocogitto/cocogitto/main/README.md>
- <https://raw.githubusercontent.com/cocogitto/cocogitto/main/CHANGELOG.md>
- <https://docs.cocogitto.io/>
- <https://docs.cocogitto.io/reference/config.html>
- <https://crates.io/crates/cocogitto>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- 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: cog.toml
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** cocogitto
- **Version Scheme:** 0
- **Revision:** 0
- **Conflicts With:** cog, cogapp
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Other Package-Manager Records

- Nix - cocogitto: normalized package name match | nixpkgs package indexes: pkgs/by-name/co/cocogitto/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - cocogitto - 7.0.0-r0: normalized package name match | Alpine Linux edge package indexes: cocogitto from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | The Conventional Commits toolbox | https://docs.cocogitto.io/
- apk - cocogitto-bash-completion - 7.0.0-r0: normalized package name match | Alpine Linux edge package indexes: cocogitto-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Bash completions for cocogitto | https://docs.cocogitto.io/
- apk - cocogitto-doc - 7.0.0-r0: normalized package name match | Alpine Linux edge package indexes: cocogitto-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | The Conventional Commits toolbox (documentation) | https://docs.cocogitto.io/
- apk - cocogitto-fish-completion - 7.0.0-r0: normalized package name match | Alpine Linux edge package indexes: cocogitto-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Fish completions for cocogitto | https://docs.cocogitto.io/
- apk - cocogitto-zsh-completion - 7.0.0-r0: normalized package name match | Alpine Linux edge package indexes: cocogitto-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Zsh completions for cocogitto | https://docs.cocogitto.io/
- pacman - cocogitto - 7.0.0-2: normalized package name match | Arch Linux sync databases: cocogitto from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Set of CLI tools for the conventional commit and semver specifications | https://github.com/cocogitto/cocogitto
- MacPorts - cocogitto: normalized package name match | MacPorts ports tree: devel/cocogitto/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/cocogitto: normalized package name match | Scoop official bucket manifest trees: bucket/cocogitto.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- MacPorts - cog: installed executable or alias match | MacPorts ports tree: gnome/cog/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Debian apt - cog - 0.18.4-1: installed executable or alias match | Debian stable package indexes: cog from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Single-window web browser based on WPE WebKit | https://github.com/Igalia/cog
- Nix - cog: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/co/cog/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - cog - 0.18.5-3.2: installed executable or alias match | openSUSE Tumbleweed package metadata: cog from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | WPE launcher and webapp container | https://github.com/Igalia/cog
- zypper - cog-devel - 0.18.5-3.2: installed executable or alias match | openSUSE Tumbleweed package metadata: cog-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Development files for cog | https://github.com/Igalia/cog


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [libgit2](https://www.automicvault.com/pkg/brew/libgit2/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://www.automicvault.com/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [commitizen](https://www.automicvault.com/pkg/brew/commitizen/) - Shares av.db curated category or tags: changelog, cli, conventional-commits, developer-tools, git.
- [git-cliff](https://www.automicvault.com/pkg/brew/git-cliff/) - Shares av.db curated category or tags: changelog, cli, conventional-commits, developer-tools, git.
- [changelogen](https://www.automicvault.com/pkg/brew/changelogen/) - Shares av.db curated category or tags: changelog, cli, conventional-commits, developer-tools, release-management.
- [convco](https://www.automicvault.com/pkg/brew/convco/) - Shares av.db curated category or tags: changelog, cli, conventional-commits, developer-tools, release-management.
- [changie](https://www.automicvault.com/pkg/brew/changie/) - Shares av.db curated category or tags: changelog, cli, developer-tools, release-management.
- [gitversion](https://www.automicvault.com/pkg/brew/gitversion/) - Shares av.db curated category or tags: cli, developer-tools, git, release-management.
- [commitlint](https://www.automicvault.com/pkg/brew/commitlint/) - Shares av.db curated category or tags: cli, conventional-commits, developer-tools, git.
- [czg](https://www.automicvault.com/pkg/brew/czg/) - Shares av.db curated category or tags: cli, conventional-commits, developer-tools, git.

## Combined YAML source

View the package source record on GitHub. [combined/cocogitto.yml](https://github.com/automic-vault/db/blob/main/combined/cocogitto.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
