tor

tor 0.4.9.12

Anonymizing overlay network

<rendered-html><p>Tor helps improve your privacy by bouncing your communications around a network of relays run by volunteers all around the world: it makes it harder for somebody watching your Internet connection to learn what sites you visit, and makes it harder for the sites you visit to track you. Tor works with many of your existing applications, including web browsers, instant messaging clients, remote login, and other applications based on the TCP protocol.</p> </rendered-html>

https://www.torproject.org/
BSD 3-clause "New" or "Revised" LicenseGNU General Public License v3.0 only
main program: torprograms: tor-resolve, tor-client-auth-gen, tor, tor-print-ed-signing-cert, tor-gencert, torify
Platforms (45)
i686-freebsdarmv6l-linuxx86_64-linuxsh4-linuxmicroblazeel-linuxpowerpc-linuxriscv64-netbsdi686-openbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  tor
];
Ad-hoc shell
nix-shell -p tor
Flake (nix run)
nix run nixpkgs#tor