2065be647b6877108db2a23eedb4e1e9d5000939
Roger Dingledine first cut of new website

Roger Dingledine authored 20 years ago

1) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2) 
3) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4) <head>
5)   <title>Tor: Download</title>
6)   <meta name="Author" content="Roger Dingledine">
7)   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
8)   <link rel="stylesheet" type="text/css" href="default.css" />
9) </head>
10) 
11) <body>
12)   <div class="menu" id="side">
13) <!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
14)       <a href="index.html">Home</a> <br>
15)       <a href="overview.html">Overview</a> <br>
16)       <a class="current">Download</a> <br>
17)       <a href="documentation.html">Documentation</a><br>
18)       <a href="contribute.html">Contribute</a> <br>
19)       <a href="design.html">Design</a> <br>
20)       <a href="developers.html">Developers</a> <br>
21)       <a href="research.html">Research</a> <br>
22)       <a href="people.html">People</a> <br>
23)   </div><!-- #side -->
24)   <div class="main" id="main">
25) 
26) <h2>Tor: Packages and source</h2>
27) 
28) <p>You can get the <b>latest release</b> from the <a href="dist/">download
29) directory</a>. It should run on Linux, BSD, OS X, Win32, Solaris,
30) and more.<br>
31) <ul>
32) <li>Latest experimental: <a href="dist/tor-0.0.9pre5.tar.gz">0.0.9pre5</a>
33) (<a href="dist/tor-0.0.9pre5.tar.gz.asc">sig</a>)
34) <li>Latest stable: <a href="dist/tor-0.0.8.1.tar.gz">0.0.8.1</a>
35) (<a href="dist/tor-0.0.8.1.tar.gz.asc">sig</a>)
36) <li>Win32 executable (experimental, contributed):
37) <a href="dist/tor-009pre5.exe">0.0.9pre5</a> (<a
38) href="dist/tor-009pre5.exe.asc">sig</a>)  Be sure to read the <a
39) href="doc/tor-doc.html #installing">instructions</a> -- you'll need <a
40) href="http://www.slproweb.com/products/Win32OpenSSL.html">OpenSSL</a>,
41) and don't forget <a href="http://www.privoxy.org/">privoxy</a>)
42) </ul>
43) </p>
44) 
45) <p>See the <a href="developers.html">developers page</a> for instructions
46) on fetching Tor CVS. Old releases are <a href="dist/obsolete/">here</a>.
47) </p>
48) 
49) <p><b>Windows packages</b>:
50) <ul>
51) <li>Nick's contributed <a href="http://www.wangafu.net/~nickm/tor-0.0.9pre6-cvs-win32.exe">installer</a> for pre6-cvs.
52) <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.
53) <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.
54) </ul>
55) </p>
56) 
57) <p><b>Red Hat packages</b> are not available yet. We have a <a
Roger Dingledine point to correct places in cvs

Roger Dingledine authored 20 years ago

58) href=cvs/tor/tor.spec">spec file</a> but we're not sure if it's any
Roger Dingledine first cut of new website

Roger Dingledine authored 20 years ago

59) good. Please help.
60) </p>
61) 
62) <p><b>Debian packages</b> have been uploaded to unstable,
63) so you can just <code>apt-get install tor</code> if you are running sid.<br>
64) 
65) For stable (woody) or testing add these lines to your
66) <code>/etc/apt/sources.list</code> file:
67) <blockquote><code>deb     http://mirror.noreply.org/pub/tor stable main<br>
68) deb-src http://mirror.noreply.org/pub/tor stable main</code></blockquote>
69) and then run <code>apt-get update; apt-get install tor</code>.
70) Packages for architectures other than i386 can be added on <a
71) href="mailto:weasel@debian.org">demand</a>.
72) </p>
73) 
74) <p><b>Other packages</b> are available for Gentoo Linux, FreeBSD, NetBSD,
75) and OpenBSD. If somebody sends me details for these I'll put them here.
76) </p>
77) 
78) <h2>Development releases</h2>
79) 
80) <p class="date">2004-11-09</p>
81) <p class="news">
82) Tor 0.0.9pre5 adds <a
83) href="http://archives.seul.org/or/dev/Nov-2004/msg00001.html">a saner
84) log config format, hibernation, and a remote control interface</a>.
85) [<a href="dist/tor-0.0.9pre5.tar.gz.asc">signature</a>] </p>
86) 
87) <p class="date">2004-10-17</p>
88) <p class="news">
89) Tor 0.0.9pre4 fixes <a
90) href="http://archives.seul.org/or/dev/Oct-2004/msg00006.html">a bug
91) with default exit policies for servers, adds config options to specify
92) that a family of nodes are in the same trust domain, and allows better
93) exit integration with Squid</a>. [<a
94) href="dist/tor-0.0.9pre4.tar.gz.asc">signature</a>] </p>
95) 
96) <p class="date">2004-10-14</p>
97) <p class="news">
98) Tor 0.0.9pre3 fixes <a
99) href="http://archives.seul.org/or/dev/Oct-2004/msg00002.html">more
100) bugs, makes configuring dirservers easier, and introduces an HttpProxy
101) config option</a>. [<a
102) href="dist/tor-0.0.9pre3.tar.gz.asc">signature</a>] </p>
103) 
104) <p class="date">2004-10-03</p>
105) <p class="news">
106) Tor 0.0.9pre2 makes <a
107) href="http://archives.seul.org/or/dev/Oct-2004/msg00001.html">pre1
108) work again on amd64 and other 64-bit systems</a>. [<a
109) href="dist/obsolete/tor-0.0.9pre2.tar.gz.asc">signature</a>] </p>
110) 
111) <p class="date">2004-10-01</p>
112) <p class="news">
113) Tor 0.0.9pre1 fixes <a
114) href="http://archives.seul.org/or/dev/Oct-2004/msg00000.html">more
115) bugs in 0.0.8, and adds compression for directories,
116) and client-side directory caching</a>. [<a
117) href="dist/obsolete/tor-0.0.9pre1.tar.gz.asc">signature</a>] </p>
118) 
119) <h2>Stable releases</h2>
120) 
121) <p class="date">2004-10-14</p>
122) <p class="news">
123) Tor 0.0.8.1 fixes <a
124) href="http://archives.seul.org/or/announce/Oct-2004/msg00000.html">a
125) remotely triggerable crash bug, and has several other stability
126) improvements</a>. [<a href="dist/tor-0.0.8.1.tar.gz.asc">signature</a>]
127) </p>
128) 
129) <p class="date">2004-08-25</p>
130) <p class="news">
131) Tor 0.0.8 adds <a
132) href="http://archives.seul.org/or/announce/Aug-2004/msg00001.html">directory
133) caching, on-demand connecting from ORs to ORs, bandwidth tracking, picks
134) routers by bandwidth, handles firewalls better, handles dynamic IPs for
135) servers, makes use of unverified servers in some path positions, and fixes
136) many bugs</a>. [<a href="dist/obsolete/tor-0.0.8.tar.gz.asc">signature</a>] </p>
137) 
Roger Dingledine point to correct places in cvs

Roger Dingledine authored 20 years ago

138) <p>You can read the <a href="cvs/tor/ChangeLog">ChangeLog</a> for more