| 4 | |
| 5 | |
| 6 | {{{ |
| 7 | #!html |
| 8 | |
| 9 | <h1>Download Tahoe-LAFS</h1> |
| 10 | |
| 11 | <p>The current version is v1.10.0.</p> |
| 12 | |
| 13 | <p><a href="/trac/tahoe-lafs/browser/git/docs/quickstart.rst">Run this release from source.</a></p> |
| 14 | |
| 15 | <p>(Note: running Tahoe-LAFS from source does not require system-wide installation nor root privileges.)</p> |
| 16 | |
| 17 | <h3>Or</h3> |
| 18 | <p>Install one of the OS packages below. These packages may be for an earlier release.</p> |
| 19 | |
| 20 | <div> |
| 21 | <div style="float: left; width:50%;"> |
| 22 | |
| 23 | <div style="margin: 0px 20px 30px 20px; padding: 10px 5px 0px 0px; border: 1px solid #eee;"> |
| 24 | <img style="width: 48px; height: 48px; padding: 10px 10px 20px 10px; float: left" src="/trac/chrome/logo-ubuntu_cof-orange-hex.svg" /> |
| 25 | <h2 style="margin-bottom: 0px;">Ubuntu <small style="color:grey;">lucid, oneiric, precise, quantal</small></h2> |
| 26 | <a href="https://packages.ubuntu.com/search?keywords=tahoe-lafs&searchon=names&suite=all§ion=all">Official Packages</a> |
| 27 | <a href="/buildbot/builders/lucid-amd64">Buildbot</a><br /> |
| 28 | <pre style="display: inline-block; font-family: 'Menlo','Courier',monospace; padding: 5px; background: #ffffdd;"># apt-get install tahoe-lafs</pre> |
| 29 | </div> |
| 30 | |
| 31 | <div style="margin: 30px 20px; padding: 10px 5px 0px 0px; border: 1px solid #eee;"> |
| 32 | <img style="width: 48px; height: 48px; padding: 10px 10px 20px 10px; float: left" src="/trac/chrome/Openlogo-debianV2.svg" /> |
| 33 | <h2 style="margin-bottom: 0px;">Debian <small style="color:grey;">sid (unstable), wheezy (testing)</small></h2> |
| 34 | <a href="http://packages.debian.org/search?keywords=tahoe-lafs&searchon=names&suite=all§ion=all">Official Packages</a> |
| 35 | <a href="/buildbot/builders/Eugen%20lenny-amd64">Buildbot</a><br /> |
| 36 | <pre style="display: inline-block; font-family: 'Menlo','Courier',monospace; padding: 5px; background: #ffffdd;"># apt-get install tahoe-lafs</pre> |
| 37 | </div> |
| 38 | |
| 39 | <div style="margin: 30px 20px; padding: 10px 5px 0px 0px; border: 1px solid #eee;"> |
| 40 | <img style="width: 48px; height: 48px; padding: 10px 10px 20px 10px; float: left" src="/trac/chrome/logo-slack.svg" /> |
| 41 | <h2 style="margin-bottom: 0px;">Slackware <small style="color:grey;">14.0, 13.37, 13.1, 13.0</small></h2> |
| 42 | <a href="http://slackbuilds.org/result/?search=allmydata-tahoe&sv=">SlackBuilds.Org Repository</a> Slackware64 Buildbots: |
| 43 | <a href="/buildbot-tahoe-lafs/builders/Markus%20slackware64%20v14.0">14.0</a> <a href="/buildbot-tahoe-lafs/builders/Markus%20slackware64%20current">-current</a><br /> |
| 44 | <pre style="display: inline-block; font-family: 'Menlo','Courier',monospace; padding: 5px; background: none;"></pre> |
| 45 | </div> |
| 46 | |
| 47 | <div style="margin: 30px 20px; padding: 10px 5px 0px 0px; border: 1px solid #eee;"> |
| 48 | <img style="width: 48px; height: 48px; padding: 10px 10px 20px 10px; float: left" src="/trac/chrome/nixos-notext.svg" /> |
| 49 | <h2 style="margin-bottom: 0px;">NixOS</h2> |
| 50 | <a href="http://hydra.nixos.org/job/nixpkgs/trunk/tahoelafs">Buildbot</a> |
| 51 | <br /> |
| 52 | <pre style="display: inline-block; font-family: 'Menlo','Courier',monospace; padding: 5px; background: #ffffdd;"># nix-env -i tahoe-lafs</pre> |
| 53 | </div> |
| 54 | |
| 55 | </div> |
| 56 | |
| 57 | <div style="float: left; width: 50%;"> |
| 58 | |
| 59 | <!-- see #170 "package Tahoe-LAFS for Fedora" |
| 60 | <div style="margin: 40px;"> |
| 61 | <img style="padding: 0px 10px; float: left" src="/trac/chrome/fedora.png" /> |
| 62 | <h2 style="margin-bottom: 0px;">Fedora</h2> |
| 63 | <pre style="display: inline-block; font-family: 'Menlo','Courier',monospace; padding: 5px; background: #ffffdd;"># yum install tahoe-lafs</pre> |
| 64 | </div> |
| 65 | --> |
| 66 | |
| 67 | <div style="margin: 0px 20px 30px 20px; padding: 10px 5px 0px 0px; border: 1px solid #eee;"> |
| 68 | <img style="width: 48px; height: 48px; padding: 10px 10px 20px 10px; float: left" src="/trac/chrome/Archlinux-icon-crystal-64.svg" /> |
| 69 | <h2 style="margin-bottom: 0px;">Arch Linux</h2> |
| 70 | <a href="https://aur.archlinux.org/packages.php?ID=39137">Unofficial Packages</a><br /> |
| 71 | <p>This command installs the [outdated] tahoe-lafs v1.9.2 from the user-maintained package repository</p> |
| 72 | <pre style="display: inline-block; font-family: 'Menlo','Courier',monospace; padding: 5px; background: #ffffdd;"># yaourt -S tahoe-lafs </pre> |
| 73 | </div> |
| 74 | <!-- Not currently in ports tree |
| 75 | <div style="margin: 30px 20px; padding: 10px 5px 0px 0px; border: 1px solid #eee;"> |
| 76 | <img style="width: 48px; height: 48px; padding: 10px 10px 20px 10px; float: left" src="/trac/chrome/Freebsd-logo-notext.svg" /> |
| 77 | <h2 style="margin-bottom: 0px;">FreeBSD</h2> |
| 78 | <a href="/buildbot-tahoe-lafs/builders/Randy%20FreeBSD-amd64">Buildbot</a><br /> |
| 79 | <pre style="display: inline-block; font-family: 'Menlo','Courier',monospace; padding: 5px; background: #ffffdd;"># pkg_add -r tahoe-lafs</pre> |
| 80 | </div> |
| 81 | --> |
| 82 | <div style="margin: 30px 20px; padding: 10px 5px 0px 0px; border: 1px solid #eee;"> |
| 83 | <img style="width: 48px; height: 48px; padding: 10px 10px 20px 10px; float: left" src="/trac/chrome/netbsd-logo-notext-nohandle.svg" /> |
| 84 | <h2 style="margin-bottom: 0px;">NetBSD</h2> |
| 85 | <a href="ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/filesystems/tahoe-lafs/README.html">Official Packages</a> |
| 86 | <a href="/buildbot/builders/MM%20netbsd5%20i386%20warp">Buildbot</a><br /> |
| 87 | <pre style="display: inline-block; font-family: 'Menlo','Courier',monospace; padding: 5px; background: #ffffdd;"># pkg_add tahoe-lafs</pre> |
| 88 | </div> |
| 89 | |
| 90 | </div> |
| 91 | <div style="clear: both" /> |
| 92 | |
| 93 | <p>After installing an OS package, run <tt>tahoe --version</tt> to verify that the executable tool prints out the right version number after "<tt>allmydata-tahoe:</tt>". |
| 94 | |
| 95 | <p>Now you are ready to deploy a decentralized filesystem. The <tt>tahoe</tt> command can configure and launch your Tahoe-LAFS nodes. See <a href="/trac/tahoe-lafs/browser/git/docs/running.rst">running.rst</a> for instructions on how to do that.</p> |
| 96 | }}} |
| 97 | === see also === |
| 98 | |
| 99 | Wiki pages for Tahoe-LAFS developers and packagers: wiki:OSPackages, wiki:Manual, wiki:Packaging, wiki:NewbieDeveloperSetup, wiki:CompileError, and wiki:FAQ |