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.
https://www.torproject.org/

David Goulet 32b4307a76 Merge branch 'maint-0.4.8' 2 weeks ago
.gitlab 7f32ae0eb5 Remove Proposal.md. 4 years ago
changes cc5ced5659 Merge branch 'maint-0.4.8' 2 weeks ago
contrib ff34bbf494 version: Bump version to 0.4.9.1-alpha-dev 2 months ago
doc 1e44a359f5 two small presentation issues in man page 7 months ago
m4 8888e4ca6b m4: update ax_check_compile_flag.m4 from autoconf-archive 10 months ago
scripts 8bce98b3b5 scripts: Fix rust clippy warning 4 weeks ago
src cc5ced5659 Merge branch 'maint-0.4.8' 2 weeks ago
.appveyor.yml 537be1da33 CI: Remove VS2015 AppVeyor build 4 years ago
.clang-format b5ccdd978e Add a dire warning about not reformatting the whole codebase yet. 5 years ago
.editorconfig dd69e74e3f Add .editorconfig to follow coding standards style 6 years ago
.gitignore 824e9c6e16 cargo: Move lockfile to root and update 1 year ago
.gitlab-ci.yml 3795c77bed Merge branch 'tpa-images' into 'main' 3 months ago
.travis.yml ae9042abbf rust: Remove Rust support from tree 3 years ago
CODE_OF_CONDUCT 27b76a3322 Tor docs update 1 year ago
CONTRIBUTING b3e591dca1 improve a URL 6 years ago
Cargo.lock 53aadf78cc cargo: fix RUSTSEC-2024-0006 3 weeks ago
Cargo.toml 3f66ff9b00 cargo: Add geoip db tool to top level workspace 1 year ago
ChangeLog 997b151b8d remove redundant change entries 2 months ago
Doxyfile.in d0d3b028d5 Remove last artifacts of Rust related code 3 years ago
INSTALL 5028a52b54 Remove old instructions from INSTALL 6 years ago
LICENSE 9f59b6f458 Merge branch 'maint-0.3.5' into maint-0.4.4 4 years ago
Makefile.am 08e872ef51 test-network-run: refactor away test_network_ipv6 3 months ago
README.md 27b76a3322 Tor docs update 1 year ago
ReleaseNotes 07777d965a forward-port the 0.4.8.13 changes 2 months ago
acinclude.m4 c5817a0daf m4: Change LIBS order of TOR_SEARCH_LIBRARY() 4 years ago
autogen.sh 88818eacbd Cleanup shellcheck warnings in autogen.sh 6 years ago
configure.ac ff34bbf494 version: Bump version to 0.4.9.1-alpha-dev 2 months ago
warning_flags.in 97c9ced70a Try @warning_flags to avoid bloating verbose make logs 6 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:

Development

See our hacking documentation in doc/HACKING/.

Resources

Home page:

Download new versions:

How to verify Tor source:

Documentation and Frequently Asked Questions:

How to run a Tor relay: