macOS
brew install kyoto-cabinetlocal Homebrew formula metadata
brew
Library of routines for managing a database. Version 1.2.80 via Homebrew; verified 2026-06-25.
install
brew install kyoto-cabinetlocal Homebrew formula metadata
overview
Library of routines for managing a database
history
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.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
kccachetest | cli | global executable | |
kcdirmgr | cli | global executable | |
kcdirtest | cli | global executable | |
kcforestmgr | cli | global executable | |
kcforesttest | cli | global executable | |
kcgrasstest | cli | global executable | |
kchashmgr | cli | global executable | |
kchashtest | cli | global executable | |
kclangctest | cli | global executable | |
kcpolymgr | cli | global executable | |
kcpolytest | cli | global executable | |
kcprototest | cli | global executable | |
kcstashtest | cli | global executable | |
kctreemgr | cli | global executable | |
kctreetest | cli | global executable | |
kcutilmgr | cli | global executable | |
kcutiltest | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://dbmx.net/kyotocabinet/
install metadata
| Package key | brew:kyoto-cabinet |
|---|---|
| Version | 1.2.80 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/kyoto-cabinet |
| Homepage | https://dbmx.net/kyotocabinet/ |
| Upstream docs | https://dbmx.net/kyotocabinet |
| License | GPL-3.0-or-later |
| Source archive | https://dbmx.net/kyotocabinet/pkg/kyotocabinet-1.2.80.tar.gz |
| Last updated | 2026-06-25T13:37:47+02:00 |
| Pulse | updated |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.