Skip to content

Instantly share code, notes, and snippets.

@lukechilds
Last active July 20, 2025 00:17
Show Gist options
  • 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?

@bamie292006
Copy link

any more details for this?

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