1 Tor protects your privacy on the internet by hiding the connection
2 between your Internet address and the services you use. We believe Tor
3 is reasonably secure, but please ensure you read the instructions and
6 To build Tor from source:
7 ./configure && make && make install
9 To build Tor from a just-cloned git repository:
10 sh autogen.sh && ./configure && make && make install
13 https://www.torproject.org/
15 Download new versions:
16 https://www.torproject.org/download/download.html
18 Documentation, including links to installation and setup instructions:
19 https://www.torproject.org/docs/documentation.html
21 Making applications work with Tor:
22 https://gitlab.torproject.org/legacy/trac/-/wikis/doc/TorifyHOWTO
24 Frequently Asked Questions:
25 https://www.torproject.org/docs/faq.html
28 https://gitlab.torproject.org/tpo/core/team/-/wikis/NetworkTeam/CoreTorReleases
30 To get started working on Tor development:
31 See the doc/HACKING directory.