macOS
brew install kyoto-cabinetlocal Homebrew formula metadata
brew / rank 9551
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 | executable | indexed executable | Discovered from the local executable index. |
kcdirmgr | executable | indexed executable | Discovered from the local executable index. |
kcdirtest | executable | indexed executable | Discovered from the local executable index. |
kcforestmgr | executable | indexed executable | Discovered from the local executable index. |
kcforesttest | executable | indexed executable | Discovered from the local executable index. |
kcgrasstest | executable | indexed executable | Discovered from the local executable index. |
kchashmgr | executable | indexed executable | Discovered from the local executable index. |
kchashtest | executable | indexed executable | Discovered from the local executable index. |
kclangctest | executable | indexed executable | Discovered from the local executable index. |
kcpolymgr | executable | indexed executable | Discovered from the local executable index. |
kcpolytest | executable | indexed executable | Discovered from the local executable index. |
kcprototest | executable | indexed executable | Discovered from the local executable index. |
kcstashtest | executable | indexed executable | Discovered from the local executable index. |
kctreemgr | executable | indexed executable | Discovered from the local executable index. |
kctreetest | executable | indexed executable | Discovered from the local executable index. |
kcutilmgr | executable | indexed executable | Discovered from the local executable index. |
kcutiltest | executable | indexed executable | Discovered from the local executable index. |
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.
install metadata
| Package key | brew:kyoto-cabinet |
|---|---|
| Version | 1.2.80 |
| Package manager | Homebrew |
| Homepage | https://dbmx.net/kyotocabinet/ |
| Last updated | 2026-06-25T13:37:47+02:00 |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
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.