macOS
brew install gearmanlocal Homebrew formula metadata
sudo port install gearmandMacPorts ports tree · sysutils/gearmand/Portfile · source: api.github.com
brew
Application framework to farm out work to other machines or processes. Version 1.1.22 via Homebrew; verified 2026-06-22.
install
brew install gearmanlocal Homebrew formula metadata
sudo port install gearmandMacPorts ports tree · sysutils/gearmand/Portfile · source: api.github.com
sudo apt install gearmanDebian stable package indexes · gearman · source: deb.debian.org
sudo apk add gearman-devAlpine Linux edge package indexes · gearman-dev · source: dl-cdn.alpinelinux.org
sudo pacman -S gearmandArch Linux sync databases · gearmand · source: geo.mirror.pkgbuild.com
overview
Application framework to farm out work to other machines or processes
history
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.
security posture
formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
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 |
|---|---|---|---|
gearadmin | cli | global executable | |
gearman | cli | global executable | |
gearmand | cli | global executable |
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.
https://github.com/gearman/gearmand
install metadata
| Package key | brew:gearman |
|---|---|
| Version | 1.1.22 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/gearman |
| Homepage | https://gearman.org/ |
| Repository | https://github.com/gearman/gearmand |
| Upstream docs | https://gearman.org/gearmand |
| License | BSD-3-Clause |
| Source archive | https://github.com/gearman/gearmand/releases/download/1.1.22/gearmand-1.1.22.tar.gz |
| Last updated | 2026-06-22T14:03:26-07:00 |
| Pulse | updated |
| Dependencies | boost, libevent, libmemcached |
| Build dependencies | pkgconf, sphinx-doc |
| Uses from macOS | sqlite |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gearman |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 1 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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 gearmandsource 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.