macOS
brew install kyoto-cabinetlocal Homebrew formula metadata
brew
kyoto-cabinet のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install kyoto-cabinetlocal Homebrew formula metadata
概要
Library of routines for managing a database
履歴
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.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
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 | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://dbmx.net/kyotocabinet/
インストールメタデータ
| パッケージキー | brew:kyoto-cabinet |
|---|---|
| バージョン | 1.2.80 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/kyoto-cabinet |
| ホームページ | 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 |
| Pulse | updated |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.