Pick your OS

detailed instructions quick install
OSX download git-annex.app beta
Linux download prebuilt linux tarball
Debian apt-get install git-annex
Ubuntu apt-get install git-annex
Fedora yum install git-annex
FreeBSD pkg_add -r hs-git-annex
ArchLinux yaourt -Sy git-annex
NixOS nix-env -i git-annex
Gentoo emerge git-annex
ScientificLinux5 (and other RHEL5 clones like CentOS5)
openSUSE
Windows sorry, Windows not supported yet

Using cabal

As a haskell package, git-annex can be installed using cabal. Start by installing the Haskell Platform, and then:

cabal install git-annex --bindir=$HOME/bin

That installs the latest release. Alternatively, you can download git-annex yourself and manually build with cabal.

Installation from scratch

This is not recommended, but if you really want to, see fromscratch.

For Arch Linux there should be the AUR package git-annex-bin mentioned, because it's easier to install (no haskell dependencies to be installed) and is based on the prebuild linux binary tarball.
Comments on this page are closed.