mirror of https://git.torproject.org/tor.git
the onion router
https://gitweb.torproject.org/tor.git/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
1 week ago | |
---|---|---|
.gitlab/issue_templates | 1 year ago | |
changes | 1 week ago | |
contrib | 4 weeks ago | |
doc | 3 weeks ago | |
m4 | 2 years ago | |
scripts | 4 weeks ago | |
src | 1 week ago | |
.appveyor.yml | 2 years ago | |
.clang-format | 2 years ago | |
.editorconfig | 4 years ago | |
.gitignore | 8 months ago | |
.gitlab-ci.yml | 1 week ago | |
.travis.yml | 8 months ago | |
CODE_OF_CONDUCT | 4 years ago | |
CONTRIBUTING | 4 years ago | |
ChangeLog | 4 weeks ago | |
Doxyfile.in | 8 months ago | |
INSTALL | 4 years ago | |
LICENSE | 1 year ago | |
Makefile.am | 4 months ago | |
Makefile.nmake | 8 years ago | |
README.md | 2 months ago | |
ReleaseNotes | 4 weeks ago | |
acinclude.m4 | 1 year ago | |
autogen.sh | 3 years ago | |
configure.ac | 4 weeks ago | |
warning_flags.in | 3 years ago |
README.md
Tor protects your privacy on the internet by hiding the connection between your Internet address and the services you use. We believe Tor is reasonably secure, but please ensure you read the instructions and configure it properly.
Build
To build Tor from source:
./configure
make
make install
To build Tor from a just-cloned git repository:
./autogen.sh
./configure
make
make install
Releases
The tarballs, checksums and signatures can be found here: https://dist.torproject.org
- Checksum:
<tarball-name>.sha256sum
- Signatures:
<tarball-name>.sha256sum.asc
Schedule
You can find our release schedule here:
Keys that CAN sign a release
The following keys are the maintainers of this repository. One or many of these keys can sign the releases, do NOT expect them all:
- Alexander Færøy: 514102454D0A87DB0767A1EBBE6A0531C18A9179
- David Goulet: B74417EDDF22AC9F9E90F49142E86A2A11F48D36
- Nick Mathewson: 2133BC600AB133E1D826D173FE43009C4607B1FB
Development
See our hacking documentation in doc/HACKING/.
Resources
Home page:
Download new versions:
Documentation, including links to installation and setup instructions:
Frequently Asked Questions: