b555a1f0c9f648f39e72cb8b1d880bfaa9c7d594
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>
Sebastian Hahn spaces

Sebastian Hahn authored 9 years ago

11)   </div>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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>
Sebastian Hahn spaces

Sebastian Hahn authored 9 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>
Sebastian Hahn spaces

Sebastian Hahn authored 9 years ago

21) 
Arthur Edelstein Bug 20465: Call it 'Tor Bro...

Arthur Edelstein authored 7 years ago

22)     <p>Even though Tor Browser comes with a regular Tor, it will only run
23)     as long as you keep Tor Browser open. The following instructions will
Sebastian Hahn Rewrite OS X document to re...

Sebastian Hahn authored 9 years ago

24)     set up Tor without graphical interface or a browser. Many people prefer
kat Change hidden service to on...

kat authored 6 years ago

25)     this over TBB when they host onion services or relay traffic for other Tor
Sebastian Hahn Rewrite OS X document to re...

Sebastian Hahn authored 9 years ago

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

Andrew Lewman authored 13 years ago

27)     <a id="installing"></a>
hiromipaw Fixing osx docs style and s...

hiromipaw authored 6 years ago

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

Sebastian Hahn authored 13 years ago

29)     <br>
Sebastian Hahn spaces

Sebastian Hahn authored 9 years ago

30) 
hiromipaw Adding homebrew instruction...

hiromipaw authored 6 years ago

31)     <p>There are two package manager on OS X: Homebrew and Macports. You can use the package manager of your choice.</p>
32) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

33)     <p>
hiromipaw Adding homebrew instruction...

hiromipaw authored 6 years ago

34)     To install Homebrew follow the instructions on <a
35)     href="https://brew.sh/">brew.sh</a>.
36)     </p>
37) 
38)     <p>
39)     To install Macports follow the instructions on <a
40)     href="https://www.macports.org/install.php">macports.org/install.php</a>.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

41)     </p>
Sebastian Hahn spaces

Sebastian Hahn authored 9 years ago

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

Sebastian Hahn authored 13 years ago

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

Moritz Bartl authored 11 years ago

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

Sebastian Hahn authored 13 years ago

45)     <br>
Sebastian Hahn spaces

Sebastian Hahn authored 9 years ago

46) 
hiromipaw Fix typo in osx docs

hiromipaw authored 6 years ago

47)     <p>If you are using Homebrew in a Terminal window, run:</p>
hiromipaw Adding homebrew instruction...

hiromipaw authored 6 years ago

48) 
49)     <pre>brew install tor</pre>
50) 
51)     <p>You will find a sample Tor configuration file at
52)     <tt>/usr/local/etc/tor/torrc.sample</tt>. Remove the .sample extension to
53)     make it effective.</p>
54) 
55)     <p>If you are using Macports in a Terminal window, run:</p>
Moritz Bartl MacOSX instructions for Hom...

Moritz Bartl authored 11 years ago

56) 
Sebastian Hahn Rewrite OS X document to re...

Sebastian Hahn authored 9 years ago

57)     <pre>sudo port install tor</pre>
Sebastian Hahn spaces

Sebastian Hahn authored 9 years ago

58) 
Sebastian Hahn Rewrite OS X document to re...

Sebastian Hahn authored 9 years ago

59)     <p>You will find a sample Tor configuration file at
60)     <tt>/opt/local/etc/tor/torrc.sample</tt>. Remove the .sample extension to
61)     make it effective.</p>
Moritz Bartl MacOSX instructions for Hom...

Moritz Bartl authored 11 years ago

62) 
63)     <hr>
Sebastian Hahn spaces

Sebastian Hahn authored 9 years ago

64)     <a id="using"></a>
Sebastian Hahn Rewrite OS X document to re...

Sebastian Hahn authored 9 years ago

65)     <h2><a class="anchor" href="#using">Step Three: Configure your application to use Tor</a></h2>
Sebastian Hahn spaces

Sebastian Hahn authored 9 years ago

66) 
Moritz Bartl MacOSX instructions for Hom...

Moritz Bartl authored 11 years ago

67)     <p>
Sebastian Hahn Rewrite OS X document to re...

Sebastian Hahn authored 9 years ago

68)     To use SOCKS directly (for instant messaging, Jabber, IRC, etc), you can
69)     point your application directly at Tor (localhost port 9050), but see <a
70)     href="<wikifaq>#SOCKSAndDNS">this FAQ entry</a> for why this may be
71)     dangerous. For applications that support neither SOCKS nor HTTP, take a
72)     look at <a href="http://www.dest-unreach.org/socat/">socat</a>.</p>
Sebastian Hahn spaces

Sebastian Hahn authored 9 years ago

73) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Karsten Loesing authored 12 years ago

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

Andrew Lewman authored 13 years ago

76)     </p>
Sebastian Hahn spaces

Sebastian Hahn authored 9 years ago

77) 
Sebastian Hahn Rewrite OS X document to re...

Sebastian Hahn authored 9 years ago

78)     <p>If you have a personal firewall that limits your computer's ability to
79)     connect to itself, be sure to allow connections from your local
80)     applications to local port 9050. If your firewall blocks outgoing
81)     connections, punch a hole so it can connect to at least TCP ports 80 and
82)     443, and then see <a href="<wikifaq>#FirewalledClient">this FAQ entry</a>.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

83)     </p>
Sebastian Hahn spaces

Sebastian Hahn authored 9 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

86)     href="<page docs/faq>#DoesntWork">this FAQ entry</a> for hints.</p>
Sebastian Hahn spaces

Sebastian Hahn authored 9 years ago

87) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

89)     Once it's working, learn more about <a href="<page
90)     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

91)     </p>
Sebastian Hahn spaces

Sebastian Hahn authored 9 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Moritz Bartl authored 11 years ago

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

97)     <br>
Sebastian Hahn spaces

Sebastian Hahn authored 9 years ago

98) 
ilv Removed duplicated text abo...

ilv authored 9 years ago

99)     <p>The Tor network relies on volunteers to donate bandwidth. If you
100)     want to help <strong>make the Tor network faster</strong>, please
101)     consider <a href="<page docs/tor-doc-relay>">running a relay</a>.</p>
Sebastian Hahn spaces

Sebastian Hahn authored 9 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

104)     <a id="uninstall"></a>
hiromipaw Fixing osx docs style and s...

hiromipaw authored 6 years ago

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

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

Moritz Bartl authored 11 years ago

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

Andrew Lewman authored 13 years ago

108)     <p>Change your application proxy settings back to their original
109)     values.  If you just want to stop using Tor, you can end at this
110)     point.</p>
Sebastian Hahn spaces

Sebastian Hahn authored 9 years ago

111) 
Sebastian Hahn Rewrite OS X document to re...

Sebastian Hahn authored 9 years ago

112)     <p>If you want to completely remove Tor, type into a Terminal window:</p>
Sebastian Hahn spaces

Sebastian Hahn authored 9 years ago

113) 
Sebastian Hahn Rewrite OS X document to re...

Sebastian Hahn authored 9 years ago

114)     <pre>sudo port uninstall tor</pre>
Sebastian Hahn spaces

Sebastian Hahn authored 9 years ago

115) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

116)   </div>
117)   <!-- END MAINCOL -->
118)   <div id = "sidecol">
119) #include "side.wmi"
120) #include "info.wmi"
121)   </div>
122)   <!-- END SIDECOL -->
123) </div>
124) <!-- END CONTENT -->