Skip to content

Instantly share code, notes, and snippets.

@lukechilds
Last active March 20, 2023 16:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukechilds/0be1d56ecd28092822e4fa750b5945c0 to your computer and use it in GitHub Desktop.
Save lukechilds/0be1d56ecd28092822e4fa750b5945c0 to your computer and use it in GitHub Desktop.
How to install Tor

How to install Tor on your system

macOS

  • Open the "Terminal" app on your Mac and install Homebrew by running:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • Install Tor by running:
brew install tor

Linux

  • Open a terminal and install Tor:
sudo apt-get install tor

Windows

Copy link

ghost commented Jun 6, 2021

Aren't the default apt repositories not recommended by the tor project itself?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment