71397b8a41735d13f44a4724cbc3d20d5ef5c614
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) ## translation metadata
Roger Dingledine looks like we never set the...

Roger Dingledine authored 13 years ago

2) # Revision: $Revision$
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3) # Translation-Priority: 3-low
4) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

5) #<!-- ATTENTION TRANSLATOR -->
Andrew Lewman apply jeremy's patch for os...

Andrew Lewman authored 12 years ago

6) #<!-- You MUST copy '/include/lang.wmi' along with this file! -->
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

7) 
8) #<!-- TBB DEFAULT LANGUAGE: Change 'en-US' below to your language code (if package exists)-->
9) #<!-- IMPORTANT: You MUST also change the default selection in 'lang.wmi' -->
10) <define-tag lang>en-US</define-tag>
11) 
Andrew Lewman apply jeremy's patch for os...

Andrew Lewman authored 12 years ago

12) #<!-- Download button text for language enabled packages -->
hiro Add changes for android rel...

hiro authored 5 years ago

13) <define-tag button-win-tbb32>Tor Browser</define-tag>
14) <define-tag button-win-tbb64>Currently Unused</define-tag>
Nicolas Vigier Remove old osx32 variables...

Nicolas Vigier authored 6 years ago

15) <define-tag button-osx-tbb64>Tor Browser</define-tag>
Erinn Clark update the website for the...

Erinn Clark authored 10 years ago

16) #<!-- Comment out until it's available again. -EC <define-tag button-osx-tbb64>64-bit</define-tag> -->
Sebastian Hahn Prefer 64bit on Linux

Sebastian Hahn authored 7 years ago

17) <define-tag button-lin-tbb32>Tor Browser (32-Bit)</define-tag>
18) <define-tag button-lin-tbb64>Tor Browser (64-Bit)</define-tag>
Andrew Lewman apply jeremy's patch for os...

Andrew Lewman authored 12 years ago

19) 
Sebastian Hahn Remove the ANNOUNCE_RSS hac...

Sebastian Hahn authored 12 years ago

20) #include "dlhead.wmi" TITLE="Download Tor" CHARSET="UTF-8"
Andrew Lewman apply jeremy's patch for os...

Andrew Lewman authored 12 years ago

21) 
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

22) <div id="content" class="clearfix">
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

23)   <div id="breadcrumbs"><a href="<page index>">Home &raquo; </a><a href="<page download/download>">Download</a></div>
24)   <div id="maincol-left">
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

25) <!-- BEGIN TEASER WARNING -->
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

26)     <div class="warning-top">
27)       <h2>Want Tor to really work?</h2>
Mike Perry Fix the download page warni...

Mike Perry authored 12 years ago

28) 	<p>You need to change some of your habits, as some things won't work exactly as
29) you are used to. Please read the <a href="#warning">full list of warnings</a> for details.
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

30) 	</p>
31)       </div>
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

32) <!-- END TEASER WARNING -->
traumschule download: replace javascrip...

traumschule authored 5 years ago

33) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

34) <!-- START DOWNLOADS -->
traumschule download: replace javascrip...

traumschule authored 5 years ago

35) 
36) <!-- START TOR BROWSER -->
37)  <h1>Download Tor Browser</h1>
38)  <section id="torbrowser" class="accordion download">
39) <!--
40)   This section uses a CSS accordion to hide and show topics.
41)   Styles are defined at the bottom of layout.css.
42) -->
traumschule download: merge in download...

traumschule authored 5 years ago

43) <p>Everything you need to safely browse the Internet. <a href="<page projects/torbrowser>">Learn more &raquo;</a><br/>
44) <a href="https://blog.torproject.org/category/tags/tbb">Read the release announcements!</a></p>
45) <p><a class="additional" href="#torbrowser-alpha">Download Unstable</a></p>
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

46) <!-- START WINDOWS -->
traumschule download: replace javascrip...

traumschule authored 5 years ago

47)  <div id="windows">
48)    <input id="ac-0" name="accordion-0" type="checkbox" />
49)    <label for="ac-0" class="windows24">
50)     <h1><a name="windows">Microsoft Windows</a></h1>
51)    </label>
52)    <article class="ac-small">
traumschule download: merge in download...

traumschule authored 5 years ago

53) <!-- WINDOWS 64 Bit -->
54)      <div class="package">
55) 	  <div class="desc">
56) 	    <h2>64 Bit</h2>
57) 	    <em>Version <version-torbrowserbundle> - Windows 10, 8, and 7</em>
58) 	  </div>
59) 	  <form class="downloads">
60) 	    <a class="button win-tbb64" href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-win64-<version-torbrowserbundle>_<lang>.exe">
61)             <span class="strong">Download</span><span class="normal"><button-win-tbb64></span></a>
62) 	    <select name="language" id="win-tbb64" class="lang">
63) #include <lang.wmi>
64) 	    </select>
65) 	    <div class="sig">
66) 	      <a class="lang-alt" href="<page projects/torbrowser>#downloads">
67)               Other Languages</a>
68) 	      (<a class="win-tbb64-sig" href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-win64-<version-torbrowserbundle>_<lang>.exe.asc">
69)               sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
70) 	    </div>
71) 	  </form>
72)     </div>
73) <!-- WINDOWS 32-Bit -->
74)     <div class="package">
75) 	  <div class="desc">
76) 	    <h2>32 Bit</h2>
77) 	    <em>Version <version-torbrowserbundle> - Windows 10, 8, and 7</em>
78) 	  </div>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

79) 	  <form class="downloads">
Nicolas Vigier Allow having different Tor...

Nicolas Vigier authored 6 years ago

80) 	    <a class="button win-tbb" href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_<lang>.exe"><span class="strong">Download</span><span class="normal"><button-win-tbb32></span></a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

81) 	    <select name="language" id="win-tbb" class="lang">
82) #include <lang.wmi>
83) 	    </select>
84) 	    <div class="sig">
David Fifield Fix download link anchors.

David Fifield authored 9 years ago

85) 	      <a class="lang-alt" href="<page projects/torbrowser>#downloads">Other Languages</a>
traumschule download: merge in download...

traumschule authored 5 years ago

86) 	      (<a class="win-tbb-sig" href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_<lang>.exe.asc">
87)               sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

88) 	    </div>
89) 	  </form>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

90) 
Matt Pagan Changed non-tag "Tor Browse...

Matt Pagan authored 9 years ago

91) 	  <h2>Tor Browser</h2>
Georg Koppen Die Vista and XP, die

Georg Koppen authored 5 years ago

92) 	  <em>Version <version-torbrowserbundle> (<releasedate-torbrowserbundle>) - Windows 10, 8, and 7</em>
Matt Pagan Dropped the line that encou...

Matt Pagan authored 10 years ago

93) 	  <p>Everything you need to safely browse the Internet. <a href="<page projects/torbrowser>">Learn more &raquo;</a></p>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

94) 	</div>
traumschule download: merge in download...

traumschule authored 5 years ago

95)         </div>
96) <!-- WINDOWS EXPPERT BUNDLE -->
97)     <div class="package">
98) 	  <div class="desc">
99) 	    <h2>Expert Bundle</h2>
100) 	    <em>Version <version-torbrowserbundle> - Windows 10, 8, 7, Vista,
101)                 XP, 2000, 2003 Server, ME, and Windows 98SE</em>
102) 	  </div>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

103) 	  <div class="downloads">
traumschule download: merge in download...

traumschule authored 5 years ago

104) 	    <a class="button" href="<package-win32-stable>"><span class="strong">
105)             Download</span><span class="normal">Expert Bundle</span></a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

106) 	    <div class="sig">
traumschule download: merge in download...

traumschule authored 5 years ago

107) 	      (<a href="<package-win32-stable>.asc">sig</a>)
108)              <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

109) 	    </div>
110) 	  </div>
traumschule download: merge in download...

traumschule authored 5 years ago

111) 	  <p>
112)           Contains just Tor and nothing else. You'll need to configure Tor and
113)           all of your applications manually. This installer must be run as
114)           Administrator.
115)           </p>
116)      </div>
traumschule download: replace javascrip...

traumschule authored 5 years ago

117)    </article>
118)   </div>
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

119) <!-- END WINDOWS -->
traumschule download: replace javascrip...

traumschule authored 5 years ago

120) 
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

121) <!-- START OS X -->
traumschule download: replace javascrip...

traumschule authored 5 years ago

122)  <div id="apple">
traumschule download: merge in download...

traumschule authored 5 years ago

123)    <input id="ac-mac" name="accordion-mac" type="checkbox" />
124)    <label for="ac-mac" class="mac24">
125)     <h1><a name="mac">Mac OS X</a></h1>
traumschule download: replace javascrip...

traumschule authored 5 years ago

126)    </label>
traumschule download: merge in download...

traumschule authored 5 years ago

127)    <article id="osx" class="ac-small">
128) 	<div class="package">
129) 	  <div class="desc">
130)             <h2>Tor Browser Bundle</h2>
131) 	    <em>Version <version-torbrowserbundleosx64> - OS X (10.9+)</em> 
132) 	  </div>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

133) 	  <form class="downloads">
Nicolas Vigier Remove old osx32 variables...

Nicolas Vigier authored 6 years ago

134) 	    <a class="button osx-tbb" href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_<lang>.dmg"><span class="strong">Download</span><span class="normal"><button-osx-tbb64></span></a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

135) 	    <select name="language" id="osx-tbb" class="lang">
136) #include <lang.wmi>
137) 	    </select>
138) 	    <div class="sig">
David Fifield Fix download link anchors.

David Fifield authored 9 years ago

139) 	      <a class="lang-alt" href="<page projects/torbrowser>#downloads">Other Languages</a>
Nicolas Vigier Allow having different Tor...

Nicolas Vigier authored 6 years ago

140) 	      (<a class="osx-tbb-sig" href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_<lang>.dmg.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

141) 	    </div>
142) 	  </form>
traumschule download: merge in download...

traumschule authored 5 years ago

143)       </div>
traumschule download: replace javascrip...

traumschule authored 5 years ago

144)    </article>
George Kadianakis Add the missing Apple OS X...

George Kadianakis authored 11 years ago

145)   </div>
traumschule download: replace javascrip...

traumschule authored 5 years ago

146) <!-- END OS X -->
147) 
148) <!-- START UNIX -->
traumschule download: merge in download...

traumschule authored 5 years ago

149)  <div id="unix">
traumschule download: replace javascrip...

traumschule authored 5 years ago

150)    <input id="ac-2" name="accordion-0" type="checkbox" />
151)    <label for="ac-2" class="linux24">
152)     <h1><a name="linux">Linux</a></h1>
153)    </label>
154)    <article class="ac-small">
traumschule download: merge in download...

traumschule authored 5 years ago

155) <!-- LINUX 64 Bit -->
156) 	<div class="package" >
157) 	  <div class="desc">
158) 	    <h2>64 Bit</h2>
159) 	    <em>Version <version-torbrowserbundlelinux64> - Linux, BSD, and Unix<</em>
160) 	  </div>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

161) 	  <form class="downloads">
Nicolas Vigier Allow having different Tor...

Nicolas Vigier authored 6 years ago

162) 	    <a class="button lin-tbb64" href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_<lang>.tar.xz"><span class="strong">Download</span><span class="normal"><button-lin-tbb64></span></a>
Sebastian Hahn Prefer 64bit on Linux

Sebastian Hahn authored 7 years ago

163) 	    <select name="language" id="lin-tbb64" class="lang">
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

164) #include <lang.wmi>
165) 	    </select>
traumschule download: merge in download...

traumschule authored 5 years ago

166) 	    <div class="sig" style="margin-bottom: 5px;">
David Fifield Fix download link anchors.

David Fifield authored 9 years ago

167) 	      <a class="lang-alt" href="<page projects/torbrowser>#downloads">Other Languages</a>
Nicolas Vigier Allow having different Tor...

Nicolas Vigier authored 6 years ago

168) 	      (<a class="lin-tbb64-sig" href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_<lang>.tar.xz.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

169) 	    </div>
traumschule download: merge in download...

traumschule authored 5 years ago

170) 	  </form>
171)       </div>
172) <!-- LINUX 32 Bit -->
173) 	<div class="package" style="padding-top: 13px; border-top: 0px;">
174) 	  <div class="desc">
175) 	    <h2>32-Bit</h2>
176) 	    <em>Version <version-torbrowserbundlelinux32> - Linux, BSD, and Unix<</em>
177) 	  </div>
178) 	  <form class="downloads">
Nicolas Vigier Allow having different Tor...

Nicolas Vigier authored 6 years ago

179) 	    <a class="button lin-tbb32" href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_<lang>.tar.xz"><span class="strong">Download</span><span class="normal"><button-lin-tbb32></span></a>
Sebastian Hahn Prefer 64bit on Linux

Sebastian Hahn authored 7 years ago

180) 	    <select name="language" id="lin-tbb32" class="lang">
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

181) #include <lang.wmi>
182) 	    </select>
traumschule download: merge in download...

traumschule authored 5 years ago

183) 	    <div class="sig" style="margin-bottom: 5px;">
David Fifield Fix download link anchors.

David Fifield authored 9 years ago

184) 	      <a class="lang-alt" href="<page projects/torbrowser>#downloads">Other Languages</a>
Nicolas Vigier Allow having different Tor...

Nicolas Vigier authored 6 years ago

185) 	      (<a class="lin-tbb32-sig" href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_<lang>.tar.xz.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

186) 	    </div>
187) 	  </form>
188)       </div>
traumschule download: replace javascrip...

traumschule authored 5 years ago

189)    </article>
190)   </div>
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

191) <!-- END UNIX -->
traumschule download: merge in download...

traumschule authored 5 years ago

192) <!-- START OPENBSD -->
193)  <div id="bsd">
194)    <input id="ac-bsd" name="accordion-bsd" type="checkbox" />
195)    <label for="ac-bsd" class="openbsd24">
196)     <h1><a name="openbsd">OpenBSD</a></h1>
197)    </label>
198)    <article id="openbsd" class="ac-small">
199)       <div class="desc">
200) 	<p>
201)         To install Tor Browser on OpenBSD, run:</p>
202)         <pre>pkg_add tor-browser</pre>
203) 
204) 	<p>
205)         Sometimes the most recent version of Tor Browser on OpenBSD is
206)         behind the current release.<br/>
207)         The available version of TB on OpenBSD should be checked with:
208)         </p>
209) 	<pre>pkg_info -Q tor-browser</pre>
210) 	<p>
211)         If provided version is not the current Tor Browser version, it is
212)         not recommended. To install the Tor Browser port from an updated ports
213)         tree, run:</p>
214)         <pre>cd /usr/ports/meta/tor-browser && make install</pre>
215)       </div>
216)    </article>
217)   </div>
218) <!-- END OPENBSD -->
traumschule download: add TBA (#27305)

traumschule authored 5 years ago

219) <!-- START ANDROID -->
traumschule download: replace javascrip...

traumschule authored 5 years ago

220)  <div id="android">
221)    <input id="ac-3" name="accordion-0" type="checkbox" />
222)    <label for="ac-3" class="android24">
223)     <h1><a name="android">Android</a></h1>
224)    </label>
225)    <article class="ac-small">
traumschule download: merge in download...

traumschule authored 5 years ago

226) 	<div class="package">
227) 	  <div class="desc">
228) 	    <h2>Stable</h2>
229) 	    <!--<em>Version <version-torbrowserbundleandroid> - Android</em>-->
230) 	  </div>
231)           <p>
232)           Tor Browser for Android has no stable version yet.
233)           It is expected for early 2019
234)           </p>
235)           <p>
236)           You can help by testing the Alpha version and
237)           <a href="https://trac.torproject.org/projects/tor/wiki/doc/community/HowToReportBugFeedback">reporting issues</a>.
238)           </p>
239)         </div>
240)   	<div class="package">
241)           <h2>Alpha</h2>
242)           <p>
243)           Introducing Tor Browser for Android, the mobile browser with the
244)           highest privacy protections ever available and on par with Tor
245)           Browser for desktop.
246)           </p>
247)           <p>
248)           Note: For this release, you also need to install
249)           <a href="https://www.torproject.org/docs/android.html.en">Orbot</a>.
250)           </p>
251) 	  <div class="desc">
252) 	    <em>Version <version-torbrowserbundleandroid> - Android</em> <a href="https://blog.torproject.org/category/tags/mobile">Read the release announcements!</a></p>
253) 	  </div>
traumschule download: add TBA (#27305)

traumschule authored 5 years ago

254)           <form class="downloads">
hiro Add apk link and versions t...

hiro authored 5 years ago

255)             <a class="button" href="../dist/torbrowser/mobile/<version-torbrowserbundleandroid>/tor-browser-android-arm-<version-torbrowserbundleandroid>.apk"><span class="strong">Download</span><span class="normal">Android</span></a>
traumschule download: add TBA (#27305)

traumschule authored 5 years ago

256)             <div class="sig">
hiro Update link for android apk...

hiro authored 5 years ago

257)               (<a class="android-tbb-sig" href="../dist/torbrowser/mobile/<version-torbrowserbundleandroid>/tor-browser-android-arm-<version-torbrowserbundleandroid>.apk.asc">sig</a>)
traumschule download: add TBA (#27305)

traumschule authored 5 years ago

258)               <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
259)             </div>
260)           </form>
261)           <p>
262)           Known issue: Our Security Slider is now under ‘Security Settings,
hiro Add apk link and versions t...

hiro authored 5 years ago

263)           but because of a small issue, it’s only showing up after you restart
traumschule download: merge in download...

traumschule authored 5 years ago

264)           the app. We plan on fixing it for the next release.
265)           </p>
266)           <p>Also available on
267)           <a href="https://play.google.com/store/apps/details?id=org.torproject.android">GooglePlay</a>.
268)           <!--and <a href="https://guardianproject.info/fdroid/">FDroid</a>-->
traumschule download: add TBA (#27305)

traumschule authored 5 years ago

269)           </p>
270)        </div>
traumschule download: replace javascrip...

traumschule authored 5 years ago

271)    </article>
272)   </div>
traumschule download: add TBA (#27305)

traumschule authored 5 years ago

273) <!-- END ANDROID -->
traumschule download: replace javascrip...

traumschule authored 5 years ago

274) 
traumschule download: link to OnionBrow...

traumschule authored 5 years ago

275) <!-- START SMARTPHONES -->
traumschule download: merge in download...

traumschule authored 5 years ago

276)  <div id="smartphone">
traumschule download: replace javascrip...

traumschule authored 5 years ago

277)    <input id="ac-4" name="accordion-0" type="checkbox" />
278)    <label for="ac-4" class="smartphone24">
traumschule download: merge in download...

traumschule authored 5 years ago

279)     <h1><a name="smartphone">Smartphones</a></h1>
traumschule download: replace javascrip...

traumschule authored 5 years ago

280)    </label>
281)    <article class="ac-small">
traumschule download: link to OnionBrow...

traumschule authored 5 years ago

282) <!-- START IOS -->
traumschule download: merge in download...

traumschule authored 5 years ago

283)      <div class="package">
284)        <div class="desc">
285)          <h2>iOS</h2>
286) 	 <!--<em>Version <version-torbrowserbundleios> - iOS</em>-->
287)        </div>
288)        <p>
289)        Unfortunately we do not have the capacity to offer a version of
290)        Tor Browser for IOS at the moment, but
291)        <a href="https://support.torproject.org/#tormobile-3">
292)        we recommend Onion Browser</a>. Check
293)        <a href="https://prism-break.org/en/categories/ios">prism-break</a>
294)        for security limitations of iOS.
295)        </p>
296)      </div>
traumschule download: link to OnionBrow...

traumschule authored 5 years ago

297) <!-- END IOS -->
traumschule download: replace javascrip...

traumschule authored 5 years ago

298)    </article>
299)   </div>
traumschule download: link to OnionBrow...

traumschule authored 5 years ago

300) <!-- END SMARTPHONES -->
traumschule download: merge in tor brow...

traumschule authored 5 years ago

301) <!-- START LANGUAGES -->
302)  <div id="languages">
303)    <input id="ac-languages" name="accordion-languages" type="checkbox" />
304)    <label for="ac-languages" class="languages24">
305)     <h1><a name="lang">Language versions</a></h1>
306)    </label>
307)    <article class="ac-small">
308) 
309)     <p>
310)     Save the file for Tor Browser in your preferred language to wherever is
311)     convenient, e.g. the Desktop or a USB flash drive.
312)     </p>
313)     <p>See our instructions on <a href="<page docs/verifying-signatures>">how to verify package signatures</a>,
314)       which allows you to make sure you've downloaded the file we intended
315)       you to get. Also, note that the Firefox ESR in our bundles is
316)       <a href="https://gitweb.torproject.org/tor-browser.git">modified</a> from the <a
317)       href="https://www.mozilla.org/en-US/firefox/organizations/">default
318)       Firefox ESR</a>.</p>
319)       <div class="dltable">
320)         <table>
321)           <thead>
322)         <tr>
323)           <th><br>Language</th>
324)           <th>Microsoft Windows <em>(<version-torbrowserbundle>)</em></th>
325)           <th>Apple MacOS <em>(<version-torbrowserbundleosx64>)</em></th>
326)           <th>GNU/Linux <em>(<version-torbrowserbundlelinux32>)</em></th>
327)         </tr>
328)           </thead>
329)           <tbody>
330)         <tr>
331)           <td>English (en-US)</td>
332)           <td>
333)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_en-US.exe">32/64-bit</a>
334)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_en-US.exe.asc">sig</a>)</em>
335)                 &bull;
336)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_en-US.exe">64-bit</a>
337)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_en-US.exe.asc">sig</a>)</em>
338)           </td>
339)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_en-US.dmg">64-bit</a>
340)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_en-US.dmg.asc">sig</a>)</em>
341)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_en-US.tar.xz">32-bit</a>
342)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_en-US.tar.xz.asc">sig</a>)</em>
343)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_en-US.tar.xz">64-bit</a>
344)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_en-US.tar.xz.asc">sig</a>)</em></td>
345)         </tr>
346)         <tr class="alt">
347)           <td>&#x0627;&#x0644;&#x0639;&#x0631;&#x0628;&#x064a;&#x0629; (ar)</td>
348)           <td>
349)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_ar.exe">32/64-bit</a>
350)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_ar.exe.asc">sig</a>)</em>
351)                 &bull;
352)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_ar.exe">64-bit</a>
353)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_ar.exe.asc">sig</a>)</em>
354)           </td>
355)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_ar.dmg">64-bit</a>
356)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_ar.dmg.asc">sig</a>)</em>
357)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_ar.tar.xz">32-bit</a>
358)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_ar.tar.xz.asc">sig</a>)</em>
359)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_ar.tar.xz">64-bit</a>
360)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_ar.tar.xz.asc">sig</a>)</em></td>
361)         </tr>
362)         <tr class="alt">
363)           <td>Català (ca)</td>
364)           <td>
365)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_ca.exe">32/64-bit</a>
366)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_ca.exe.asc">sig</a>)</em>
367)                 &bull;
368)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_ca.exe">64-bit</a>
369)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_ca.exe.asc">sig</a>)</em>
370)           </td>
371)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_ca.dmg">64-bit</a>
372)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_ca.dmg.asc">sig</a>)</em>
373)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_ca.tar.xz">32-bit</a>
374)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_ca.tar.xz.asc">sig</a>)</em>
375)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_ca.tar.xz">64-bit</a>
376)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_ca.tar.xz.asc">sig</a>)</em></td>
377)         </tr>
378)         <tr class="alt">
379)           <td>Dansk (da)</td>
380)           <td>
381)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_da.exe">32/64-bit</a>
382)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_da.exe.asc">sig</a>)</em>
383)                 &bull;
384)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_da.exe">64-bit</a>
385)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_da.exe.asc">sig</a>)</em>
386)           </td>
387)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_da.dmg">64-bit</a>
388)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_da.dmg.asc">sig</a>)</em>
389)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_da.tar.xz">32-bit</a>
390)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_da.tar.xz.asc">sig</a>)</em>
391)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_da.tar.xz">64-bit</a>
392)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_da.tar.xz.asc">sig</a>)</em></td>
393)         </tr>
394)         <tr>
395)           <td>Deutsch (de)</td>
396)           <td>
397)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_de.exe">32/64-bit</a>
398)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_de.exe.asc">sig</a>)</em>
399)                 &bull;
400)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_de.exe">64-bit</a>
401)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_de.exe.asc">sig</a>)</em>
402)           </td>
403)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_de.dmg">64-bit</a>
404)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_de.dmg.asc">sig</a>)</em>
405)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_de.tar.xz">32-bit</a>
406)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_de.tar.xz.asc">sig</a>)</em>
407)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_de.tar.xz">64-bit</a>
408)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_de.tar.xz.asc">sig</a>)</em></td>
409)         </tr>
410)         <tr class="alt">
411)           <td>&#x0045;&#x0073;&#x0070;&#x0061;&#x00f1;&#x006f;&#x006c; (es-ES)</td>
412)           <td>
413)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_es-ES.exe">32/64-bit</a>
414)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_es-ES.exe.asc">sig</a>)</em>
415)                 &bull;
416)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_es-ES.exe">64-bit</a>
417)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_es-ES.exe.asc">sig</a>)</em>
418)           </td>
419)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_es-ES.dmg">64-bit</a>
420)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_es-ES.dmg.asc">sig</a>)</em>
421)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_es-ES.tar.xz">32-bit</a>
422)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_es-ES.tar.xz.asc">sig</a>)</em>
423)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_es-ES.tar.xz">64-bit</a>
424)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_es-ES.tar.xz.asc">sig</a>)</em></td>
425)         </tr>
426)         <tr>
427)           <td>&#x0641;&#x0627;&#x0631;&#x0633;&#x06cc; (fa)</td>
428)           <td>
429)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_fa.exe">32/64-bit</a>
430)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_fa.exe.asc">sig</a>)</em>
431)                 &bull;
432)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_fa.exe">64-bit</a>
433)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_fa.exe.asc">sig</a>)</em>
434)           </td>
435)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_fa.dmg">64-bit</a>
436)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_fa.dmg.asc">sig</a>)</em>
437)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_fa.tar.xz">32-bit</a>
438)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_fa.tar.xz.asc">sig</a>)</em>
439)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_fa.tar.xz">64-bit</a>
440)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_fa.tar.xz.asc">sig</a>)</em></td>
441)         </tr>
442)         <tr class="alt">
443)           <td>&#x0046;&#x0072;&#x0061;&#x006e;&#x00e7;&#x0061;&#x0069;&#x0073; (fr)</td>
444)           <td>
445)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_fr.exe">32/64-bit</a>
446)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_fr.exe.asc">sig</a>)</em>
447)                 &bull;
448)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_fr.exe">64-bit</a>
449)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_fr.exe.asc">sig</a>)</em>
450)           </td>
451)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_fr.dmg">64-bit</a>
452)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_fr.dmg.asc">sig</a>)</em>
453)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_fr.tar.xz">32-bit</a>
454)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_fr.tar.xz.asc">sig</a>)</em>
455)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_fr.tar.xz">64-bit</a>
456)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_fr.tar.xz.asc">sig</a>)</em></td>
457)         </tr>
458)         <tr class="alt">
459)           <td>Gaeilge (Irish) (ga-IE)</td>
460)           <td>
461)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_ga-IE.exe">32/64-bit</a>
462)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_ga-IE.exe.asc">sig</a>)</em>
463)                 &bull;
464)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_ga-IE.exe">64-bit</a>
465)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_ga-IE.exe.asc">sig</a>)</em>
466)           </td>
467)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_ga-IE.dmg">64-bit</a>
468)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_ga-IE.dmg.asc">sig</a>)</em>
469)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_ga-IE.tar.xz">32-bit</a>
470)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_ga-IE.tar.xz.asc">sig</a>)</em>
471)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_ga-IE.tar.xz">64-bit</a>
472)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_ga-IE.tar.xz.asc">sig</a>)</em></td>
473)         </tr>
474)         <tr class="alt">
475)           <td>&#x5e2;&#x5d1;&#x5e8;&#x5d9;&#x5ea; (he)</td>
476)           <td>
477)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_he.exe">32/64-bit</a>
478)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_he.exe.asc">sig</a>)</em>
479)                 &bull;
480)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_he.exe">64-bit</a>
481)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_he.exe.asc">sig</a>)</em>
482)           </td>
483)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_he.dmg">64-bit</a>
484)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_he.dmg.asc">sig</a>)</em>
485)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_he.tar.xz">32-bit</a>
486)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_he.tar.xz.asc">sig</a>)</em>
487)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_he.tar.xz">64-bit</a>
488)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_he.tar.xz.asc">sig</a>)</em></td>
489)         </tr>
490)         <tr class="alt">
491)           <td>bahasa Indonesia (id)</td>
492)           <td>
493)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_id.exe">32/64-bit</a>
494)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_id.exe.asc">sig</a>)</em>
495)                 &bull;
496)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_id.exe">64-bit</a>
497)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_id.exe.asc">sig</a>)</em>
498)           </td>
499)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_id.dmg">64-bit</a>
500)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_id.dmg.asc">sig</a>)</em>
501)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_id.tar.xz">32-bit</a>
502)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_id.tar.xz.asc">sig</a>)</em>
503)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_id.tar.xz">64-bit</a>
504)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_id.tar.xz.asc">sig</a>)</em></td>
505)         </tr>
506)         <tr class="alt">
507)           <td>íslenska (is)</td>
508)           <td>
509)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_is.exe">32/64-bit</a>
510)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_is.exe.asc">sig</a>)</em>
511)                 &bull;
512)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_is.exe">64-bit</a>
513)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_is.exe.asc">sig</a>)</em>
514)           </td>
515)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_is.dmg">64-bit</a>
516)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_is.dmg.asc">sig</a>)</em>
517)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_is.tar.xz">32-bit</a>
518)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_is.tar.xz.asc">sig</a>)</em>
519)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_is.tar.xz">64-bit</a>
520)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_is.tar.xz.asc">sig</a>)</em></td>
521)         </tr>
522)         <tr>
523)           <td>Italiano (it)</td>
524)           <td>
525)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_it.exe">32/64-bit</a>
526)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_it.exe.asc">sig</a>)</em>
527)                 &bull;
528)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_it.exe">64-bit</a>
529)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_it.exe.asc">sig</a>)</em>
530)           </td>
531)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_it.dmg">64-bit</a>
532)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_it.dmg.asc">sig</a>)</em>
533)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_it.tar.xz">32-bit</a>
534)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_it.tar.xz.asc">sig</a>)</em>
535)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_it.tar.xz">64-bit</a>
536)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_it.tar.xz.asc">sig</a>)</em></td>
537)         </tr>
538)         <tr class="alt">
539)           <td>&#26085;&#26412;&#35486; (ja)</td>
540)           <td>
541)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_ja.exe">32/64-bit</a>
542)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_ja.exe.asc">sig</a>)</em>
543)                 &bull;
544)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_ja.exe">64-bit</a>
545)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_ja.exe.asc">sig</a>)</em>
546)           </td>
547)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_ja.dmg">64-bit</a>
548)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_ja.dmg.asc">sig</a>)</em>
549)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_ja.tar.xz">32-bit</a>
550)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_ja.tar.xz.asc">sig</a>)</em>
551)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_ja.tar.xz">64-bit</a>
552)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_ja.tar.xz.asc">sig</a>)</em></td>
553)         </tr>
554)         <tr>
555)           <td>Korean (ko)</td>
556)           <td>
557)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_ko.exe">32/64-bit</a>
558)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_ko.exe.asc">sig</a>)</em>
559)                 &bull;
560)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_ko.exe">64-bit</a>
561)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_ko.exe.asc">sig</a>)</em>
562)           </td>
563)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_ko.dmg">64-bit</a>
564)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_ko.dmg.asc">sig</a>)</em>
565)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_ko.tar.xz">32-bit</a>
566)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_ko.tar.xz.asc">sig</a>)</em>
567)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_ko.tar.xz">64-bit</a>
568)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_ko.tar.xz.asc">sig</a>)</em></td>
569)         </tr>
570)         <tr>
571)           <td>Norsk bokmå&#x0345;l (nb-NO)</td>
572)           <td>
573)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_nb-NO.exe">32/64-bit</a>
574)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_nb-NO.exe.asc">sig</a>)</em>
575)                 &bull;
576)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_nb-NO.exe">64-bit</a>
577)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_nb-NO.exe.asc">sig</a>)</em>
578)           </td>
579)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_nb-NO.dmg">64-bit</a>
580)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_nb-NO.dmg.asc">sig</a>)</em>
581)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_nb-NO.tar.xz">32-bit</a>
582)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_nb-NO.tar.xz.asc">sig</a>)</em>
583)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_nb-NO.tar.xz">64-bit</a>
584)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_nb-NO.tar.xz.asc">sig</a>)</em></td>
585)         </tr>
586)         <tr class="alt">
587)           <td>Nederlands (nl)</td>
588)           <td>
589)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_nl.exe">32/64-bit</a>
590)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_nl.exe.asc">sig</a>)</em>
591)                 &bull;
592)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_nl.exe">64-bit</a>
593)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_nl.exe.asc">sig</a>)</em>
594)           </td>
595)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_nl.dmg">64-bit</a>
596)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_nl.dmg.asc">sig</a>)</em>
597)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_nl.tar.xz">32-bit</a>
598)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_nl.tar.xz.asc">sig</a>)</em>
599)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_nl.tar.xz">64-bit</a>
600)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_nl.tar.xz.asc">sig</a>)</em></td>
601)         </tr>
602)         <tr>
603)           <td>Polish (pl)</td>
604)           <td>
605)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_pl.exe">32/64-bit</a>
606)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_pl.exe.asc">sig</a>)</em>
607)                 &bull;
608)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_pl.exe">64-bit</a>
609)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_pl.exe.asc">sig</a>)</em>
610)           </td>
611)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_pl.dmg">64-bit</a>
612)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_pl.dmg.asc">sig</a>)</em>
613)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_pl.tar.xz">32-bit</a>
614)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_pl.tar.xz.asc">sig</a>)</em>
615)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_pl.tar.xz">64-bit</a>
616)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_pl.tar.xz.asc">sig</a>)</em></td>
617)         </tr>
618)         <tr class="alt">
619)           <td>&#x0050;&#x006f;&#x0072;&#x0074;&#x0075;&#x0067;&#x0075;&#x00ea;&#x0073; (pt-BR)</td>
620)           <td>
621)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_pt-BR.exe">32/64-bit</a>
622)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_pt-BR.exe.asc">sig</a>)</em>
623)                 &bull;
624)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_pt-BR.exe">64-bit</a>
625)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_pt-BR.exe.asc">sig</a>)</em>
626)           </td>
627)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_pt-BR.dmg">64-bit</a>
628)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_pt-BR.dmg.asc">sig</a>)</em>
629)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_pt-BR.tar.xz">32-bit</a>
630)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_pt-BR.tar.xz.asc">sig</a>)</em>
631)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_pt-BR.tar.xz">64-bit</a>
632)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_pt-BR.tar.xz.asc">sig</a>)</em></td>
633)         </tr>
634)         <tr>
635)           <td>&#x0420;&#x0443;&#x0441;&#x0441;&#x043a;&#x0438;&#x0439; (ru)</td>
636)           <td>
637)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_ru.exe">32/64-bit</a>
638)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_ru.exe.asc">sig</a>)</em>
639)                 &bull;
640)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_ru.exe">64-bit</a>
641)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_ru.exe.asc">sig</a>)</em>
642)           </td>
643)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_ru.dmg">64-bit</a>
644)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_ru.dmg.asc">sig</a>)</em>
645)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_ru.tar.xz">32-bit</a>
646)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_ru.tar.xz.asc">sig</a>)</em>
647)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_ru.tar.xz">64-bit</a>
648)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_ru.tar.xz.asc">sig</a>)</em></td>
649)         </tr>
650)         <tr>
651)           <td>Svenska (sv-SE)</td>
652)           <td>
653)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_sv-SE.exe">32/64-bit</a>
654)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_sv-SE.exe.asc">sig</a>)</em>
655)                 &bull;
656)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_sv-SE.exe">64-bit</a>
657)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_sv-SE.exe.asc">sig</a>)</em>
658)           </td>
659)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_sv-SE.dmg">64-bit</a>
660)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_sv-SE.dmg.asc">sig</a>)</em>
661)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_sv-SE.tar.xz">32-bit</a>
662)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_sv-SE.tar.xz.asc">sig</a>)</em>
663)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_sv-SE.tar.xz">64-bit</a>
664)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_sv-SE.tar.xz.asc">sig</a>)</em></td>
665)         </tr>
666)         <tr class="alt">
667)           <td>T&#252;rk&#231;e (tr)</td>
668)           <td>
669)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_tr.exe">32/64-bit</a>
670)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_tr.exe.asc">sig</a>)</em>
671)                 &bull;
672)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_tr.exe">64-bit</a>
673)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_tr.exe.asc">sig</a>)</em>
674)           </td>
675)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_tr.dmg">64-bit</a>
676)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_tr.dmg.asc">sig</a>)</em>
677)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_tr.tar.xz">32-bit</a>
678)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_tr.tar.xz.asc">sig</a>)</em>
679)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_tr.tar.xz">64-bit</a>
680)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_tr.tar.xz.asc">sig</a>)</em></td>
681)         </tr>
682)         <tr>
683)           <td>Vietnamese (vi)</td>
684)           <td>
685)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_vi.exe">32/64-bit</a>
686)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_vi.exe.asc">sig</a>)</em>
687)                 &bull;
688)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_vi.exe">64-bit</a>
689)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_vi.exe.asc">sig</a>)</em>
690)           </td>
691)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_vi.dmg">64-bit</a>
692)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_vi.dmg.asc">sig</a>)</em>
693)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_vi.tar.xz">32-bit</a>
694)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_vi.tar.xz.asc">sig</a>)</em>
695)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_vi.tar.xz">64-bit</a>
696)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_vi.tar.xz.asc">sig</a>)</em></td>
697)         </tr>
698)         <tr class="alt">
699)           <td>&#x7b80;&#x4f53;&#x5b57; (zh-CN)</td>
700)           <td>
701)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_zh-CN.exe">32/64-bit</a>
702)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_zh-CN.exe.asc">sig</a>)</em>
703)                 &bull;
704)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_zh-CN.exe">64-bit</a>
705)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_zh-CN.exe.asc">sig</a>)</em>
706)           </td>
707)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_zh-CN.dmg">64-bit</a>
708)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_zh-CN.dmg.asc">sig</a>)</em>
709)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_zh-CN.tar.xz">32-bit</a>
710)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_zh-CN.tar.xz.asc">sig</a>)</em>
711)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_zh-CN.tar.xz">64-bit</a>
712)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_zh-CN.tar.xz.asc">sig</a>)</em></td>
713)         </tr>
714)         <tr class="alt">
715)           <td>&#x6b63;&#x9ad4;&#x5b57; (zh-TW)</td>
716)           <td>
717)                 <a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_zh-TW.exe">32/64-bit</a>
718)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_zh-TW.exe.asc">sig</a>)</em>
719)                 &bull;
720)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_zh-TW.exe">64-bit</a>
721)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64>/torbrowser-install-win64-<version-torbrowserbundlewin64>_zh-TW.exe.asc">sig</a>)</em>
722)           </td>
723)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_zh-TW.dmg">64-bit</a>
724)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_zh-TW.dmg.asc">sig</a>)</em>
725)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_zh-TW.tar.xz">32-bit</a>
726)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_zh-TW.tar.xz.asc">sig</a>)</em>
727)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_zh-TW.tar.xz">64-bit</a>
728)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_zh-TW.tar.xz.asc">sig</a>)</em></td>
729)         </tr>
730)           </tbody>
731)         </table>
traumschule download: replace javascrip...

traumschule authored 5 years ago

732) 
traumschule download: merge in tor brow...

traumschule authored 5 years ago

733)    </article>
734)   </div>
735) <!-- END LANGUAGES -->
736) <!-- START ALPHA -->
737)  <div id="torbrowser-alpha">
738)    <input id="ac-torbrowser-alpha" name="accordion-torbrowser-alpha" type="checkbox" />
739)    <label for="ac-torbrowser-alpha" class="alpha24">
740)     <h1><a name="alpha">Alpha version</a></h1>
741)    </label>
742)    <article id="downloads-alpha" class="ac-small">
743) 
744)     <p>
745)     Save the file for Tor Browser in your preferred language to wherever is
746)     convenient, e.g. the Desktop or a USB flash drive.
747)     </p>
748)     <p>See our instructions on <a href="<page docs/verifying-signatures>">how to verify package signatures</a>,
749)       which allows you to make sure you've downloaded the file we intended
750)       you to get. Also, note that the Firefox ESR in our bundles is
751)       <a href="https://gitweb.torproject.org/tor-browser.git">modified</a> from the <a
752)       href="https://www.mozilla.org/en-US/firefox/organizations/">default
753)       Firefox ESR</a>.</p>
754)      <div class="pjtext">
755)       <div class="dltable">
756)         <table>
757)           <thead>
758)         <tr>
759)           <th><br>Language</th>
760)           <th>Microsoft Windows<br><em>(<version-torbrowserbundlebeta>)</em></th>
761)           <th>Mac OS X<br><em>(<version-torbrowserbundleosx64beta>)</em></th>
762)           <th>Linux<br><em>(<version-torbrowserbundlelinux32beta>)</em></th>
763)           <th>Android<br><em>(<version-torbrowserbundleandroid>)</em></th>
764)         </tr>
765)           </thead>
766)           <tbody>
767)         <tr>
768)           <td>English (en-US)</td>
769)           <td>
770)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_en-US.exe">32/64-bit</a>
771)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_en-US.exe.asc">sig</a>)</em>
772)                 &bull;
773)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_en-US.exe">64-bit</a>
774)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_en-US.exe.asc">sig</a>)</em>
775)           </td>
776)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_en-US.dmg">64-bit</a>
777)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_en-US.dmg.asc">sig</a>)</em>
778)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_en-US.tar.xz">32-bit</a>
779)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_en-US.tar.xz.asc">sig</a>)</em>
780)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_en-US.tar.xz">64-bit</a>
781)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_en-US.tar.xz.asc">sig</a>)</em></td>
782)           <td><a href="../dist/torbrowser/mobile/<version-torbrowserbundleandroid>/tor-browser-android-arm-<version-torbrowserbundleandroid>.apk">Android</a>
783)           <em>(<a href="../dist/torbrowser/mobile/<version-torbrowserbundleandroid>/tor-browser-android-arm-<version-torbrowserbundleandroid>.apk.asc">sig</a>)</em></td> 
784)         </tr>
785)         <tr class="alt">
786)           <td>&#x0627;&#x0644;&#x0639;&#x0631;&#x0628;&#x064a;&#x0629; (ar)</td>
787)           <td>
788)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_ar.exe">32/64-bit</a>
789)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_ar.exe.asc">sig</a>)</em>
790)                 &bull;
791)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_ar.exe">64-bit</a>
792)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_ar.exe.asc">sig</a>)</em>
793)           </td>
794)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_ar.dmg">64-bit</a>
795)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_ar.dmg.asc">sig</a>)</em>
796)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_ar.tar.xz">32-bit</a>
797)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_ar.tar.xz.asc">sig</a>)</em>
798)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_ar.tar.xz">64-bit</a>
799)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_ar.tar.xz.asc">sig</a>)</em></td>
800)           <td></td>
801)         </tr>
802)         <tr class="alt">
803)           <td>Català (ca)</td>
804)           <td>
805)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_ca.exe">32/64-bit</a>
806)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_ca.exe.asc">sig</a>)</em>
807)                 &bull;
808)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_ca.exe">64-bit</a>
809)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_ca.exe.asc">sig</a>)</em>
810)           </td>
811)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_ca.dmg">64-bit</a>
812)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_ca.dmg.asc">sig</a>)</em>
813)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_ca.tar.xz">32-bit</a>
814)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_ca.tar.xz.asc">sig</a>)</em>
815)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_ca.tar.xz">64-bit</a>
816)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_ca.tar.xz.asc">sig</a>)</em></td>
817)           <td></td>
818)         </tr>
819)         <tr>
820)           <td>Dansk (da)</td>
821)           <td>
822)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_da.exe">32/64-bit</a>
823)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_da.exe.asc">sig</a>)</em>
824)                 &bull;
825)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-win64-<version-torbrowserbundlebeta>_da.exe">64-bit</a>
826)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-win64-<version-torbrowserbundlebeta>_da.exe.asc">sig</a>)</em>
827)           </td>
828)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_da.dmg">64-bit</a>
829)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_da.dmg.asc">sig</a>)</em>
830)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_da.tar.xz">32-bit</a>
831)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_da.tar.xz.asc">sig</a>)</em>
832)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_da.tar.xz">64-bit</a>
833)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_da.tar.xz.asc">sig</a>)</em></td>
834)           <td></td>
835)         </tr>
836)         <tr>
837)           <td>Deutsch (de)</td>
838)           <td>
839)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_de.exe">32/64-bit</a>
840)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_de.exe.asc">sig</a>)</em>
841)                 &bull;
842)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_de.exe">64-bit</a>
843)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_de.exe.asc">sig</a>)</em>
844)           </td>
845)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_de.dmg">64-bit</a>
846)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_de.dmg.asc">sig</a>)</em>
847)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_de.tar.xz">32-bit</a>
848)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_de.tar.xz.asc">sig</a>)</em>
849)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_de.tar.xz">64-bit</a>
850)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_de.tar.xz.asc">sig</a>)</em></td>
851)           <td></td>
852)         </tr>
853)         <tr class="alt">
854)           <td>&#x0045;&#x0073;&#x0070;&#x0061;&#x00f1;&#x006f;&#x006c; (es-ES)</td>
855)           <td>
856)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_es-ES.exe">32/64-bit</a>
857)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_es-ES.exe.asc">sig</a>)</em>
858)                 &bull;
859)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_es-ES.exe">64-bit</a>
860)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_es-ES.exe.asc">sig</a>)</em>
861)           </td>
862)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_es-ES.dmg">64-bit</a>
863)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_es-ES.dmg.asc">sig</a>)</em>
864)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_es-ES.tar.xz">32-bit</a>
865)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_es-ES.tar.xz.asc">sig</a>)</em>
866)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_es-ES.tar.xz">64-bit</a>
867)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_es-ES.tar.xz.asc">sig</a>)</em></td>
868)           <td></td>
869)         </tr>
870)         <tr>
871)           <td>&#x0641;&#x0627;&#x0631;&#x0633;&#x06cc; (fa)</td>
872)           <td>
873)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_fa.exe">32/64-bit</a>
874)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_fa.exe.asc">sig</a>)</em>
875)                 &bull;
876)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_fa.exe">64-bit</a>
877)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_fa.exe.asc">sig</a>)</em>
878)           </td>
879)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_fa.dmg">64-bit</a>
880)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_fa.dmg.asc">sig</a>)</em>
881)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_fa.tar.xz">32-bit</a>
882)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_fa.tar.xz.asc">sig</a>)</em>
883)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_fa.tar.xz">64-bit</a>
884)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_fa.tar.xz.asc">sig</a>)</em></td>
885)           <td></td>
886)         </tr>
887)         <tr class="alt">
888)           <td>&#x0046;&#x0072;&#x0061;&#x006e;&#x00e7;&#x0061;&#x0069;&#x0073; (fr)</td>
889)           <td>
890)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_fr.exe">32/64-bit</a>
891)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_fr.exe.asc">sig</a>)</em>
892)                 &bull;
893)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_fr.exe">64-bit</a>
894)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_fr.exe.asc">sig</a>)</em>
895)           </td>
896)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_fr.dmg">64-bit</a>
897)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_fr.dmg.asc">sig</a>)</em>
898)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_fr.tar.xz">32-bit</a>
899)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_fr.tar.xz.asc">sig</a>)</em>
900)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_fr.tar.xz">64-bit</a>
901)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_fr.tar.xz.asc">sig</a>)</em></td>
902)           <td></td>
903)         </tr>
904)         <tr class="alt">
905)           <td>Gaeilge (Irish) (ga-IE)</td>
906)           <td>
907)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_ga-IE.exe">32/64-bit</a>
908)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_ga-IE.exe.asc">sig</a>)</em>
909)                 &bull;
910)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_ga-IE.exe">64-bit</a>
911)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_ga-IE.exe.asc">sig</a>)</em>
912)           </td>
913)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_ga-IE.dmg">64-bit</a>
914)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_ga-IE.dmg.asc">sig</a>)</em>
915)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_ga-IE.tar.xz">32-bit</a>
916)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_ga-IE.tar.xz.asc">sig</a>)</em>
917)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_ga-IE.tar.xz">64-bit</a>
918)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_ga-IE.tar.xz.asc">sig</a>)</em></td>
919)           <td></td>
920)         </tr>
921)         <tr>
922)           <td>&#x5e2;&#x5d1;&#x5e8;&#x5d9;&#x5ea; (he)</td>
923)           <td>
924)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_he.exe">32/64-bit</a>
925)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_he.exe.asc">sig</a>)</em>
926)                 &bull;
927)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-win64-<version-torbrowserbundlebeta>_he.exe">64-bit</a>
928)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-win64-<version-torbrowserbundlebeta>_he.exe.asc">sig</a>)</em>
929)           </td>
930)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_he.dmg">64-bit</a>
931)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_he.dmg.asc">sig</a>)</em>
932)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_he.tar.xz">32-bit</a>
933)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_he.tar.xz.asc">sig</a>)</em>
934)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_he.tar.xz">64-bit</a>
935)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_he.tar.xz.asc">sig</a>)</em></td>
936)           <td></td>
937)         </tr>
938)         <tr class="alt">
939)           <td>bahasa Indonesia (id)</td>
940)           <td>
941)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_id.exe">32/64-bit</a>
942)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_id.exe.asc">sig</a>)</em>
943)                 &bull;
944)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_id.exe">64-bit</a>
945)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_id.exe.asc">sig</a>)</em>
946)           </td>
947)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_id.dmg">64-bit</a>
948)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_id.dmg.asc">sig</a>)</em>
949)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_id.tar.xz">32-bit</a>
950)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_id.tar.xz.asc">sig</a>)</em>
951)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_id.tar.xz">64-bit</a>
952)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_id.tar.xz.asc">sig</a>)</em></td>
953)           <td></td>
954)         </tr>
955)         <tr class="alt">
956)           <td>íslenska (is)</td>
957)           <td>
958)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_is.exe">32/64-bit</a>
959)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_is.exe.asc">sig</a>)</em>
960)                 &bull;
961)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_is.exe">64-bit</a>
962)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_is.exe.asc">sig</a>)</em>
963)           </td>
964)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_is.dmg">64-bit</a>
965)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_is.dmg.asc">sig</a>)</em>
966)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_is.tar.xz">32-bit</a>
967)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_is.tar.xz.asc">sig</a>)</em>
968)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_is.tar.xz">64-bit</a>
969)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_is.tar.xz.asc">sig</a>)</em></td>
970)           <td></td>
971)         </tr>
972)         <tr>
973)           <td>Italiano (it)</td>
974)           <td>
975)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_it.exe">32/64-bit</a>
976)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_it.exe.asc">sig</a>)</em>
977)                 &bull;
978)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_it.exe">64-bit</a>
979)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_it.exe.asc">sig</a>)</em>
980)           </td>
981)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_it.dmg">64-bit</a>
982)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_it.dmg.asc">sig</a>)</em>
983)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_it.tar.xz">32-bit</a>
984)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_it.tar.xz.asc">sig</a>)</em>
985)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_it.tar.xz">64-bit</a>
986)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_it.tar.xz.asc">sig</a>)</em></td>
987)           <td></td>
988)         </tr>
989)         <tr class="alt">
990)           <td>&#26085;&#26412;&#35486; (ja)</td>
991)           <td>
992)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_ja.exe">32/64-bit</a>
993)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_ja.exe.asc">sig</a>)</em>
994)                 &bull;
995)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_ja.exe">64-bit</a>
996)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_ja.exe.asc">sig</a>)</em>
997)           </td>
998)           <td><a
999)           href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_ja.dmg">64-bit</a>
1000)           <em>(<a
1001)               href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_ja.dmg.asc">sig</a>)</em>
1002)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_ja.tar.xz">32-bit</a>
1003)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_ja.tar.xz.asc">sig</a>)</em>
1004)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_ja.tar.xz">64-bit</a>
1005)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_ja.tar.xz.asc">sig</a>)</em></td>
1006)           <td></td>
1007)         </tr>
1008)         <tr>
1009)           <td>Korean (ko)</td>
1010)           <td>
1011)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_ko.exe">32/64-bit</a>
1012)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_ko.exe.asc">sig</a>)</em>
1013)                 &bull;
1014)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_ko.exe">64-bit</a>
1015)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_ko.exe.asc">sig</a>)</em>
1016)           </td>
1017)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_ko.dmg">64-bit</a>
1018)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_ko.dmg.asc">sig</a>)</em>
1019)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_ko.tar.xz">32-bit</a>
1020)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_ko.tar.xz.asc">sig</a>)</em>
1021)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_ko.tar.xz">64-bit</a>
1022)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_ko.tar.xz.asc">sig</a>)</em></td>
1023)           <td></td>
1024)         </tr>
1025)         <tr class="alt">
1026)           <td>Norsk bokmå&#x0345;l (nb)</td>
1027)           <td>
1028)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_nb-NO.exe">32/64-bit</a>
1029)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_nb-NO.exe.asc">sig</a>)</em>
1030)                 &bull;
1031)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_nb-NO.exe">64-bit</a>
1032)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_nb-NO.exe.asc">sig</a>)</em>
1033)           </td>
1034)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_nb-NO.dmg">64-bit</a>
1035)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_nb-NO.dmg.asc">sig</a>)</em>
1036)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_nb-NO.tar.xz">32-bit</a>
1037)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_nb-NO.tar.xz.asc">sig</a>)</em>
1038)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_nb-NO.tar.xz">64-bit</a>
1039)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_nb-NO.tar.xz.asc">sig</a>)</em></td>
1040)           <td></td>
1041)         </tr>
1042)         <tr class="alt">
1043)           <td>Nederlands (nl)</td>
1044)           <td>
1045)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_nl.exe">32/64-bit</a>
1046)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_nl.exe.asc">sig</a>)</em>
1047)                 &bull;
1048)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_nl.exe">64-bit</a>
1049)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_nl.exe.asc">sig</a>)</em>
1050)           </td>
1051)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_nl.dmg">64-bit</a>
1052)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_nl.dmg.asc">sig</a>)</em>
1053)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_nl.tar.xz">32-bit</a>
1054)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_nl.tar.xz.asc">sig</a>)</em>
1055)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_nl.tar.xz">64-bit</a>
1056)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_nl.tar.xz.asc">sig</a>)</em></td>
1057)           <td></td>
1058)         </tr>
1059)         <tr>
1060)           <td>Polish (pl)</td>
1061)           <td>
1062)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_pl.exe">32/64-bit</a>
1063)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_pl.exe.asc">sig</a>)</em>
1064)                 &bull;
1065)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_pl.exe">64-bit</a>
1066)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_pl.exe.asc">sig</a>)</em>
1067)           </td>
1068)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_pl.dmg">64-bit</a>
1069)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_pl.dmg.asc">sig</a>)</em>
1070)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_pl.tar.xz">32-bit</a>
1071)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_pl.tar.xz.asc">sig</a>)</em>
1072)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_pl.tar.xz">64-bit</a>
1073)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_pl.tar.xz.asc">sig</a>)</em></td>
1074)           <td></td>
1075)         </tr>
1076)         <tr class="alt">
1077)           <td>&#x0050;&#x006f;&#x0072;&#x0074;&#x0075;&#x0067;&#x0075;&#x00ea;&#x0073; (pt-BR)</td>
1078)           <td>
1079)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_pt-BR.exe">32/64-bit</a>
1080)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_pt-BR.exe.asc">sig</a>)</em>
1081)                 &bull;
1082)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_pt-BR.exe">64-bit</a>
1083)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_pt-BR.exe.asc">sig</a>)</em>
1084)           </td>
1085)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_pt-BR.dmg">64-bit</a>
1086)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_pt-BR.dmg.asc">sig</a>)</em>
1087)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_pt-BR.tar.xz">32-bit</a>
1088)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_pt-BR.tar.xz.asc">sig</a>)</em>
1089)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_pt-BR.tar.xz">64-bit</a>
1090)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_pt-BR.tar.xz.asc">sig</a>)</em></td>
1091)           <td></td>
1092)         </tr>
1093)         <tr>
1094)           <td>&#x0420;&#x0443;&#x0441;&#x0441;&#x043a;&#x0438;&#x0439; (ru)</td>
1095)           <td>
1096)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_ru.exe">32/64-bit</a>
1097)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_ru.exe.asc">sig</a>)</em>
1098)                 &bull;
1099)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_ru.exe">64-bit</a>
1100)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_ru.exe.asc">sig</a>)</em>
1101)           </td>
1102)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_ru.dmg">64-bit</a>
1103)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_ru.dmg.asc">sig</a>)</em>
1104)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_ru.tar.xz">32-bit</a>
1105)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_ru.tar.xz.asc">sig</a>)</em>
1106)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_ru.tar.xz">64-bit</a>
1107)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_ru.tar.xz.asc">sig</a>)</em></td>
1108)           <td></td>
1109)         </tr>
1110)         <tr>
1111)           <td>Svenska (sv-SE)</td>
1112)           <td>
1113)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_sv-SE.exe">32/64-bit</a>
1114)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_sv-SE.exe.asc">sig</a>)</em>
1115)                 &bull;
1116)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-win64-<version-torbrowserbundlebeta>_sv-SE.exe">64-bit</a>
1117)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-win64-<version-torbrowserbundlebeta>_sv-SE.exe.asc">sig</a>)</em>
1118)           </td>
1119)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_sv-SE.dmg">64-bit</a>
1120)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_sv-SE.dmg.asc">sig</a>)</em>
1121)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_sv-SE.tar.xz">32-bit</a>
1122)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_sv-SE.tar.xz.asc">sig</a>)</em>
1123)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_sv-SE.tar.xz">64-bit</a>
1124)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_sv-SE.tar.xz.asc">sig</a>)</em></td>
1125)           <td></td>
1126)         </tr>
1127)         <tr class="alt">
1128)           <td>T&#252;rk&#231;e (tr)</td>
1129)           <td>
1130)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_tr.exe">32/64-bit</a>
1131)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_tr.exe.asc">sig</a>)</em>
1132)                 &bull;
1133)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_tr.exe">64-bit</a>
1134)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_tr.exe.asc">sig</a>)</em>
1135)           </td>
1136)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_tr.dmg">64-bit</a>
1137)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_tr.dmg.asc">sig</a>)</em>
1138)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_tr.tar.xz">32-bit</a>
1139)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_tr.tar.xz.asc">sig</a>)</em>
1140)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_tr.tar.xz">64-bit</a>
1141)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_tr.tar.xz.asc">sig</a>)</em></td>
1142)           <td></td>
1143)         </tr>
1144)         <tr>
1145)           <td>Vietnamese (vi)</td>
1146)           <td>
1147)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_vi.exe">32/64-bit</a>
1148)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_vi.exe.asc">sig</a>)</em>
1149)                 &bull;
1150)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_vi.exe">64-bit</a>
1151)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_vi.exe.asc">sig</a>)</em>
1152)           </td>
1153)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_vi.dmg">64-bit</a>
1154)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_vi.dmg.asc">sig</a>)</em>
1155)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_vi.tar.xz">32-bit</a>
1156)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_vi.tar.xz.asc">sig</a>)</em>
1157)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_vi.tar.xz">64-bit</a>
1158)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_vi.tar.xz.asc">sig</a>)</em></td>
1159)           <td></td>
1160)         </tr>
1161)         <tr class="alt">
1162)           <td>&#x7b80;&#x4f53;&#x5b57; (zh-CN)</td>
1163)           <td>
1164)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_zh-CN.exe">32/64-bit</a>
1165)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_zh-CN.exe.asc">sig</a>)</em>
1166)                 &bull;
1167)                 <a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_zh-CN.exe">64-bit</a>
1168)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlewin64beta>/torbrowser-install-win64-<version-torbrowserbundlewin64beta>_zh-CN.exe.asc">sig</a>)</em>
1169)           </td>
1170)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_zh-CN.dmg">64-bit</a>
1171)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_zh-CN.dmg.asc">sig</a>)</em>
1172)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_zh-CN.tar.xz">32-bit</a>
1173)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_zh-CN.tar.xz.asc">sig</a>)</em>
1174)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_zh-CN.tar.xz">64-bit</a>
1175)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_zh-CN.tar.xz.asc">sig</a>)</em></td>
1176)           <td></td>
1177)         </tr>
1178)         <tr>
1179)           <td>&#x6b63;&#x9ad4;&#x5b57 (zh-TW)</td>
1180)           <td>
1181)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_zh-TW.exe">32/64-bit</a>
1182)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-<version-torbrowserbundlebeta>_zh-TW.exe.asc">sig</a>)</em>
1183)                 &bull;
1184)                 <a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-win64-<version-torbrowserbundlebeta>_zh-TW.exe">64-bit</a>
1185)                 <em>(<a href="../dist/torbrowser/<version-torbrowserbundlebeta>/torbrowser-install-win64-<version-torbrowserbundlebeta>_zh-TW.exe.asc">sig</a>)</em>
1186)           </td>
1187)           <td><a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_zh-TW.dmg">64-bit</a>
1188)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundleosx64beta>/TorBrowser-<version-torbrowserbundleosx64beta>-osx64_zh-TW.dmg.asc">sig</a>)</em>
1189)           <td><a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_zh-TW.tar.xz">32-bit</a>
1190)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux32beta>/tor-browser-linux32-<version-torbrowserbundlelinux32beta>_zh-TW.tar.xz.asc">sig</a>)</em>
1191)           &bull; <a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_zh-TW.tar.xz">64-bit</a>
1192)           <em>(<a href="../dist/torbrowser/<version-torbrowserbundlelinux64beta>/tor-browser-linux64-<version-torbrowserbundlelinux64beta>_zh-TW.tar.xz.asc">sig</a>)</em></td>
1193)           <td></td>
1194)         </tr>
1195)         </tbody>
1196)         </table>
1197)        </div>
1198)      </div>
1199)    </article>
1200)   </div>
1201) <!-- END LANGUAGES -->
Sebastian Hahn Move the source code sectio...

Sebastian Hahn authored 13 years ago

1202) <!-- BEGIN SOURCE -->
traumschule download: replace javascrip...

traumschule authored 5 years ago

1203)   <div id="source">
1204)    <input id="ac-5" name="accordion-0" type="checkbox" />
1205)    <label for="ac-5" class="source24">
1206)     <h1><a name="source">Source</a></h1>
1207)    </label>
1208)    <article class="ac-small">
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

1209) 	<div class="package" style="padding-top: 13px; border-top: 0px; border-bottom: 1px solid #888888;">
traumschule download: merge in download...

traumschule authored 5 years ago

1210)           <p>
1211)           To build <a href="<page projects/torbrowser>">Tor Browser</a>
1212)           from source see the
1213)           <a href="https://trac.torproject.org/projects/tor/wiki/doc/TorBrowser/Hacking">
traumschule download: link to projects/...

traumschule authored 5 years ago

1214)           Tor Browser Hacking Guide</a></p>
traumschule downloads: link to Tor Brow...

traumschule authored 5 years ago

1215)         </div>
traumschule download: replace javascrip...

traumschule authored 5 years ago

1216)    </article>
1217)   </div>
1218) </section>
1219) <!-- END TOR BROWSER -->
1220) 
traumschule download: merge in download...

traumschule authored 5 years ago

1221) <!-- START TOR -->
1222)  <h1>Download Tor</h1>
1223)  <section id="tor" class="accordion download">
1224) <!-- START TOR PACKAGE -->
1225)   <div id="tor-packages">
1226)    <input id="ac-tor-packages" name="accordion-tor-packages" type="checkbox" />
1227)    <label for="ac-tor-packages" class="source24">
1228)     <h1><a name="tor-packages">Packages</a></h1>
1229)    </label>
1230)    <article class="ac-small">
1231) 
1232) <table class="topforty">
1233) <thead>
1234) <tr bgcolor="#009933" style="color: white; ">
1235)   <th colspan="2">Platform</th>
1236)   <th>Download Stable</th>
1237)   <th>Download Unstable</th>
1238)   <th>Installation and Configuration</th>
1239) </tr>
1240) </thead>
1241) 
1242) <tr>
1243) <td align="center"><img src="$(IMGROOT)/distros/debian.png" alt="Debian"> <img src="$(IMGROOT)/distros/ubuntu.png" alt="Ubuntu"> <img src="$(IMGROOT)/distros/knoppix.png" alt="Knoppix"></td>
1244) <td>Debian, Ubuntu, Knoppix</td>
1245) <td colspan="2"><a href="<page docs/debian>">repository packages</a> </td>
1246) <td> <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a> </td>
1247) </tr>
1248) 
1249) <tr class="beige">
1250) <td align="center"><img src="$(IMGROOT)/distros/centos.png" alt="CentOS"> <img src="$(IMGROOT)/distros/fedora.png" alt="Fedora"></td>
1251) <td>CentOS and Fedora</td>
1252) <td colspan="2">yum install tor / dnf install tor</td>
1253) <td> <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a> </td>
1254) </tr>
1255) 
1256) <tr>
1257) <td align="center"><img src="$(IMGROOT)/distros/gentoo.png" alt="Gentoo Linux"></td>
1258) <td>Gentoo Linux</td>
1259) <td colspan="2"><kbd>emerge tor</kbd></td>
1260) <td>
1261) <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a><br>
1262) </td>
1263) </tr>
1264) 
1265) <tr class="beige">
1266) <td align="center"><img height="40" src="$(IMGROOT)/distros/slackware.png" alt="Slackware"></td>
1267) <td>Slackware</td>
1268) <td colspan="2"><a href="https://slackbuilds.org/repository/14.2/network/tor/">SlackBuilds.org</a></td>
1269) <td>
1270) <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a><br>
1271) </td>
1272) </tr>
1273) 
1274) <tr>
1275) <td align="center"><img src="$(IMGROOT)/distros/freebsd.png" alt="FreeBSD"></td>
1276) <td>FreeBSD</td>
1277) <td colspan="2"><kbd>pkg install tor</kbd></td>
1278) <td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a></td>
1279) </tr>
1280) 
1281) <tr class="beige">
1282) <td align="center"><img src="$(IMGROOT)/distros/openbsd.png" alt="OpenBSD"></td>
1283) <td>OpenBSD</td>
1284) <td colspan="2"><kbd>pkg_add tor</kbd></td>
1285) <td>
1286) <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a><br>
1287) <a href="<wiki>doc/OpenbsdChrootedTor">Guide to chrooting Tor in OpenBSD</a>
1288) </td>
1289) </tr>
1290) 
1291) <tr>
1292) <td align="center"><img src="$(IMGROOT)/distros/netbsd.png" alt="NetBSD"></td>
1293) <td>NetBSD</td>
1294) <td colspan="2"><kbd>cd /usr/pkgsrc/net/tor &amp;&amp; make install</kbd></td>
1295) <td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a></td>
1296) </tr>
1297) 
1298) <tr class="beige">
1299) <td align="center"><img src="$(IMGROOT)/distros/terminal.png" alt="Source code"></td>
1300) <td>Source tarballs</td>
1301) <td>
1302) <a href="<package-source-stable>"><version-stable></a>
1303)  (<a href="<package-source-stable>.asc">sig</a>)
1304) </td>
1305) <td>
1306) <a href="<package-source-alpha>"><version-alpha></a>
1307)  (<a href="<package-source-alpha>.asc">sig</a>)
1308) </td>
1309) <td><kbd>./configure &amp;&amp; make &amp;&amp; src/or/tor</kbd> (or src/app/tor starting in 0.3.5.x)</td>
1310) </tr>
1311) 
1312) </table>
1313)    </article>
1314)   </div>
1315) <!-- END TOR PACKAGE -->
1316) <!-- START TOR SOURCE -->
1317)   <div id="tor-source">
1318)    <input id="ac-tor-source" name="accordion-tor-source" type="checkbox" />
1319)    <label for="ac-tor-source" class="source24">
1320)     <h1><a name="tor-source">Source Tarballs</a></h1>
1321)    </label>
1322)    <article class="ac">
1323)            <p style="text-align:center">Build and run with: <code style="color: #666666;">./configure &amp;&amp; make &amp;&amp; src/or/tor</code> (or src/app/tor starting in 0.3.5.x)<br/>
1324)              See the <a href="<gitblob>ChangeLog">Changelog</a> for what's new.</p>
1325)            <div id="stable" style="margin-left:75px; float: left;">
1326)             <h2 style="text-align: center">Stable</h2>
1327) 	    <a class="button" href="../dist/tor-<version-stable>.tar.gz"><span class="strong">Stable</span><span class="normal">Version <version-stable></span></a>
1328) 	    <div class="sig">
1329)               <p>
1330) 	      <a href="<gitblob>ReleaseNotes<cgitstable>">Release notes</a> &#x2012; <a href="../dist/tor-<version-stable>.tar.gz.asc">signature</a> &#x2012; <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
1331)               </p>
1332) 	    </div>
1333) 	    <a class="button" href="../dist/tor-<version-oldstable>.tar.gz"><span class="strong">Oldstable</span><span class="normal">Version <version-oldstable></span></a>
1334) 	    <div class="sig">
1335)               <p>
1336)               <a href="<gitblob>ReleaseNotes<cgitoldstable>">Release notes</a> &#x2012; <a href="../dist/tor-<version-oldstable>.tar.gz.asc">signature</a> &#x2012; <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
1337)               </p>
1338) 	    </div>
1339)            </div>
1340)            <div id="unstable" class="tor-source">
1341)             <h2 style="text-align: center">Unstable</h2>
1342) 	    <a class="button" href="../dist/tor-<version-testing>.tar.gz"><span class="strong">Unstable</span><span class="normal">Version <version-testing></span></a>
1343) 	    <div class="sig">
1344) 	      <a href="../dist/tor-<version-testing>.tar.gz.asc">signature</a> &#x2012; <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
1345) 	    </div>
1346) 	    <a class="button" href="../dist/tor-<version-beta>.tar.gz"><span class="strong">Unstable</span><span class="normal">Version <version-beta></span></a>
1347) 	    <div class="sig">
1348) 	      <a href="../dist/tor-<version-beta>.tar.gz.asc">signature</a> &#x2012; <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
1349) 	    </div>
1350) 	    <a class="button" href="../dist/tor-<version-alpha>.tar.gz"><span class="strong">Unstable</span><span class="normal">Version <version-alpha></span></a>
1351) 	    <div class="sig">
1352) 	      <a href="../dist/tor-<version-alpha>.tar.gz.asc">signature</a> &#x2012; <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
1353) 	    </div>
1354)    </article>
1355)    <div class="note">
1356)     <p>
1357)     <a id="ChangeLog"></a><a id="Stable"></a><a id="Testing"></a>
1358)     For a list of what has changed in each stable Tor release, see the
1359)     <a href="<gitblob>ReleaseNotes<cgitstable>">ReleaseNotes</a>. For a list of
1360)     changes in both stable and development versions, see the
1361)     <a href="<gitblob>ChangeLog">ChangeLog</a>.
1362)     </p>
1363)    </div>
1364) <!-- END TOR SOURCE -->
1365) </div>
1366) <!-- END TOR -->
1367) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

1368) <!-- END DOWNLOADS -->
traumschule download: replace javascrip...

traumschule authored 5 years ago

1369) <hr/>
traumschule download: merge in download...

traumschule authored 5 years ago

1370) <!-- START NOTES-->
traumschule download: merge in download...

traumschule authored 5 years ago

1371) <div id="license" class="note">
traumschule download: merge in download...

traumschule authored 5 years ago

1372) <h2>License</h2>
1373) <p>
1374) Tor is distributed as <a href="http://www.fsf.org/">Free Software</a>
1375) under the <a href="<gitblob>LICENSE">3-clause BSD license</a>.
1376) </p>
1377) <p>
1378) There is no fee for installing Tor, or using the Tor network, but
1379) if you want Tor to become faster and more usable please consider
1380) <a href="<page donate/donate-download>">making a tax-deductible donation to The Tor Project</a>.
1381) </p>
1382) </div>
1383) 
1384) <div class="note">
1385) <a id="packagediff"></a>
1386) <h2><a class="anchor" href="#packagediff">What's the difference between Stable &amp; Unstable?</a></h2>
1387) 
1388) <p>
1389) Stable packages are released when we believe the features and code will
1390) not change for many months.
1391) </p>
1392) <p>
1393) Unstable packages are released so you can help us test new features and bugfixes. Even though they have a higher version number
1394) than the stable versions listed above, there is a much higher chance of
traumschule download: merge in download...

traumschule authored 5 years ago

1395) serious reliability and security bugs in these downloads.  Please be prepared to <a href="https://trac.torproject.org/projects/tor/wiki/doc/community/HowToReportBugFeedback">report bugs</a>.
traumschule download: merge in download...

traumschule authored 5 years ago

1396) </p>
1397) </div>
1398) 
1399) <hr/>
1400) 
traumschule download: merge in download...

traumschule authored 5 years ago

1401) <div id="other" class="note">
traumschule download: merge in download...

traumschule authored 5 years ago

1402) <h2>Security updates and alternative download options</h2>
1403) <p>
1404) To keep informed of security advisories and new stable releases, subscribe
1405) to the <a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-announce">tor-announce
1406) mailing list</a> (you will be asked to confirm via email). You can also
1407) <a href="http://rss.gmane.org/gmane.network.onion-routing.announce">watch
1408) the list's RSS feed</a>.
1409) </p>
1410) 
1411) <p>
1412) If you would like to research any past release of Tor source, packages,
1413) or other binaries, see <a href="https://archive.torproject.org/">the
1414) archive</a>.
1415) </p>
1416) 
1417) <p>
1418) If you have trouble downloading Tor from this site, here is a <a
1419) href="<page getinvolved/mirrors>">list of sites mirroring the Tor site</a>.
1420) </p>
1421) </div>
1422) <!-- END NOTES -->
1423) <hr/>
Andrew Lewman fix up the info blurb, upda...

Andrew Lewman authored 13 years ago

1424) <!-- BEGIN WARNING -->
traumschule turn download warnings into...

traumschule authored 5 years ago

1425) #include <warning.wmi>
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

1426) <!-- END WARNING -->
1427) </div>
1428) <!-- END MAINCOL -->
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

1429) <!-- START SIDECOL -->
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

1430) <div id="sidecol-right">
traumschule download: move OS box up, c...

traumschule authored 5 years ago

1431)  <div class="img-shadow sidenav-ez">
1432)   <div class="sidenav-sub">
1433)    <ul>
traumschule download: merge in download...

traumschule authored 5 years ago

1434)     <li class="dropdown"><a href="#windows">Microsoft Windows</a></li>
1435)     <li class="dropdown"><a href="#apple">Apple OS X</a></li>
1436)     <li class="dropdown"><a href="#linux">Linux/Unix</a></li>
1437)     <li class="dropdown"><a href="#openbsd">OpenBSD</a></li>
traumschule download: move OS box up, c...

traumschule authored 5 years ago

1438)     <li class="dropdown"><a href="#android">Android</a></li>
traumschule download: merge in download...

traumschule authored 5 years ago

1439)     <li class="dropdown"><a href="#smartphone">Smartphones</a></li>
1440)     <li class="dropdown"><a href="#source">Source</a></li>
1441)     <li class="dropdown"><a href="#license">License</a></li>
1442)     <li class="dropdown"><a href="#other">Mirrors</a></li>
traumschule download: move OS box up, c...

traumschule authored 5 years ago

1443)    </ul>
1444)   </div>
1445)  </div>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

1446) <!-- START DONATION WIDGET -->
traumschule download: move OS box up, c...

traumschule authored 5 years ago

1447)  <a href="<page donate/donate-download>"><img src="../images/btn_donateCC_LG.gif"></a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

1448) <!-- END DONATION WIDGET -->
1449) <!-- START INFO -->
traumschule download: move OS box up, c...

traumschule authored 5 years ago

1450)  <div class="img-shadow">
1451)   <div class="sidenav-sub">
1452)    <h2>Having Trouble?</h2>
1453)    <ul>
traumschule download: merge in download...

traumschule authored 5 years ago

1454)     <li class="dropdown"><a href="#warning">Check the warnings</a></li>
traumschule download: move OS box up, c...

traumschule authored 5 years ago

1455)     <li class="dropdown"><a href="<page docs/documentation>">Read the fine manuals</a></li>
traumschule download: merge in download...

traumschule authored 5 years ago

1456)     <li class="dropdown"><a href="<page about/contact>#irc>">Get Support on IRC</a></li>
1457)     <li class="dropdown"><a href="https://trac.torproject.org/projects/tor/wiki/doc/community/HowToReportBugFeedback">Report Bugs</a></li>
1458)     <li class="dropdown"><a href="#other">Subscribe for Announcements</a></li>
traumschule download: move OS box up, c...

traumschule authored 5 years ago

1459)    </ul>
1460)   </div>
1461)  </div>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

1462) <!-- END INFO -->
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

1463) </div>
1464) <!-- END SIDECOL -->
1465) </div>
1466) <!-- END CONTENT -->