tor
Anonymous network router to improve privacy on the Internet
Tor protects you by bouncing your communications around a distributed network of relays run by volunteers all around the world: it prevents somebody watching your Internet connection from learning what sites you visit, and it prevents the sites you visit from learning your physical location. Tor works with many of your existing applications, including web browsers, instant messaging clients, remote login, and other applications based on the TCP protocol.
This package is the full featured tor
which is needed for running relays, bridges or directory authorities. If you just want to access the Tor network or to setup an onion service you may install tor-client
instead.
- Versions: 0.4.8.13
- Website: https://www.torproject.org/
- Licenses: Modified BSD
- Package source: gnu/packages/tor.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of tor
as follows:
guix install tor
Or install a particular version:
guix install tor@0.4.8.13
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of tor about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/tor'><img src='https://packages.guix.gnu.org/packages/tor/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/tor/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/tor)
Example Org:
[[https://packages.guix.gnu.org/packages/tor][https://packages.guix.gnu.org/packages/tor/badges/latest-version.svg]]