38b72e578a487f3cc8970571d1e377bbdea11129
Roger Dingledine first cut of new website

Roger Dingledine authored 19 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
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

46) on fetching Tor CVS.
47) </p>
48) 
49) <p>
50) Old releases are <a href="dist/obsolete/">here</a>.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

51) </p>
52) 
53) <p><b>Windows packages</b>:
54) <ul>
55) <li>Nick's contributed <a href="http://www.wangafu.net/~nickm/tor-0.0.9pre6-cvs-win32.exe">installer</a> for pre6-cvs.
56) <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.
57) <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.
58) </ul>
59) </p>
60) 
61) <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 19 years ago

62) 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 19 years ago

63) good. Please help.
64) </p>
65) 
66) <p><b>Debian packages</b> have been uploaded to unstable,
67) so you can just <code>apt-get install tor</code> if you are running sid.<br>
68) 
69) For stable (woody) or testing add these lines to your
70) <code>/etc/apt/sources.list</code> file:
71) <blockquote><code>deb     http://mirror.noreply.org/pub/tor stable main<br>
72) deb-src http://mirror.noreply.org/pub/tor stable main</code></blockquote>
73) and then run <code>apt-get update; apt-get install tor</code>.
74) Packages for architectures other than i386 can be added on <a
75) href="mailto:weasel@debian.org">demand</a>.
76) </p>
77) 
78) <p><b>Other packages</b> are available for Gentoo Linux, FreeBSD, NetBSD,
79) and OpenBSD. If somebody sends me details for these I'll put them here.
80) </p>
81) 
82) <h2>Development releases</h2>
83) 
84) <p class="date">2004-11-09</p>
85) <p class="news">
86) Tor 0.0.9pre5 adds <a
87) href="http://archives.seul.org/or/dev/Nov-2004/msg00001.html">a saner
88) log config format, hibernation, and a remote control interface</a>.
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

89) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

90) 
91) <p class="date">2004-10-17</p>
92) <p class="news">
93) Tor 0.0.9pre4 fixes <a
94) href="http://archives.seul.org/or/dev/Oct-2004/msg00006.html">a bug
95) with default exit policies for servers, adds config options to specify
96) that a family of nodes are in the same trust domain, and allows better
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

97) exit integration with Squid</a>.
98) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

99) 
100) <p class="date">2004-10-14</p>
101) <p class="news">
102) Tor 0.0.9pre3 fixes <a
103) href="http://archives.seul.org/or/dev/Oct-2004/msg00002.html">more
104) bugs, makes configuring dirservers easier, and introduces an HttpProxy
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

105) config option</a>. </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

106) 
107) <p class="date">2004-10-03</p>
108) <p class="news">
109) Tor 0.0.9pre2 makes <a
110) href="http://archives.seul.org/or/dev/Oct-2004/msg00001.html">pre1
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

111) work again on amd64 and other 64-bit systems</a>.
112) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

113) 
114) <p class="date">2004-10-01</p>
115) <p class="news">
116) Tor 0.0.9pre1 fixes <a
117) href="http://archives.seul.org/or/dev/Oct-2004/msg00000.html">more
118) bugs in 0.0.8, and adds compression for directories,
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

119) and client-side directory caching</a>.
120) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

121) 
122) <h2>Stable releases</h2>
123) 
124) <p class="date">2004-10-14</p>
125) <p class="news">
126) Tor 0.0.8.1 fixes <a
127) href="http://archives.seul.org/or/announce/Oct-2004/msg00000.html">a
128) remotely triggerable crash bug, and has several other stability
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

129) improvements</a>.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

130) </p>
131) 
132) <p class="date">2004-08-25</p>
133) <p class="news">
134) Tor 0.0.8 adds <a
135) href="http://archives.seul.org/or/announce/Aug-2004/msg00001.html">directory
136) caching, on-demand connecting from ORs to ORs, bandwidth tracking, picks
137) routers by bandwidth, handles firewalls better, handles dynamic IPs for
138) servers, makes use of unverified servers in some path positions, and fixes
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

139) many bugs</a>.
140) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

141) 
Roger Dingledine point to correct places in cvs

Roger Dingledine authored 19 years ago

142) <p>You can read the <a href="cvs/tor/ChangeLog">ChangeLog</a> for more
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

143) details.</p>
144) 
145)   </div><!-- #main -->
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

146)   <div class="bottom" id="bottom">
147)      <i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> -
148)      $Id$
149)   </div>