Source
Beanstalk is distributed under the MIT license.
Release 1.13
beanstalkd-1.13.tar.gz released on 12 March 2023.
Read 1.13 release notes.
Packages
Debian
Debian includes a beanstalkd package. To install, type
sudo apt-get install beanstalkd Ubuntu
Ubuntu includes a beanstalkd package. To install, type
sudo apt-get install beanstalkd There is also a PPA at https://launchpad.net/~jernej/+archive/beanstalkd.
Homebrew OS X
Homebrew includes a beanstalkd package for OS X. To install, type
brew install beanstalkd MacPorts
Just type:
sudo port install beanstalkd Fedora 9 and Fedora 10
Just type:
su -c 'yum install beanstalkd' CentOS and RHEL
You can find beanstalk in the EPEL testing repository for now. It should be automatically pushed to stable before 15 Feb 2009.
To install immediately on CentOS or RHEL:
su -c 'rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm' su -c 'yum install beanstalkd --enablerepo=epel-testing' You can drop the --enablerepo bits when the next stable epel is pushed.
Arch Linux
You’ll need to install yaourt.
Then, you can just install beanstalk using this command:
yaourt -S beanstalkd Gentoo
Just type:
sudo emerge beanstalkd Automated installation
See the “Deployment and automated installation” section on the [Tools][] page.
Client Libraries
See the client library page to find a library for your favorite language.
Git
Browse the source online at http://github.com/kr/beanstalkd.
To get your own copy and start hacking, just run:
git clone git://github.com/kr/beanstalkd.git You can also find beanstalkd source at http://repo.or.cz/w/beanstalkd.git.