ee06c255c0a6ac8231043f4330414b1a12c22194
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: 2-medium
4) 
5) #include "head.wmi" TITLE="Tor Project: Mac OS X Install Instructions" CHARSET="UTF-8"
6) <div id="content" class="clearfix">
7)   <div id="breadcrumbs">
Andrew Lewman change all of the breadcrum...

Andrew Lewman authored 13 years ago

8)     <a href="<page index>">Home &raquo; </a>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

9)     <a href="<page docs/documentation>">Documentation &raquo; </a>
10)     <a href="<page docs/tor-doc-osx>">Mac OS X Client</a>
11)   </div> 
12)   <div id="maincol">
Moritz Bartl MacOSX instructions for Hom...

Moritz Bartl authored 11 years ago

13)     <h1>Running Tor on Mac OS X</h1>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

14)     <br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

15)     
Moritz Bartl MacOSX instructions for Hom...

Moritz Bartl authored 11 years ago

16)     <h2>These are advanced installation instructions for running
17)     Tor in a command line. The recommended way to use Tor is to simply download the
Andrew Lewman address ticket 5706 by maki...

Andrew Lewman authored 11 years ago

18)     <a href="<page projects/torbrowser>">Tor Browser Bundle</a> and you
19)     are done.
20)     </h2>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

21)     
Moritz Bartl MacOSX instructions for Hom...

Moritz Bartl authored 11 years ago

22)     <p>Even though the Tor Browser Bundle comes with a regular Tor, and you could use the graphical interface to configure Tor as a relay and bridge easily, it will only run as long as you keep the Tor Browser open. The following instructions will set up Tor without graphical interface or a browser. Many people prefer this over TBB when they host hidden services or relay traffic for other Tor users. 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

23)     <hr>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

24)     <a id="installing"></a>
Moritz Bartl MacOSX instructions for Hom...

Moritz Bartl authored 11 years ago

25)     <h2><a class="anchor" href="#installing">Step One: Install Homebrew</a></h2>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

26)     <br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

27)     
28)     <p>
Matt Pagan Fix homebrew link (#10141)

Matt Pagan authored 9 years ago

29)     The advanced Tor without any graphical user interface can be installed using <a href="http://brew.sh">the Homebrew package manager</a>. It is most suitable if you want to use Tor as a SOCKS proxy for applications other than web browsing, or run a Tor relay/bridge to help other Tor users. If you use the command-line Tor, you might be interested in <a href="<page projects/arm>">arm</a>, a command-line Tor monitor and alternative to the Vidalia GUI.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

30)     </p>
31)     
Moritz Bartl MacOSX instructions for Hom...

Moritz Bartl authored 11 years ago

32)     <p>If you don't have Homebrew installed, open a terminal window and run:</p>
33)  
Andrew Lewman fix broken homebrew link fo...

Andrew Lewman authored 10 years ago

34)     <pre>ruby -e "$(curl -fsSkL https://raw.github.com/Homebrew/homebrew/go/install)"</pre>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

35)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

36)     <hr>
Moritz Bartl MacOSX instructions for Hom...

Moritz Bartl authored 11 years ago

37)     <h2>Step Two: Install Tor</a></h2>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

38)     <br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

39)     
Moritz Bartl MacOSX instructions for Hom...

Moritz Bartl authored 11 years ago

40)     <p>In a terminal window, run:</p>
41) 
42)     <pre>brew install tor</pre>
43)  
44)     <p>You will find the Tor configuration file at <tt>/usr/local/etc/tor/torrc</tt>.</p>
45)  
46)     <hr>
47)     <a id="verify"></a>
48)     <h2><a class="anchor" href="#verify">Step Three: Verify your download</a></h2>
49)   
50)     <p>As with any application, you should make sure it came unmodified from the orginal source. Unfortunately, Homebrew does not come with integrated verification for downloads, and anyone could submit a modified Tor! Currently, we don't have good instructions on how to verify the Tor download on Mac OSX. If you think you do, please <a href="<page about/contact>">let us know</a>!</p>
51) 
52)     <hr>
53)     <a id="using"></a> 
54)     <h2><a class="anchor" href="#using">Step Four: Configure your application to use Tor</a></h2>
Andrew Lewman fix mistakes and bad links...

Andrew Lewman authored 13 years ago

55)     
Moritz Bartl MacOSX instructions for Hom...

Moritz Bartl authored 11 years ago

56)     <p>
57)     If you want to use Tor for anonymous web browsing, please use the <a href="<page projects/torbrowser>">Tor Browser Bundle</a>. It comes with readily configured Tor and a browser patched for better anonymity. To use SOCKS directly (for instant messaging, Jabber, IRC, etc),
Andrew Lewman fix mistakes and bad links...

Andrew Lewman authored 13 years ago

58)     you can point your application directly at Tor (localhost
59)     port 9050), but see <a href="<wikifaq>#SOCKSAndDNS">this FAQ
60)     entry</a> for why this may be dangerous. For applications
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

61)     that support neither SOCKS nor HTTP, take a look at <a
Andrew Lewman clean up some obvious dead...

Andrew Lewman authored 12 years ago

62)     href="http://www.dest-unreach.org/socat/">socat</a>.</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

63)     
64)     <p>For information on how to Torify other applications, check out the
Karsten Loesing Update wiki links

Karsten Loesing authored 12 years ago

65)     <a href="<wiki>doc/TorifyHOWTO">Torify HOWTO</a>.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

66)     </p>
67)     
68)     <p>If you have a personal firewall that limits your computer's
69)     ability to connect to itself, be sure to allow connections from
Andrew Lewman remove polipo from doc page...

Andrew Lewman authored 11 years ago

70)     your local applications to local port 9050. If your
71)     firewall blocks outgoing connections, punch a hole so it can
72)     connect to at least TCP ports 80 and 443, and then see <a
73)     href="<wikifaq>#FirewalledClient">this FAQ entry</a>.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

74)     </p>
75)     
76)     <p>If it's still not working, look at <a
Roger Dingledine fix the faq anchors that ha...

Roger Dingledine authored 13 years ago

77)     href="<page docs/faq>#DoesntWork">this FAQ entry</a> for hints.</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

78)     
79)     <p>
Andrew Lewman fix mistakes and bad links...

Andrew Lewman authored 13 years ago

80)     Once it's working, learn more about <a href="<page
81)     download/download>#Warning">what Tor does and does not offer</a>.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

82)     </p>
83)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

84)     <hr>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

85)     <a id="server"></a>
86)     <a id="relay"></a>
Moritz Bartl MacOSX instructions for Hom...

Moritz Bartl authored 11 years ago

87)     <h2><a class="anchor" href="#relay">Configure Tor as a relay</a></h2>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

88)     <br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

89)     
90)     <p>The Tor network relies on volunteers to donate bandwidth. The more
91)     people who run relays, the faster the Tor network will be. If you have
Roger Dingledine relays are bigger these days

Roger Dingledine authored 10 years ago

92)     at least 50 kilobytes/s each way, please help out Tor by configuring your
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

93)     Tor to be a relay too. We have many features that make Tor relays easy
94)     and convenient, including rate limiting for bandwidth, exit policies so
95)     you can limit your exposure to abuse complaints, and support for dynamic
96)     IP addresses.</p>
97)     
98)     <p>Having relays in many different places on the Internet is what
Andrew Lewman fix mistakes and bad links...

Andrew Lewman authored 13 years ago

99)     makes Tor users secure. <a href="<wikifaq>#RelayAnonymity">You may
100)     also get stronger anonymity yourself</a>, since remote sites can't
101)     know whether connections originated at your computer or were relayed
102)     from others.</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

103)     
104)     <p>Read more at our <a href="<page docs/tor-doc-relay>">Configuring a relay</a>
105)     guide.</p>
106)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

107)     <hr>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

108)     <a id="uninstall"></a>
Moritz Bartl MacOSX instructions for Hom...

Moritz Bartl authored 11 years ago

109)     <h2><a class="anchor" href="#uninstall">How To Uninstall Tor</a></h2>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

110)     <br>
Moritz Bartl MacOSX instructions for Hom...

Moritz Bartl authored 11 years ago

111) 
Andrew Lewman fix mistakes and bad links...

Andrew Lewman authored 13 years ago

112)     <p>Change your application proxy settings back to their original
113)     values.  If you just want to stop using Tor, you can end at this
114)     point.</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

115)     
116)     <p>If you want to completely remove Tor, and your account has Admin
117)     Privileges, then proceed as follows:</p>
118)     
119)     <ol>
120)     <li>Open Finder and click on Applications.</li>
Moritz Bartl MacOSX instructions for Hom...

Moritz Bartl authored 11 years ago

121)     <li>Drag /Applications/TorBrowser to the Trash.</li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

122)     <li>Remove /Library/Torbutton from your system.</li>
Andrew Lewman update the uninstall direct...

Andrew Lewman authored 13 years ago

123)     <li>In your User or home directory, go to Library, remove the Vidalia
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

124)     directory</li>
125)     </ol>
126)     
Moritz Bartl MacOSX instructions for Hom...

Moritz Bartl authored 11 years ago

127)     <p>Tor Browser is now completely removed from your system.</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

128)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

129)     <hr>