# kyoto-cabinet を Homebrew でインストール

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
- **バージョン:** 1.2.80
- **ソース概要:** Library of routines for managing a database
- **ホームページ:** <https://dbmx.net/kyotocabinet/>
- **最終更新:** 2026-06-25T13:37:47+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- kccachetest (エイリアス)
- kcdirmgr (エイリアス)
- kcdirtest (エイリアス)
- kcforestmgr (エイリアス)
- kcforesttest (エイリアス)
- kcgrasstest (エイリアス)
- kchashmgr (エイリアス)
- kchashtest (エイリアス)
- kclangctest (エイリアス)
- kcpolymgr (エイリアス)
- kcpolytest (エイリアス)
- kcprototest (エイリアス)
- kcstashtest (エイリアス)
- kctreemgr (エイリアス)
- kctreetest (エイリアス)
- kcutilmgr (エイリアス)
- kcutiltest (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.2.80
## プロジェクトの歴史と使われ方

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


## 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
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
