Official Git repo.

David Goulet 7a5d94bcf8 Merge branch 'maint-0.4.8' hai 3 semanas
.gitlab 7f32ae0eb5 Remove Proposal.md. %!s(int64=3) %!d(string=hai) anos
changes 36cd4a50fc Merge branch 'maint-0.4.8' hai 3 semanas
contrib f332006a53 version: Bump to 0.4.9.0-alpha-dev hai 9 meses
doc 7b05befbcc fix syntax formatting in man page hai 1 mes
m4 8888e4ca6b m4: update ax_check_compile_flag.m4 from autoconf-archive hai 1 mes
scripts 9f731ac68c Use raw strings for regexs containing escapes hai 5 meses
src 7a5d94bcf8 Merge branch 'maint-0.4.8' hai 3 semanas
.appveyor.yml 537be1da33 CI: Remove VS2015 AppVeyor build %!s(int64=3) %!d(string=hai) anos
.clang-format b5ccdd978e Add a dire warning about not reformatting the whole codebase yet. %!s(int64=4) %!d(string=hai) anos
.editorconfig dd69e74e3f Add .editorconfig to follow coding standards style %!s(int64=6) %!d(string=hai) anos
.gitignore 824e9c6e16 cargo: Move lockfile to root and update hai 9 meses
.gitlab-ci.yml 9bc241f8ec use physical runner for i386 jobs hai 9 meses
.travis.yml ae9042abbf rust: Remove Rust support from tree %!s(int64=2) %!d(string=hai) anos
CODE_OF_CONDUCT 27b76a3322 Tor docs update hai 3 meses
CONTRIBUTING b3e591dca1 improve a URL %!s(int64=6) %!d(string=hai) anos
Cargo.lock 824e9c6e16 cargo: Move lockfile to root and update hai 9 meses
Cargo.toml 3f66ff9b00 cargo: Add geoip db tool to top level workspace hai 9 meses
ChangeLog 9124e99dc5 fix changelog typos and clean up a bit hai 1 mes
Doxyfile.in d0d3b028d5 Remove last artifacts of Rust related code %!s(int64=2) %!d(string=hai) anos
INSTALL 5028a52b54 Remove old instructions from INSTALL %!s(int64=5) %!d(string=hai) anos
LICENSE 9f59b6f458 Merge branch 'maint-0.3.5' into maint-0.4.4 %!s(int64=3) %!d(string=hai) anos
Makefile.am 3cb6a690be Merge branch 'maint-0.4.7' hai 11 meses
README.md 27b76a3322 Tor docs update hai 3 meses
ReleaseNotes 9124e99dc5 fix changelog typos and clean up a bit hai 1 mes
acinclude.m4 c5817a0daf m4: Change LIBS order of TOR_SEARCH_LIBRARY() %!s(int64=3) %!d(string=hai) anos
autogen.sh 88818eacbd Cleanup shellcheck warnings in autogen.sh %!s(int64=5) %!d(string=hai) anos
configure.ac f332006a53 version: Bump to 0.4.9.0-alpha-dev hai 9 meses
warning_flags.in 97c9ced70a Try @warning_flags to avoid bloating verbose make logs %!s(int64=5) %!d(string=hai) anos

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: