Automic VaultAutomic Vault

brew

tokyo-cabinet を Homebrew でインストール

tokyo-cabinet のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install tokyo-cabinet

local Homebrew formula metadata

概要

パッケージ概要

Lightweight database library

コマンドとエイリアス

  • tcamgr
  • tcamttest
  • tcatest
  • tcbmgr
  • tcbmttest
  • tcbtest
  • tcfmgr
  • tcfmttest
  • tcftest
  • tchmgr
  • tchmttest
  • tchtest
  • tctmgr
  • tctmttest
  • tcttest
  • tcucodec
  • tcumttest
  • tcutest

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 2006: Official copyright range begins for Tokyo Cabinet.
  • 2010: Official pages last updated and latest source package listed as 1.4.48.
  • 2011: Official project page copyright range ends.
  • Current: Upstream page recommends Tkrzw as a more powerful and convenient successor.

Related projects

  • The official page names Tokyo Tyrant, Tokyo Dystopia, Tokyo Promenade, and Kyoto Cabinet as sibling projects, and recommends Tkrzw as a later successor. The specification also frames Tokyo Cabinet as a successor to GDBM and QDBM.

セキュリティ状態

リスクレベル: blue

broad file, network, media, or database tool signal.

リスク分類器

リスク blue · 信頼度 中 · tool

理由

  • broad file, network, media, or database tool signal

信号

  • text:database

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
tcamgrcliグローバル実行可能ファイル
tcamttestcliグローバル実行可能ファイル
tcatestcliグローバル実行可能ファイル
tcbmgrcliグローバル実行可能ファイル
tcbmttestcliグローバル実行可能ファイル
tcbtestcliグローバル実行可能ファイル
tcfmgrcliグローバル実行可能ファイル
tcfmttestcliグローバル実行可能ファイル
tcftestcliグローバル実行可能ファイル
tchmgrcliグローバル実行可能ファイル
tchmttestcliグローバル実行可能ファイル
tchtestcliグローバル実行可能ファイル
tctmgrcliグローバル実行可能ファイル
tctmttestcliグローバル実行可能ファイル
tcttestcliグローバル実行可能ファイル
tcucodeccliグローバル実行可能ファイル
tcumttestcliグローバル実行可能ファイル
tcutestcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版1.4.48
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://dbmx.net/tokyocabinet/

  • 情報No package-manager update timestamp was available.信頼度 低
  • 情報Release/tag comparison is only available for GitHub repositories.https://dbmx.net/tokyocabinet/信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキー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 DatabaseHomebrew formula API
Taphomebrew/core
Full Nametokyo-cabinet
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • package relationship graph
  • package version freshness
  • package-page enrichment