# 使用 Homebrew, Nix 安装 chkbit

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

## 安装

```sh
sudo av install brew:chkbit
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install chkbit
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#chkbit
```

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

## 软件包事实

- **软件包键:** brew:chkbit
- **软件包管理器:** Homebrew
- **版本:** 6.6.0
- **来源摘要:** Check your files for data corruption
- **主页:** <https://laktak.github.io/chkbit/>
- **仓库:** <https://github.com/laktak/chkbit>
- **最后更新:** 2026-07-27T22:03:46+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- chkbit (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

chkbit is a file-integrity checker for detecting data corruption during transfers, backups, recovery, and related storage workflows.

### 项目历史

The official GitHub history starts in 2019. The README and project site describe chkbit as a tool that hashes files, detects corruption, and in newer versions can detect duplicates and run deduplication on supported systems.

### 采用历史

Homebrew and Nix package chkbit. The upstream documentation is intentionally package-manager-friendly, with a GitHub repository, Codeberg mirror, install page, usage page, and release notes in the README.

### 使用方式

Users initialize a directory tree in split mode, storing indexes in each directory, or atom mode, storing one index for the tree. They then add or update hashes and run chkbit check to verify files, especially before or after backup operations.

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

chkbit is interesting to package maintainers because it is a small, modern integrity tool in a space often served by scripts, rsync options, or filesystem-specific mechanisms. Its recent version line also adds deduplication without turning into a full backup suite.

### 时间线

- 2019: First commits in the official chkbit repository.
- 2024: v4 and v5 release lines appear in official tags.
- 2025: v6 line introduces simplified CLI syntax, atom mode, fuse, and deduplication work in release notes.
- 2026: Homebrew tracks stable v6.6.0.

### Related projects

- The README lists GitHub and Codeberg repositories. The usage model overlaps with backup verification, checksum catalogs, and deduplication tools, but chkbit remains a standalone CLI.

### 来源

- <https://github.com/laktak/chkbit#readme>
- <https://laktak.github.io/chkbit/usage/>
- <https://formulae.brew.sh/api/formula/chkbit.json>
- <https://github.com/laktak/chkbit>


## 安全说明

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: .chkbitignore
## 其他软件包管理器记录

- Nix - chkbit: normalized package name match | nixpkgs package indexes: pkgs/by-name/ch/chkbit/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/chkbit.yml](https://github.com/mxcl/pkgdb/blob/main/combined/chkbit.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
