macOS
brew install gearmanlocal Homebrew formula metadata
sudo port install gearmandMacPorts ports tree · sysutils/gearmand/Portfile · ソース: api.github.com
brew / 順位 5594
gearman のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install gearmanlocal Homebrew formula metadata
sudo port install gearmandMacPorts ports tree · sysutils/gearmand/Portfile · ソース: api.github.com
sudo apt install gearmanDebian stable package indexes · gearman · ソース: deb.debian.org
sudo apk add gearmandAlpine Linux edge package indexes · gearmand · ソース: dl-cdn.alpinelinux.org
sudo pacman -S gearmandArch Linux sync databases · gearmand · ソース: geo.mirror.pkgbuild.com
概要
Application framework to farm out work to other machines or processes
履歴
Gearman is an open-source job server and application framework for distributing work to other machines or processes, with clients and workers connected through a language-neutral protocol.
The official manual says Gearman was originally created at Danga Interactive, the company behind LiveJournal, and that its name is an anagram of Manager. It was used at LiveJournal for several purposes, including as a coordination mechanism for MogileFS.
The original implementation was written in Perl. As companies such as Digg and Yahoo began using Gearman, APIs in other languages such as PHP appeared. In early 2008, a C port of the job server and libraries began, and by the end of 2008 the C server was ready for its first release.
The modern gearmand repository notes that GitHub holds the latest source and versions 1.1.13 and later, while older releases before 1.1.13 live in the Launchpad repository.
Gearman was adopted as a general-purpose distributed work system for web infrastructure, background jobs, heterogeneous language stacks, and database-related workflows. The official site names high-availability web sites and database replication event transport as example use cases, and highlights clients and workers in different languages speaking the same protocol.
A typical Gearman deployment runs gearmand as the job server, has clients submit named jobs, and has one or more workers register functions and return results. The command-line package includes gearmand, gearman, and gearadmin for running the server, submitting or working jobs, and inspecting server state.
Gearman is historically significant because it represents an older but durable Unix package pattern: a small daemon, a protocol, language bindings, and command-line tools that package managers can distribute separately or together. It is closely associated with the same LiveJournal/Danga infrastructure lineage that produced memcached, MogileFS, and Perlbal.
セキュリティ状態
formula declares a Homebrew service.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
gearadmin | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
gearman | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
gearmand | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:gearman |
|---|---|
| バージョン | 2.0.0 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://gearman.org/ |
| リポジトリ | https://github.com/gearman/gearmand |
| 最終更新 | 2026-07-22T08:07:58Z |
| Pulse | updated |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
gearman 1.1.21+ds-1
Distributed job queue
sudo apt install gearmangearman 1.1.20+ds-1.2build4
Distributed job queue
sudo apt install gearmangearmand
sudo port install gearmandgearman-job-server 1.1.21+ds-1
Job server for the Gearman distributed job queue
sudo apt install gearman-job-servergearman-tools 1.1.21+ds-1
Tools for the Gearman distributed job queue
sudo apt install gearman-toolslibgearman-dev 1.1.21+ds-1
Development files for the Gearman Library
sudo apt install libgearman-devlibgearman-doc 1.1.21+ds-1
API Documentation for the Gearman Library
sudo apt install libgearman-doclibgearman8t64 1.1.21+ds-1
Library providing Gearman client and worker functions
sudo apt install libgearman8t64gearman-job-server 1.1.20+ds-1.2build4
Job server for the Gearman distributed job queue
sudo apt install gearman-job-servergearman-tools 1.1.20+ds-1.2build4
Tools for the Gearman distributed job queue
sudo apt install gearman-toolslibgearman-dev 1.1.20+ds-1.2build4
Development files for the Gearman Library
sudo apt install libgearman-devlibgearman-doc 1.1.20+ds-1.2build4
API Documentation for the Gearman Library
sudo apt install libgearman-doclibgearman8t64 1.1.20+ds-1.2build4
Library providing Gearman client and worker functions
sudo apt install libgearman8t64gearman-dev 1.1.22-r0
A distributed job queue (development files)
sudo apk add gearman-devgearman-libs 1.1.22-r0
A distributed job queue (libraries)
sudo apk add gearman-libsgearmand 1.1.22-r0
A distributed job queue
sudo apk add gearmandソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.