2012-09-27 17:26:09 -04:00
## Pick your OS
2011-02-09 00:25:22 -04:00
2012-10-12 14:07:53 -04:00
[[!table format=dsv header=yes data="""
2013-05-16 12:09:13 -04:00
detailed instructions | quick install
2017-08-28 13:05:03 -04:00
[[Linux|linux_standalone]] |
2013-05-16 12:09:13 -04:00
[[Debian]] | `apt-get install git-annex`
[[Ubuntu]] | `apt-get install git-annex`
[[Fedora]] | `yum install git-annex`
2016-01-16 11:33:06 +00:00
[[ArchLinux]] | `pacman -S git-annex`
2022-03-27 14:02:53 +00:00
[[AlpineLinux]] | `apk add git-annex`
2013-05-16 12:09:13 -04:00
[[NixOS]] | `nix-env -i git-annex`
[[Gentoo]] | `emerge git-annex`
2018-06-01 14:38:16 +00:00
[[Guix]] | `guix package -i git-annex`
2018-03-27 17:42:39 -04:00
[[Void]] | `xbps-install git-annex`
2019-09-01 12:25:46 -04:00
[[ScientificLinux]] |
2019-09-13 12:18:36 -04:00
[[RHEL]] |
2016-07-05 11:50:01 -04:00
[[openSUSE]] | `zypper in git-annex`
2014-04-02 18:40:26 -04:00
[[Docker]] |
2018-03-27 17:42:39 -04:00
[[conda]] | `conda install -c conda-forge git-annex`
2021-03-22 14:30:23 -04:00
[[OSX]] |
[[OSX/Homebrew]] | `brew install git-annex`
2021-03-22 14:28:03 -04:00
[[FreeBSD]] | `pkg install hs-git-annex`
2021-03-22 14:37:06 -04:00
[[OpenBSD]] | `pkg_add git-annex`
2021-03-22 14:30:23 -04:00
[[Android]] | **beta**
2017-08-28 13:05:03 -04:00
[[Windows]] | **beta**
2012-09-27 17:25:08 -04:00
"""]]
2011-02-09 00:25:22 -04:00
2020-03-09 16:50:13 +00:00
## Historical builds
Many of historical builds available from the [https://downloads.kitenet.net/.git/](https://downloads.kitenet.net/.git/) git-annex repository. Visit [downloads.kitenet.net](https://downloads.kitenet.net/) for more information.
2014-09-16 15:05:12 -04:00
## Building it yourself
2011-07-02 17:29:20 -04:00
2014-09-16 15:05:12 -04:00
git-annex is [[Free Software|license]], written in [Haskell](http://www.haskell.org/).
Experienced users should not find it too hard to build and install
it [[from source|fromsource]].
2013-09-13 23:12:44 -04:00
## See also
2015-06-03 14:26:44 +00:00
* [[autobuild overview|builds]]
* [[upgrades]]