macOS
brew install beanstalkdlocal Homebrew formula metadata
sudo port install beanstalkdMacPorts ports tree · sysutils/beanstalkd/Portfile · source: api.github.com
brew / rank 5834
Generic work queue originally designed to reduce web latency. Version 1.13 via Homebrew; verified from local package data. Also installable with debian: sudo apt install beanstalkd.
install
brew install beanstalkdlocal Homebrew formula metadata
sudo port install beanstalkdMacPorts ports tree · sysutils/beanstalkd/Portfile · source: api.github.com
sudo apk add beanstalkdAlpine Linux edge package indexes · beanstalkd · source: dl-cdn.alpinelinux.org
sudo apt install beanstalkdDebian stable package indexes · beanstalkd · source: deb.debian.org
sudo dnf install beanstalkdFedora Rawhide package metadata · beanstalkd · source: dl.fedoraproject.org
nix profile install nixpkgs#beanstalkdnixpkgs package indexes · pkgs/by-name/be/beanstalkd/package.nix · source: api.github.com
overview
Generic work queue originally designed to reduce web latency
history
beanstalkd is a simple, fast general-purpose work-queue daemon with an ASCII TCP protocol and a small command-line operational surface.
The official homepage says Philotic, Inc. developed Beanstalk to improve response time for the Causes on Facebook application, which had more than 9.5 million users. The original goal was reducing high-volume web-page latency by moving expensive work into asynchronous jobs.
The project took inspiration from memcached for simple protocol design and documentation structure. Its core model stayed deliberately small: clients put jobs into tubes, workers reserve jobs, and jobs move through ready, delayed, reserved, and buried states.
beanstalkd became a classic lightweight queue option because it was easy to package, run, and bind from application languages. The homepage links to client libraries and production-administration files, while the supplied metadata shows packages across Homebrew, Debian, Ubuntu, Fedora, Alpine, MacPorts, Nix, and related Unix distributions.
Unlike heavier broker stacks, beanstalkd's no-config default and simple TCP protocol made it attractive for applications that needed a durable-ish work queue without adopting a full messaging platform.
The homepage states that beanstalkd has no configuration file and only a handful of command-line options. A common deployment starts one or more daemons listening on TCP port 11300.
The protocol document defines producer and worker operations such as put, reserve, delete, release, bury, kick, use, watch, and ignore. Jobs live in tubes, and the server treats job bodies as opaque bytes.
beanstalkd is package-nerd catnip because it is tiny infrastructure: install one daemon, open one TCP port, speak a readable protocol, and you have a usable background-job queue.
It represents a pre-cloud style of infrastructure package that still ages well: no service mesh, no cluster controller, no mandatory config file, just a small C daemon and a documented protocol.
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 |
|---|---|---|---|
beanstalkd | executable | indexed executable | Discovered from the local executable index. |
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.
install metadata
| Package key | brew:beanstalkd |
|---|---|
| Version | 1.13 |
| Package manager | Homebrew |
| Homepage | https://beanstalkd.github.io/ |
| Repository | https://github.com/beanstalkd/beanstalkd |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
beanstalkd 1.13-1
simple, in-memory, workqueue service
https://github.com/beanstalkd/beanstalkd
sudo apt install beanstalkdbeanstalkd
nix profile install nixpkgs#beanstalkdbeanstalkd 1.12-2
simple, in-memory, workqueue service
https://github.com/beanstalkd/beanstalkd
sudo apt install beanstalkdbeanstalkd 1.13-r1
Beanstalk is a simple, fast work queue
https://kr.github.io/beanstalkd/
sudo apk add beanstalkdbeanstalkd-doc 1.13-r1
Beanstalk is a simple, fast work queue (documentation)
https://kr.github.io/beanstalkd/
sudo apk add beanstalkd-docbeanstalkd-openrc 1.13-r1
Beanstalk is a simple, fast work queue (OpenRC init scripts)
https://kr.github.io/beanstalkd/
sudo apk add beanstalkd-openrcbeanstalkd 1.10-29.fc45
A simple, fast work-queue service
http://kr.github.io/beanstalkd/
sudo dnf install beanstalkdbeanstalkd
sudo port install beanstalkdsource 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.