[[meta title="Download"]]

# Downloading and Installing #

Once you've installed the packages, please see the [documentation
page](/doc) to read up on how to get started [as a regular
user](/getting-started-user) or [as a systems
administrator](/getting-started-admin).

## Dependencies ##

Monkeysphere relies on:

 * [GnuTLS](http://gnutls.org/)
  * version 2.4 or later for general use
  * [version 2.6 or later](/news/gnutls-2.6-enables-monkeysphere) to use the `monkeysphere subkey-to-ssh-agent` subcommand.
 * [OpenSSH](http://openssh.com/)
 * [GnuPG](http://gnupg.org/)

## Debian ##

If you are running a [Debian](http://www.debian.org/) system, you can
install Monkeysphere by following these directions:

You can add this repo to your system by putting the following lines in
`/etc/apt/sources.list.d/monkeysphere.list`:

	deb http://archive.monkeysphere.info/debian experimental monkeysphere
	deb-src http://archive.monkeysphere.info/debian experimental monkeysphere

The repository is currently signed by [The Monkeysphere archive
signing key](/archive-key), key id EB8AF314 (fingerprint: `2E8D D26C
53F1 197D DF40 3E61 18E6 67F1 EB8A F314`).  To cryptographically
verify the packages, you'll want to [add this key to your apt
configuration after verifying its integrity](/archive-key).

To use the `monkeysphere subkey-to-ssh-agent` subcommand, you will
also need [version 2.6 of
GnuTLS](/news/gnutls-2.6-enables-monkeysphere), which is available in
Debian experimental.

## FreeBSD ##

There is [now a FreeBSD port available](/news/FreeBSD-port-available)
for the Monkeysphere.

While the monkeysphere is not officially included in the ports tree
yet, [a problem
report](http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128406) has
been submitted, and the package itself is functional.

The latest version of the ports directory can be found in [the git
repository](/community) under
`packaging/freebsd/security/monkeysphere`.  Please [let us
know](/community) if you encounter any problems with it on a FreeBSD
system.

Until the port is accepted, you should be able to build the latest
port with:

    git clone git://git.monkeysphere.info/monkeysphere
    cp -a monkeysphere/packaging/freebsd/security/monkeysphere /usr/ports/security
    cd /usr/ports/security/monkeysphere
    make && make install

To use the `monkeysphere subkey-to-ssh-agent` subcommand, you will
also need [version 2.6 of
GnuTLS](/news/gnutls-2.6-enables-monkeysphere), which is [slated to be
available after the 7.1 ports slush is
over](http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127330).

## Source ##

For those that would like to download the source directly, [the source
is available](/community) via [git](http://git.or.cz/).

The [latest
tarball](http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/monkeysphere_0.22.orig.tar.gz)
is also available, and has these checksums:

<pre>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

checksums for the monkeysphere 0.22 release:

MD5:
2bb00c86323409b98aff53f94d9ce0a6  monkeysphere_0.22.orig.tar.gz

SHA1:
312882ad192b8e7303e3e0ac9db20ac8ddc529b3  monkeysphere_0.22.orig.tar.gz

SHA256:
2566facda807a67a4d2d6de3833cccfa0b78b454909e8d25f47a235a9e621b24  monkeysphere_0.22.orig.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iQIVAwUBSTCiPRjmZ/HrivMUAQLg/BAAsdLsCQYSmvYLrYy1HiARtZOckqSOFv5e
lnoOYEXKCXVjKqYUn4gjOkP2kQlnEOazfXrT/pO4u0AKUbf3C8bPDpIeao8uuPXI
GG6HOWtsY93a2g8DM9fOzadIwhhBc9U7VwizBwFsxMw6xFTIKfoqqQonfEYFFLb6
zyJVcfhmmGjgoJ9qA3AlYAf/i3Y/fcXh+YMI5J3Gez3BTVcep41UlcQUyd33pHF6
aHdSWCzrotFual3fbf0meQewbBCW3JRBsbmCHQltbO/kNrtyfXb3Rp4oLiffcmpI
DhfpFeonVHnUI9CVHmL7qbnBsgu5Q8l8Fxzu5pyzrGJxlvqBCpG8JM2FI0jJxw6o
LQkmXCHteYKyopqKz5X0ATCot2Eoc9+kNEHwNWI37XbY7AV1XOOzGiaMjl+w8aUR
QM8+Gi0h7SU2KuEogIsq1TghsDp3BJpTyBnc72ttLt2BvMzANOJnM8cmQqW8bOpz
9Jdob+ISKkKG9q0wp61gb+8/f7mZKNtpr2rpRVYyjHgwR5XfbnS+gaD2B1NyG7NY
yxW7fHpTsuwqcm2ONjZCDpEj0bXM0cL7r8c3J0L5kRCiN05c/KKYTNC70kTwCeQa
ninihvIJal0Wu3LZxtYmtxuApq3wmc8NPo66C+TC24YGtxxJuZMS1qOlPFIPADIa
EeBVdDmRbBw=
=FmCP
-----END PGP SIGNATURE-----
</pre>