tor-browser

tor-browser 15.0.23

Privacy-focused browser routing traffic through the Tor network

https://www.torproject.org/
Mozilla Public License 2.0GNU Lesser General Public License v2.1 or laterGNU Lesser General Public License v3.0 or laterUnspecified free software license
main program: tor-browserprograms: tor-browser
Platforms (2)
x86_64-linuxi686-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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