# 使用 Homebrew 安装 kyoto-cabinet

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

## 安装

```sh
sudo av install brew:kyoto-cabinet
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install kyoto-cabinet
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:kyoto-cabinet
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/kyoto-cabinet>
- **版本:** 1.2.80
- **来源摘要:** Library of routines for managing a database
- **主页:** <https://dbmx.net/kyotocabinet/>
- **上游文档:** <https://dbmx.net/kyotocabinet/>
- **许可证:** GPL-3.0-or-later
- **源码归档:** <https://dbmx.net/kyotocabinet/pkg/kyotocabinet-1.2.80.tar.gz>
- **最后更新:** 2026-06-25T13:37:47+02:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- kccachetest (cli)
- kcdirmgr (cli)
- kcdirtest (cli)
- kcforestmgr (cli)
- kcforesttest (cli)
- kcgrasstest (cli)
- kchashmgr (cli)
- kchashtest (cli)
- kclangctest (cli)
- kcpolymgr (cli)
- kcpolytest (cli)
- kcprototest (cli)
- kcstashtest (cli)
- kctreemgr (cli)
- kctreetest (cli)
- kcutilmgr (cli)
- kcutiltest (cli)
- kccachetest (别名)
- kcdirmgr (别名)
- kcdirtest (别名)
- kcforestmgr (别名)
- kcforesttest (别名)
- kcgrasstest (别名)
- kchashmgr (别名)
- kchashtest (别名)
- kclangctest (别名)
- kcpolymgr (别名)
- kcpolytest (别名)
- kcprototest (别名)
- kcstashtest (别名)
- kctreemgr (别名)
- kctreetest (别名)
- kcutilmgr (别名)
- kcutiltest (别名)

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 1.2.80
- 管理器更新时间: 2026-06-25
- 本地数据: OK
- 上游仓库: https://dbmx.net/kyotocabinet/
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

Kyoto Cabinet is Mikio Hirabayashi's C++ DBM library for simple key-value databases backed by hash tables, B+ trees, and related storage variants. It belongs to the Tokyo Cabinet, Tokyo Tyrant, Kyoto Cabinet, Kyoto Tycoon, and Tkrzw family of compact key-value tools.

### 项目历史

The official specification traces Kyoto Cabinet through the older Unix DBM line: original DBM, NDBM, SDBM, GDBM, TDB, Berkeley DB, QDBM, and Tokyo Cabinet. Hirabayashi wrote QDBM in 2003 to replace GDBM for performance reasons, Tokyo Cabinet in 2007 as a successor to QDBM, and Kyoto Cabinet in 2009 as another successor focused on space efficiency, parallelism, portability, usability, and robustness.

Kyoto Cabinet differs from Tokyo Cabinet by being written in C++ with an object-oriented API, a common interface across multiple database implementations, and portability goals that include non-POSIX systems. Its official page dates the work to the 2009-2012 FAL Labs period and points users toward Tkrzw as its successor.

### 采用历史

Kyoto Cabinet became a known package in Unix package managers because it offered an embeddable key-value store with language bindings and command-line utilities. It appealed to users who wanted DBM-style storage without running a full database server.

### 使用方式

The package installs libraries plus utilities such as kchashmgr, kctreemgr, kcpolymgr, and test tools. Typical uses are local key-value indexes, caches, compact persistent maps, data conversion jobs, and applications that need hash or ordered B+ tree storage behind a simple API.

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

Kyoto Cabinet is package-nerd catnip because it is a whole database lineage compressed into a small C++ library and a pile of precise command-line tools. It is also a reminder of the DBM tradition that predates the Redis/LevelDB/RocksDB era but still solves many local storage problems with less moving machinery.

### 时间线

- 2003: Hirabayashi developed QDBM as a performance-oriented GDBM replacement.
- 2007: Tokyo Cabinet was developed as a successor to QDBM.
- 2009: Kyoto Cabinet was developed as another QDBM successor.
- 2011-03-04: The official Kyoto Cabinet page and specification show this last-update date.
- 2020: Tkrzw documentation describes a newer DBM family that succeeds Kyoto Cabinet.

### Related projects

- Related projects include original Unix DBM, GDBM, QDBM, Tokyo Cabinet, Tokyo Tyrant, Kyoto Tycoon, Tkrzw, Berkeley DB, LevelDB-like embedded stores, and package-manager bindings for Ruby, Python, Perl, Java, and Lua.

### 来源

- <https://dbmx.net/kyotocabinet/>
- <https://dbmx.net/kyotocabinet/spex.html>
- <https://dbmx.net/tkrzw/>
- <https://dbmx.net/tokyocabinet/>


## 安全说明

broad file, network, media, or database tool signal.

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal

## 源数据库详情

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


## 相关链接

- [Secret-risk packages](https://pkg.so/zh-hans/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [kyoto-tycoon](https://pkg.so/zh-hans/brew/kyoto-tycoon/) - Popular package that depends on this formula.
- [leveldb](https://pkg.so/zh-hans/brew/leveldb/) - Shares pkgdb curated category or tags: cli, data, database, key-value-store, library.
- [dynomite](https://pkg.so/zh-hans/brew/dynomite/) - Shares pkgdb curated category or tags: cli, data, database, key-value-store.
- [qdbm](https://pkg.so/zh-hans/brew/qdbm/) - Shares pkgdb curated category or tags: cli, data, database, dbm, key-value-store.
- [lmdb](https://pkg.so/zh-hans/brew/lmdb/) - Shares pkgdb curated category or tags: cli, data, database, key-value-store.
- [sdb](https://pkg.so/zh-hans/brew/sdb/) - Shares pkgdb curated category or tags: cli, data, database, key-value-store.
- [keydb](https://pkg.so/zh-hans/brew/keydb/) - Shares pkgdb curated category or tags: cli, data, database, key-value-store.
- [cdb](https://pkg.so/zh-hans/brew/cdb/) - Shares pkgdb curated category or tags: cli, data, database, key-value-store.
- [tokyo-cabinet](https://pkg.so/zh-hans/brew/tokyo-cabinet/) - Local metadata places this package in an adjacent workflow. Shared terms: cabinet, cli, data, database, dbm.

## Combined YAML source

View the package source record on GitHub. [combined/kyoto-cabinet.yml](https://github.com/mxcl/pkgdb/blob/main/combined/kyoto-cabinet.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- cross-ecosystem install command graph
