Source
Beanstalk is distributed under the GNU GPL version 3.
Release 1.4.2
beanstalkd-1.4.2.tar.gz (136,818 bytes) released on 17 October 2009.
Read 1.4.2 release notes.
Also requires libevent version 1.4.1 or later.
Packages
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
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.