c17dd0831e1c60a7a622fd77163666c3233f3211
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>
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

6)   <meta name="Author" content="Roger Dingledine" />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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" /> -->
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

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 />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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,
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

30) and more.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

31) <ul>
32) <li>Latest experimental: <a href="dist/tor-0.0.9pre5.tar.gz">0.0.9pre5</a>
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

33) (<a href="dist/tor-0.0.9pre5.tar.gz.asc">sig</a>)</li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

34) <li>Latest stable: <a href="dist/tor-0.0.8.1.tar.gz">0.0.8.1</a>
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

35) (<a href="dist/tor-0.0.8.1.tar.gz.asc">sig</a>)</li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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
Roger Dingledine fix a 404

Roger Dingledine authored 19 years ago

39) href="cvs/tor/doc/tor-doc.html#installing">instructions</a> -- you'll need <a
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

40) href="http://www.slproweb.com/products/Win32OpenSSL.html">OpenSSL</a>,
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

41) and don't forget <a href="http://www.privoxy.org/">privoxy</a>)</li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

42) </ul>
43) </p>
44) 
Roger Dingledine mention the instructions on...

Roger Dingledine authored 19 years ago

45) <p>Instructions for installing and configuring Tor are <a
46) href="cvs/tor/doc/tor-doc.html#installing">here</a>.
47) </p>
48) 
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

49) <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

50) on fetching Tor CVS.
51) </p>
52) 
53) <p>
54) Old releases are <a href="dist/obsolete/">here</a>.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

55) </p>
56) 
57) <p><b>Windows packages</b>:
58) <ul>
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

59) <li>Nick's contributed <a href="http://www.wangafu.net/~nickm/tor-0.0.9pre6-cvs-win32.exe">installer</a> for 0.0.9pre6-cvs.</li>
60) <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>
61) <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>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

62) </ul>
63) </p>
64) 
65) <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

66) 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

67) good. Please help.
68) </p>
69) 
70) <p><b>Debian packages</b> have been uploaded to unstable,
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

71) so you can just <code>apt-get install tor</code> if you are running sid.<br />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

72) 
73) For stable (woody) or testing add these lines to your
74) <code>/etc/apt/sources.list</code> file:
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

75) <blockquote><code>deb     http://mirror.noreply.org/pub/tor stable main<br />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

76) deb-src http://mirror.noreply.org/pub/tor stable main</code></blockquote>
77) and then run <code>apt-get update; apt-get install tor</code>.
78) Packages for architectures other than i386 can be added on <a
79) href="mailto:weasel@debian.org">demand</a>.
80) </p>
81) 
82) <p><b>Other packages</b> are available for Gentoo Linux, FreeBSD, NetBSD,
83) and OpenBSD. If somebody sends me details for these I'll put them here.
84) </p>
85) 
86) <h2>Development releases</h2>
87) 
88) <p class="date">2004-11-09</p>
89) <p class="news">
90) Tor 0.0.9pre5 adds <a
91) href="http://archives.seul.org/or/dev/Nov-2004/msg00001.html">a saner
92) log config format, hibernation, and a remote control interface</a>.
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

94) 
95) <p class="date">2004-10-17</p>
96) <p class="news">
97) Tor 0.0.9pre4 fixes <a
98) href="http://archives.seul.org/or/dev/Oct-2004/msg00006.html">a bug
99) with default exit policies for servers, adds config options to specify
100) 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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

110) 
111) <p class="date">2004-10-03</p>
112) <p class="news">
113) Tor 0.0.9pre2 makes <a
114) 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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

134) </p>
135) 
136) <p class="date">2004-08-25</p>
137) <p class="news">
138) Tor 0.0.8 adds <a
139) href="http://archives.seul.org/or/announce/Aug-2004/msg00001.html">directory
140) caching, on-demand connecting from ORs to ORs, bandwidth tracking, picks
141) routers by bandwidth, handles firewalls better, handles dynamic IPs for
142) 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

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

Roger Dingledine authored 19 years ago

145) 
Roger Dingledine point to correct places in cvs

Roger Dingledine authored 19 years ago

146) <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

147) details.</p>
148) 
149)   </div><!-- #main -->
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

150)   <div class="bottom" id="bottom">
151)      <i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> -
152)      $Id$
153)   </div>