Tor: Packages and source


You can get the latest release from the download directory. It should run on Linux, BSD, OS X, Win32, Solaris, and more.

General instructions for installing and configuring Tor are here.

See the developers page for instructions on fetching Tor from CVS.

Old releases are here.

Windows packages:

Red Hat packages are not available yet. We have a spec file, and we plan to start making rpms available soon.

Debian packages have been uploaded to unstable, so you can just apt-get install tor if you are running sid.
For stable (woody) or testing add these lines to your /etc/apt/sources.list file:

deb http://mirror.noreply.org/pub/tor stable main
deb-src http://mirror.noreply.org/pub/tor stable main

and then run apt-get update; apt-get install tor. Packages for architectures other than i386 can be added on demand.

FreeBSD: portinstall -s security/tor

OpenBSD: cd /usr/ports/net/tor && make && make install

Other packages are available for Gentoo Linux and NetBSD. If somebody sends details for these to the Tor developers, we'll put them here.


Stable releases

2004-12-16: Tor 0.0.9.1 fixes a few minor bugs in 0.0.9.

2004-12-12: Tor 0.0.9 adds a win32 installer, better circuit building algorithms, bandwidth accounting and hibernation, more efficient directory fetching, and support for a separate Tor GUI controller program (once somebody writes one).

2004-10-14: Tor 0.0.8.1 fixes a remotely triggerable crash bug, and has several other stability improvements.

2004-08-25: Tor 0.0.8 adds directory caching, on-demand connecting from ORs to ORs, bandwidth tracking, picks routers by bandwidth, handles firewalls better, handles dynamic IPs for servers, makes use of unverified servers in some path positions, and fixes many bugs.

You can read the ChangeLog for more details.

Webmaster - $Id$