# 使用 Homebrew, Nix, winget 安装 changie

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

## 安装

```sh
sudo av install brew:changie
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install changie
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#changie
```

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

### Windows

- winget (92%):

```sh
winget install --id miniscruff.changie -e
```

  证据: Windows Package Manager source index: miniscruff.changie from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:changie
- **软件包管理器:** Homebrew
- **版本:** 1.25.1
- **来源摘要:** Automated changelog tool for preparing releases
- **主页:** <https://changie.dev/>
- **仓库:** <https://github.com/miniscruff/changie>
- **最后更新:** 2026-07-27T19:20:59+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- changie (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

Changie is a Go CLI for file-based changelog management. Instead of deriving release notes entirely from commit messages, it stores change fragments in the repository and batches them into release changelogs.

### 项目历史

The public repository was created in December 2020 and v0.1.0 was released later that month. The README describes Changie as a tool for separating changelog content from commit messages while keeping release notes in version-controlled files.

The project remains active in the 1.x line, with GitHub release metadata showing v1.25.0 in June 2026.

### 采用历史

The official installation docs list broad distribution: Homebrew for macOS, AUR, Docker images on GitHub Packages, a GitHub Action, npm, Go install, UBI, Scoop, Winget, and Mise. The input package facts also record Homebrew, Nix, and Winget mappings.

### 使用方式

The quick-start flow is changie init to create project files, edit the generated .changie.yaml configuration, run changie new for user-impacting changes, run changie batch for a release version or semver bump, and run changie merge to update the parent changelog.

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

Changie is package-nerd significant because it represents the changelog-fragment approach as a small compiled CLI with many distribution channels. It gives non-Node and monorepo users an alternative to commit-message-only changelog generators.

### 时间线

- 2020: GitHub repository created.
- 2020: v0.1.0 published on GitHub releases.
- 2021: Early 0.x releases established the fragment, batch, and merge workflow.
- 2026: v1.25.0 published on GitHub releases.

### Related projects

- miniscruff/changie-action is the official GitHub Action linked from the README.
- The documentation references Keep a Changelog-style output through the default generated changelog header.
- GoReleaser integration is part of the official documentation navigation.

### 来源

- <https://github.com/miniscruff/changie#readme>
- <https://changie.dev/guide/>
- <https://changie.dev/config>
- <https://github.com/miniscruff/changie/releases>
- <https://api.github.com/repos/miniscruff/changie>


## 安全说明

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: ./.changie.yaml, ./.changie.yml
## 其他软件包管理器记录

- Nix - changie: normalized package name match | nixpkgs package indexes: pkgs/by-name/ch/changie/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- winget - miniscruff.changie: normalized package name match | Windows Package Manager source index: miniscruff.changie from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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