macOS
brew install tokyo-cabinetlocal Homebrew formula metadata
brew
tokyo-cabinet のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install tokyo-cabinetlocal Homebrew formula metadata
概要
Lightweight database library
履歴
Tokyo Cabinet is FAL Labs' C library for embedded database files, positioned by its official documentation as a modern DBM implementation and a successor to GDBM and QDBM. It stores key/value records in hash tables, B+ trees, fixed-length arrays, and a table-style database, with no separate server required.
The project page carries a 2006-2011 FAL Labs copyright notice and the fundamental specification carries a 2006-2010 notice, with the public page last updated on 2010-08-05. The official overview says Tokyo Cabinet was written and maintained by FAL Labs and developed to improve space efficiency, time efficiency, multithreaded parallelism, usability, robustness, and 64-bit support over earlier DBM products.
The specification is unusually explicit about Tokyo Cabinet's DBM lineage: it compares the API to UNIX DBM/NDBM/GDBM access methods, says Tokyo Cabinet is an alternative for DBM because of higher performance, and lists restrictions of traditional DBM and QDBM that Tokyo Cabinet removed. That makes it part of the classic Unix embedded-database family rather than the later networked NoSQL-server lineage.
Official documentation says Tokyo Cabinet shipped C, Perl, Ruby, Java, and Lua APIs, ran on C99/POSIX platforms, and provided source packages while directing binary-package users to distributors. The Homebrew formula reflects that distributor adoption: package managers kept it available for developers who needed the library and its command-line inspection/test tools long after the upstream page had become mostly archival.
The documented install flow is the standard source-package sequence: `./configure`, `make`, `make check`, and `make install`. The installed payload includes headers, `libtokyocabinet`, pkg-config metadata, many `tc*` command-line programs, man pages, and API docs; the specification says those command-line interfaces are useful for prototyping, testing, and debugging.
In practical package-manager use, Tokyo Cabinet is the sort of dependency installed because another program wants a compact embedded key/value store, or because a developer wants direct access to `tchmgr`, `tcbmgr`, `tctmgr`, and related tools for inspecting hash, B+ tree, fixed, table, and abstract database files.
Tokyo Cabinet matters to package nerds because it sits at the intersection of old Unix DBM culture and the late-2000s key/value-store boom: tiny C library, source tarballs, pkg-config file, language bindings, and many CLI utilities. It also spawned or sat beside a recognizable Tokyo/FAL Labs ecosystem, including Tokyo Tyrant for remote service, Tokyo Dystopia for full-text search, Tokyo Promenade, Kyoto Cabinet, and later Tkrzw.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
tcamgr | cli | グローバル実行可能ファイル | |
tcamttest | cli | グローバル実行可能ファイル | |
tcatest | cli | グローバル実行可能ファイル | |
tcbmgr | cli | グローバル実行可能ファイル | |
tcbmttest | cli | グローバル実行可能ファイル | |
tcbtest | cli | グローバル実行可能ファイル | |
tcfmgr | cli | グローバル実行可能ファイル | |
tcfmttest | cli | グローバル実行可能ファイル | |
tcftest | cli | グローバル実行可能ファイル | |
tchmgr | cli | グローバル実行可能ファイル | |
tchmttest | cli | グローバル実行可能ファイル | |
tchtest | cli | グローバル実行可能ファイル | |
tctmgr | cli | グローバル実行可能ファイル | |
tctmttest | cli | グローバル実行可能ファイル | |
tcttest | cli | グローバル実行可能ファイル | |
tcucodec | cli | グローバル実行可能ファイル | |
tcumttest | cli | グローバル実行可能ファイル | |
tcutest | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://dbmx.net/tokyocabinet/
インストールメタデータ
| パッケージキー | brew:tokyo-cabinet |
|---|---|
| バージョン | 1.4.48 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/tokyo-cabinet |
| ホームページ | https://dbmx.net/tokyocabinet/ |
| 上流ドキュメント | https://dbmx.net/tokyocabinet |
| ライセンス | LGPL-2.1-or-later |
| ソースアーカイブ | https://dbmx.net/tokyocabinet/tokyocabinet-1.4.48.tar.gz |
| macOS 提供ライブラリ | bzip2 |
| 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 | tokyo-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.