pkg.soopen package index

brew / 順位 5834

beanstalkd を Homebrew, apk, apt, dnf, MacPorts, Nix でインストール

beanstalkd のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install beanstalkd

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install beanstalkd

MacPorts ports tree · sysutils/beanstalkd/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add beanstalkd

Alpine Linux edge package indexes · beanstalkd · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install beanstalkd

Debian stable package indexes · beanstalkd · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install beanstalkd

Fedora Rawhide package metadata · beanstalkd · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#beanstalkd

nixpkgs package indexes · pkgs/by-name/be/beanstalkd/package.nix · ソース: api.github.com

概要

パッケージ概要

Generic work queue originally designed to reduce web latency

コマンドとエイリアス

  • beanstalkd

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 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.

セキュリティ状態

リスクレベル: orange

formula declares a Homebrew service.

リスク分類器

リスク orange · 信頼度 中 · infrastructure

理由

  • formula declares a Homebrew service

信号

  • metadata:service

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
beanstalkd実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版1.13
マネージャ更新日
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:beanstalkd
バージョン1.13
パッケージマネージャHomebrew
ホームページhttps://beanstalkd.github.io/
リポジトリhttps://github.com/beanstalkd/beanstalkd
Bottle未記録
サービス宣言なし

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

beanstalkd 1.13-1

simple, in-memory, workqueue service

https://github.com/beanstalkd/beanstalkd

sudo apt install beanstalkd
  • Section: net
  • Architecture: amd64
  • 4 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Beanstalkd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: beanstalkd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

beanstalkd

nix profile install nixpkgs#beanstalkd
  • normalized package name match
  • 一致条件: Beanstalkd
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/be/beanstalkd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

beanstalkd 1.12-2

simple, in-memory, workqueue service

https://github.com/beanstalkd/beanstalkd

sudo apt install beanstalkd
  • Section: universe/net
  • Architecture: amd64
  • 5 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Beanstalkd
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: beanstalkd from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

beanstalkd 1.13-r1

Beanstalk is a simple, fast work queue

https://kr.github.io/beanstalkd/

sudo apk add beanstalkd
  • License: MIT
  • Architecture: x86_64
  • Source Package: beanstalkd
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Beanstalkd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: beanstalkd from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

beanstalkd-doc 1.13-r1

Beanstalk is a simple, fast work queue (documentation)

https://kr.github.io/beanstalkd/

sudo apk add beanstalkd-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: beanstalkd
  • normalized package name match
  • 一致条件: Beanstalkd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: beanstalkd-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

beanstalkd-openrc 1.13-r1

Beanstalk is a simple, fast work queue (OpenRC init scripts)

https://kr.github.io/beanstalkd/

sudo apk add beanstalkd-openrc
  • License: MIT
  • Architecture: x86_64
  • Source Package: beanstalkd
  • normalized package name match
  • 一致条件: Beanstalkd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: beanstalkd-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

beanstalkd 1.10-29.fc45

A simple, fast work-queue service

http://kr.github.io/beanstalkd/

sudo dnf install beanstalkd
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: beanstalkd
  • 5 依存関係
  • 4 提供
  • normalized package name match
  • 一致条件: Beanstalkd
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: beanstalkd from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
MacPorts95%

beanstalkd

sudo port install beanstalkd
  • normalized package name match
  • 一致条件: Beanstalkd
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/beanstalkd/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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