macOS
brew install beanstalkdlocal Homebrew formula metadata
sudo port install beanstalkdMacPorts ports tree · sysutils/beanstalkd/Portfile · Quelle: api.github.com
brew / Rang 5834
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für beanstalkd in AI-Agent-Workflows.
Installation
brew install beanstalkdlocal Homebrew formula metadata
sudo port install beanstalkdMacPorts ports tree · sysutils/beanstalkd/Portfile · Quelle: api.github.com
sudo apk add beanstalkdAlpine Linux edge package indexes · beanstalkd · Quelle: dl-cdn.alpinelinux.org
sudo apt install beanstalkdDebian stable package indexes · beanstalkd · Quelle: deb.debian.org
sudo dnf install beanstalkdFedora Rawhide package metadata · beanstalkd · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#beanstalkdnixpkgs package indexes · pkgs/by-name/be/beanstalkd/package.nix · Quelle: api.github.com
Überblick
Generic work queue originally designed to reduce web latency
Verlauf
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.
Sicherheitslage
formula declares a Homebrew service.
orange Risiko · mittel Konfidenz · infrastructure
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
beanstalkd | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:beanstalkd |
|---|---|
| Version | 1.13 |
| Paketmanager | Homebrew |
| Homepage | https://beanstalkd.github.io/ |
| Repository | https://github.com/beanstalkd/beanstalkd |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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 beanstalkdQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.