73ba951c071fa112678e41bf66e9cfa06b4722bb
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
Sebastian Hahn Say Tor Browser Bundle in f...

Sebastian Hahn authored 9 years ago

18)     <a href="<page projects/torbrowser>">Tor Browser</a> and you
Andrew Lewman address ticket 5706 by maki...

Andrew Lewman authored 11 years ago

19)     are done.
20)     </h2>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

21)     
Sebastian Hahn Say Tor Browser Bundle in f...

Sebastian Hahn authored 9 years ago

22)     <p>Even though the Tor Browser 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>
Sebastian Hahn Remove vidalia-related docs...

Sebastian Hahn 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.
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)  
Sherief Alaa Updates brew installation url

Sherief Alaa authored 9 years ago

34)     <pre>ruby -e "$(curl -fsSkL https://raw.githubusercontent.com/Homebrew/install/master/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>
Sebastian Hahn Say Tor Browser Bundle in f...

Sebastian Hahn authored 9 years ago

57)     If you want to use Tor for anonymous web browsing, please use the <a href="<page projects/torbrowser>">Tor Browser</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)     
ilv Removed duplicated text abo...

ilv authored 9 years ago

90)     <p>The Tor network relies on volunteers to donate bandwidth. If you
91)     want to help <strong>make the Tor network faster</strong>, please
92)     consider <a href="<page docs/tor-doc-relay>">running a relay</a>.</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Moritz Bartl authored 11 years ago

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

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

Moritz Bartl authored 11 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

102)     
103)     <p>If you want to completely remove Tor, and your account has Admin
104)     Privileges, then proceed as follows:</p>
105)     
106)     <ol>
107)     <li>Open Finder and click on Applications.</li>
Moritz Bartl MacOSX instructions for Hom...

Moritz Bartl authored 11 years ago

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

Andrew Lewman authored 13 years ago

109)     <li>Remove /Library/Torbutton from your system.</li>
110)     </ol>
111)     
Moritz Bartl MacOSX instructions for Hom...

Moritz Bartl authored 11 years ago

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

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

Sebastian Hahn authored 13 years ago

114)     <hr>