macOS
brew install beanstalkdlocal Homebrew formula metadata
sudo port install beanstalkdMacPorts ports tree · sysutils/beanstalkd/Portfile · ソース: api.github.com
brew / 順位 5834
beanstalkd のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install beanstalkdlocal Homebrew formula metadata
sudo port install beanstalkdMacPorts ports tree · sysutils/beanstalkd/Portfile · ソース: api.github.com
sudo apk add beanstalkdAlpine Linux edge package indexes · beanstalkd · ソース: dl-cdn.alpinelinux.org
sudo apt install beanstalkdDebian stable package indexes · beanstalkd · ソース: deb.debian.org
sudo dnf install beanstalkdFedora Rawhide package metadata · beanstalkd · ソース: dl.fedoraproject.org
nix profile install nixpkgs#beanstalkdnixpkgs package indexes · pkgs/by-name/be/beanstalkd/package.nix · ソース: api.github.com
概要
Generic work queue originally designed to reduce web latency
履歴
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.
セキュリティ状態
formula declares a Homebrew service.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
beanstalkd | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:beanstalkd |
|---|---|
| バージョン | 1.13 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://beanstalkd.github.io/ |
| リポジトリ | https://github.com/beanstalkd/beanstalkd |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 beanstalkdソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.