# beanstalkd mit Homebrew, apk, apt, dnf, MacPorts, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für beanstalkd in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:beanstalkd
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install beanstalkd
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install beanstalkd
```

  Evidenz: MacPorts ports tree: sysutils/beanstalkd/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add beanstalkd
```

  Evidenz: Alpine Linux edge package indexes: beanstalkd from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install beanstalkd
```

  Evidenz: Debian stable package indexes: beanstalkd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install beanstalkd
```

  Evidenz: Fedora Rawhide package metadata: beanstalkd from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#beanstalkd
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/be/beanstalkd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:beanstalkd
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/beanstalkd>
- **Version:** 1.13
- **Quellzusammenfassung:** Generic work queue originally designed to reduce web latency
- **Homepage:** <https://beanstalkd.github.io/>
- **Repository:** <https://github.com/beanstalkd/beanstalkd>
- **Upstream-Dokumentation:** <https://beanstalkd.github.io/>
- **Lizenz:** MIT
- **Quellarchiv:** <https://github.com/beanstalkd/beanstalkd/archive/refs/tags/v1.13.tar.gz>
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- beanstalkd (cli)
- beanstalkd (Alias)

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Dienst: declared
- Bottle: verfügbar auf arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 1.13
- lokale Daten: OK
- Upstream-Repository: https://github.com/beanstalkd/beanstalkd
- neueste erkannte Version: v1.13 (aktuell)
- Info: No package-manager update timestamp was available.
## Projektgeschichte und Nutzung

beanstalkd is a simple, fast general-purpose work-queue daemon with an ASCII TCP protocol and a small command-line operational surface.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 2008: The official GitHub repository was created for beanstalkd.
- Early project history: Philotic developed Beanstalk for Causes on Facebook to reduce latency by moving slow work out of page views.
- 2023: The homepage links to beanstalkd 1.13 release notes.
- 2025: The official repository remained active with recent pushes visible in GitHub metadata.

### Related projects

- memcached is explicitly credited by the homepage as inspiration for protocol simplicity and documentation style.
- The beanstalkd wiki tracks client libraries for application languages that speak the protocol.

### Quellen

- <https://beanstalkd.github.io/>
- <https://github.com/beanstalkd/beanstalkd#readme>
- <https://github.com/beanstalkd/beanstalkd/blob/master/doc/protocol.txt>
- input.json source_facts.package-manager


## Sicherheitshinweise

formula declares a Homebrew service.

- **Geiger-Risiko:** orange / mittel
- formula declares a Homebrew service

## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** beanstalkd
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Andere Paketmanager-Einträge

- Debian apt - beanstalkd - 1.13-1: normalized package name match | Debian stable package indexes: beanstalkd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | simple, in-memory, workqueue service | https://github.com/beanstalkd/beanstalkd
- Nix - beanstalkd: normalized package name match | nixpkgs package indexes: pkgs/by-name/be/beanstalkd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - beanstalkd - 1.12-2: normalized package name match | Ubuntu 24.04 LTS package indexes: beanstalkd from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | simple, in-memory, workqueue service | https://github.com/beanstalkd/beanstalkd
- apk - beanstalkd - 1.13-r1: normalized package name match | Alpine Linux edge package indexes: beanstalkd from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Beanstalk is a simple, fast work queue | https://kr.github.io/beanstalkd/
- apk - beanstalkd-doc - 1.13-r1: normalized package name match | Alpine Linux edge package indexes: beanstalkd-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Beanstalk is a simple, fast work queue (documentation) | https://kr.github.io/beanstalkd/
- apk - beanstalkd-openrc - 1.13-r1: normalized package name match | Alpine Linux edge package indexes: beanstalkd-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Beanstalk is a simple, fast work queue (OpenRC init scripts) | https://kr.github.io/beanstalkd/
- dnf - beanstalkd - 1.10-29.fc45: normalized package name match | Fedora Rawhide package metadata: beanstalkd from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | A simple, fast work-queue service | http://kr.github.io/beanstalkd/
- MacPorts - beanstalkd: normalized package name match | MacPorts ports tree: sysutils/beanstalkd/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Verwandte Links

- [Cloud CLI packages](https://pkg.so/de/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Source-control packages](https://pkg.so/de/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/de/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [awscli](https://pkg.so/de/brew/awscli/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure.
- [kubernetes-cli](https://pkg.so/de/brew/kubernetes-cli/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure.
- [helm](https://pkg.so/de/brew/helm/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure.
- [azure-cli](https://pkg.so/de/brew/azure-cli/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure.
- [ansible](https://pkg.so/de/brew/ansible/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure.
- [colima](https://pkg.so/de/brew/colima/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure.
- [k9s](https://pkg.so/de/brew/k9s/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure.
- [flyctl](https://pkg.so/de/brew/flyctl/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure.
- [azurite](https://pkg.so/de/brew/azurite/) - Local package facts share a topical domain. Shared terms: cli, cloud, cloud-infrastructure, infrastructure, queue.
- [clusterctl](https://pkg.so/de/brew/clusterctl/) - Local package facts share a topical domain. Shared terms: cli, cloud, cloud-infrastructure, infrastructure, work.
- [consul-template](https://pkg.so/de/brew/consul-template/) - Local package facts share a topical domain. Shared terms: cli, cloud, cloud-infrastructure, generic, infrastructure.

## Combined YAML source

View the package source record on GitHub. [combined/beanstalkd.yml](https://github.com/mxcl/pkgdb/blob/main/combined/beanstalkd.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
