...
|
...
|
@@ -8,51 +8,51 @@
|
8
|
8
|
<a href="<page index>">Home » </a>
|
9
|
9
|
<a href="<page docs/documentation>">Documentation » </a>
|
10
|
10
|
<a href="<page docs/tor-doc-osx>">Mac OS X Client</a>
|
11
|
|
- </div>
|
|
11
|
+ </div>
|
12
|
12
|
<div id="maincol">
|
13
|
13
|
<h1>Running Tor on Mac OS X</h1>
|
14
|
14
|
<br>
|
15
|
|
-
|
|
15
|
+
|
16
|
16
|
<h2>These are advanced installation instructions for running
|
17
|
17
|
Tor in a command line. The recommended way to use Tor is to simply download the
|
18
|
18
|
<a href="<page projects/torbrowser>">Tor Browser</a> and you
|
19
|
19
|
are done.
|
20
|
20
|
</h2>
|
21
|
|
-
|
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.
|
|
21
|
+
|
|
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.
|
23
|
23
|
<hr>
|
24
|
24
|
<a id="installing"></a>
|
25
|
25
|
<h2><a class="anchor" href="#installing">Step One: Install Homebrew</a></h2>
|
26
|
26
|
<br>
|
27
|
|
-
|
|
27
|
+
|
28
|
28
|
<p>
|
29
|
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.
|
30
|
30
|
</p>
|
31
|
|
-
|
|
31
|
+
|
32
|
32
|
<p>If you don't have Homebrew installed, open a terminal window and run:</p>
|
33
|
|
-
|
|
33
|
+
|
34
|
34
|
<pre>ruby -e "$(curl -fsSkL https://raw.githubusercontent.com/Homebrew/install/master/install)"</pre>
|
35
|
|
-
|
|
35
|
+
|
36
|
36
|
<hr>
|
37
|
37
|
<h2>Step Two: Install Tor</a></h2>
|
38
|
38
|
<br>
|
39
|
|
-
|
|
39
|
+
|
40
|
40
|
<p>In a terminal window, run:</p>
|
41
|
41
|
|
42
|
42
|
<pre>brew install tor</pre>
|
43
|
|
-
|
|
43
|
+
|
44
|
44
|
<p>You will find the Tor configuration file at <tt>/usr/local/etc/tor/torrc</tt>.</p>
|
45
|
|
-
|
|
45
|
+
|
46
|
46
|
<hr>
|
47
|
47
|
<a id="verify"></a>
|
48
|
48
|
<h2><a class="anchor" href="#verify">Step Three: Verify your download</a></h2>
|
49
|
|
-
|
|
49
|
+
|
50
|
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
|
51
|
|
52
|
52
|
<hr>
|
53
|
|
- <a id="using"></a>
|
|
53
|
+ <a id="using"></a>
|
54
|
54
|
<h2><a class="anchor" href="#using">Step Four: Configure your application to use Tor</a></h2>
|
55
|
|
-
|
|
55
|
+
|
56
|
56
|
<p>
|
57
|
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),
|
58
|
58
|
you can point your application directly at Tor (localhost
|
...
|
...
|
@@ -60,11 +60,11 @@
|
60
|
60
|
entry</a> for why this may be dangerous. For applications
|
61
|
61
|
that support neither SOCKS nor HTTP, take a look at <a
|
62
|
62
|
href="http://www.dest-unreach.org/socat/">socat</a>.</p>
|
63
|
|
-
|
|
63
|
+
|
64
|
64
|
<p>For information on how to Torify other applications, check out the
|
65
|
65
|
<a href="<wiki>doc/TorifyHOWTO">Torify HOWTO</a>.
|
66
|
66
|
</p>
|
67
|
|
-
|
|
67
|
+
|
68
|
68
|
<p>If you have a personal firewall that limits your computer's
|
69
|
69
|
ability to connect to itself, be sure to allow connections from
|
70
|
70
|
your local applications to local port 9050. If your
|
...
|
...
|
@@ -72,25 +72,25 @@
|
72
|
72
|
connect to at least TCP ports 80 and 443, and then see <a
|
73
|
73
|
href="<wikifaq>#FirewalledClient">this FAQ entry</a>.
|
74
|
74
|
</p>
|
75
|
|
-
|
|
75
|
+
|
76
|
76
|
<p>If it's still not working, look at <a
|
77
|
77
|
href="<page docs/faq>#DoesntWork">this FAQ entry</a> for hints.</p>
|
78
|
|
-
|
|
78
|
+
|
79
|
79
|
<p>
|
80
|
80
|
Once it's working, learn more about <a href="<page
|
81
|
81
|
download/download>#Warning">what Tor does and does not offer</a>.
|
82
|
82
|
</p>
|
83
|
|
-
|
|
83
|
+
|
84
|
84
|
<hr>
|
85
|
85
|
<a id="server"></a>
|
86
|
86
|
<a id="relay"></a>
|
87
|
87
|
<h2><a class="anchor" href="#relay">Configure Tor as a relay</a></h2>
|
88
|
88
|
<br>
|
89
|
|
-
|
|
89
|
+
|
90
|
90
|
<p>The Tor network relies on volunteers to donate bandwidth. If you
|
91
|
91
|
want to help <strong>make the Tor network faster</strong>, please
|
92
|
92
|
consider <a href="<page docs/tor-doc-relay>">running a relay</a>.</p>
|
93
|
|
-
|
|
93
|
+
|
94
|
94
|
<hr>
|
95
|
95
|
<a id="uninstall"></a>
|
96
|
96
|
<h2><a class="anchor" href="#uninstall">How To Uninstall Tor</a></h2>
|
...
|
...
|
@@ -99,20 +99,20 @@
|
99
|
99
|
<p>Change your application proxy settings back to their original
|
100
|
100
|
values. If you just want to stop using Tor, you can end at this
|
101
|
101
|
point.</p>
|
102
|
|
-
|
|
102
|
+
|
103
|
103
|
<p>If you want to completely remove Tor, and your account has Admin
|
104
|
104
|
Privileges, then proceed as follows:</p>
|
105
|
|
-
|
|
105
|
+
|
106
|
106
|
<ol>
|
107
|
107
|
<li>Open Finder and click on Applications.</li>
|
108
|
108
|
<li>Drag /Applications/TorBrowser to the Trash.</li>
|
109
|
109
|
<li>Remove /Library/Torbutton from your system.</li>
|
110
|
110
|
</ol>
|
111
|
|
-
|
|
111
|
+
|
112
|
112
|
<p>Tor Browser is now completely removed from your system.</p>
|
113
|
|
-
|
|
113
|
+
|
114
|
114
|
<hr>
|
115
|
|
-
|
|
115
|
+
|
116
|
116
|
<p>If you have suggestions for improving this document, please <a
|
117
|
117
|
href="<page about/contact>">send them to us</a>. Thanks!</p>
|
118
|
118
|
</div>
|
...
|
...
|
@@ -124,4 +124,4 @@
|
124
|
124
|
<!-- END SIDECOL -->
|
125
|
125
|
</div>
|
126
|
126
|
<!-- END CONTENT -->
|
127
|
|
-#include <foot.wmi>
|
|
127
|
+#include <foot.wmi>
|