macOS
brew install kyoto-tycoonlocal Homebrew formula metadata
brew
kyoto-tycoon のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install kyoto-tycoonlocal Homebrew formula metadata
概要
Database server with interface to Kyoto Cabinet
履歴
Kyoto Tycoon is the network server companion to Kyoto Cabinet. It exposes Kyoto Cabinet databases over HTTP, REST-style methods, TSV-RPC, and an efficient binary protocol, with support for expiration, hot backup, update logging, asynchronous replication, Lua scripting, and pluggable services.
Kyoto Tycoon was developed by FAL Labs in the same 2009-2012 period as Kyoto Cabinet. Where Kyoto Cabinet solves embedded DBM storage, Kyoto Tycoon solves the multi-process and remote-access problem by putting a server process and client library in front of one or more Kyoto Cabinet databases.
The official specification explains the motivation plainly: Kyoto Cabinet is fast and concurrent inside a process, but users can run into trouble when multiple processes share a database or remote processes need access. Kyoto Tycoon is the server layer for that use case.
Kyoto Tycoon found a niche with users who wanted a Redis-like or memcached-like key-value service backed by Kyoto Cabinet's storage engines. Its HTTP protocol made non-C++ clients possible without linking to GPL libraries, and its memcached protocol plugin broadened compatibility.
The package installs ktserver and remote-management utilities such as ktremotemgr. Common uses include cache servers, persistent key-value services, HTTP-accessible storage, replicated small databases, and Lua-extended operations close to the data.
Kyoto Tycoon matters to package nerds because it is the server half of a compact DBM stack: install Kyoto Cabinet for embedded storage, install Kyoto Tycoon when that storage needs a network protocol. It sits in the historical space between classic DBM files and popular daemonized key-value stores.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
ktremotemgr | cli | グローバル実行可能ファイル | |
ktremotetest | cli | グローバル実行可能ファイル | |
ktserver | cli | グローバル実行可能ファイル | |
kttimedmgr | cli | グローバル実行可能ファイル | |
kttimedtest | cli | グローバル実行可能ファイル | |
ktutilmgr | cli | グローバル実行可能ファイル | |
ktutilserv | cli | グローバル実行可能ファイル | |
ktutiltest | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:kyoto-tycoon |
|---|---|
| バージョン | 0.9.56 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/kyoto-tycoon |
| ホームページ | https://dbmx.net/kyototycoon/ |
| 上流ドキュメント | https://dbmx.net/kyototycoon |
| ライセンス | GPL-3.0-or-later |
| ソースアーカイブ | https://dbmx.net/kyototycoon/pkg/kyototycoon-0.9.56.tar.gz |
| 最終更新 | 2026-06-22T14:03:54-07:00 |
| Pulse | updated |
| 依存関係 | kyoto-cabinet |
| ビルド依存関係 | lua, pkgconf |
| 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-tycoon |
| Version Scheme | 0 |
| Revision | 5 |
| 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.