git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
929e3b705
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
download.html
Add OpenBSD instructions from Michael Schuber.
Nick Mathewson
commited
929e3b705
at 2004-12-24 05:18:04
download.html
Blame
History
Raw
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Tor: Download</title> <meta name="Author" content="Roger Dingledine" /> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <link rel="stylesheet" type="text/css" href="stylesheet.css" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> </head> <body> <div class="center"> <!-- TITLE BAR & NAVIGATION --> <div class="banner"> <table class="table-banner" cellpadding=0 cellspacing=0> <tr> <td width="110"> <a href="http://tor.eff.org/"><img border="0" src="images/spacer.png" width="110" height="79"></a> </td> <td class="links" valign="top"> <a href="index.html">Home</a> | <a href="howitworks.html">How It Works</a> | <a class="current">Download</a> | <a href="documentation.html">Documentation</a> | <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a> | <a href="contribute.html">Contribute</a> | <a href="developers.html">Developers</a> | <a href="research.html">Research</a> | <a href="people.html">People</a> </td> </tr> </table> </div> <!-- END TITLE BAR & NAVIGATION --> <div class="main-column"> <h2>Tor: Packages and source</h2> <hr> <p>You can get the <b>latest release</b> from the <a href="dist/">download directory</a>. It should run on Linux, BSD, OS X, Win32, Solaris, and more. <ul> <!-- <li>Latest experimental source: <a href="dist/tor-0.0.9.tar.gz">0.0.9</a> (<a href="dist/tor-0.0.9.tar.gz.asc">sig</a>)</li> --> <li>Latest stable source: <a href="dist/tor-0.0.9.1.tar.gz">0.0.9.1</a> (<a href="dist/tor-0.0.9.1.tar.gz.asc">sig</a>)</li> <li>Win32 installer (experimental): <a href="dist/win32/tor-0.0.9.1-win32.exe">0.0.9.1</a> (<a href="dist/win32/tor-0.0.9.1-win32.exe.asc">sig</a>) Be sure to read the <a href="cvs/tor/doc/tor-doc-win32.html">Win32-specific instructions</a></li> </ul> </p> <p>General instructions for installing and configuring Tor are <a href="cvs/tor/doc/tor-doc.html#installing">here</a>. </p> <p>See the <a href="developers.html">developers page</a> for instructions on fetching Tor from CVS. </p> <p> Old releases are <a href="dist/obsolete/">here</a>. </p> <p><b>Windows packages</b>: <ul> <li>Our new Win32 installer (listed above) is probably your best bet.</li> <li><b>Outside link:</b> Aphex's contributed <a href="http://www.iamaphex.net/modules.php?op=modload&name=Downloads&file=index&req=getit&lid=66">Tor zip file for Win32</a> includes Tor, Openssl, Privoxy, SocksCap.</li> <li><b>Outside link:</b> Hideki Saito's contributed <a href="http://www.anime.net/~sasami/pub/tor/">tor setup exe</a> might work for you, especially if you speak Japanese.</li> </ul> </p> <p><b>Red Hat packages</b> are not available yet. We have a <a href="cvs/tor/tor.spec.in">spec file</a>, and we plan to start making rpms available soon. </p> <p><b>Debian packages</b> have been uploaded to unstable, so you can just <code>apt-get install tor</code> if you are running sid.<br /> For stable (woody) or testing add these lines to your <code>/etc/apt/sources.list</code> file: <blockquote><code>deb http://mirror.noreply.org/pub/tor stable main<br /> deb-src http://mirror.noreply.org/pub/tor stable main</code></blockquote> and then run <code>apt-get update; apt-get install tor</code>. Packages for architectures other than i386 can be added on <a href="mailto:weasel@debian.org">demand</a>. </p> <p><b>FreeBSD</b>: <tt>portinstall -s security/tor</tt></p> <p><b>OpenBSD</b>: <tt>cd /usr/ports/net/tor && make && make install</tt></p> <p><b>Other packages</b> are available for Gentoo Linux and NetBSD. If somebody sends details for these to the Tor developers, we'll put them here. </p> <!-- <h2>Development releases</h2> --> <h2>Stable releases</h2> <p class="date">2004-12-16</p> <p class="news"> Tor 0.0.9.1 fixes <a href="http://archives.seul.org/or/announce/Dec-2004/msg00001.html">a few minor bugs in 0.0.9</a>. </p> <p class="date">2004-12-12</p> <p class="news"> Tor 0.0.9 adds <a href="http://archives.seul.org/or/announce/Dec-2004/msg00000.html">a win32 installer, better circuit building algorithms, bandwidth accounting and hibernation, more efficient directory fetching, and support for a separate Tor GUI controller program (once somebody writes one)</a>. </p> <p class="date">2004-10-14</p> <p class="news"> Tor 0.0.8.1 fixes <a href="http://archives.seul.org/or/announce/Oct-2004/msg00000.html">a remotely triggerable crash bug, and has several other stability improvements</a>. </p> <p class="date">2004-08-25</p> <p class="news"> Tor 0.0.8 adds <a href="http://archives.seul.org/or/announce/Aug-2004/msg00001.html">directory caching, on-demand connecting from ORs to ORs, bandwidth tracking, picks routers by bandwidth, handles firewalls better, handles dynamic IPs for servers, makes use of unverified servers in some path positions, and fixes many bugs</a>. </p> <p>You can read the <a href="cvs/tor/ChangeLog">ChangeLog</a> for more details.</p> </div><!-- #main --> </div> <div class="bottom" id="bottom"> <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> - $Id$ </div> </body> </html>