This repository contains tor-related formulae for Homebrew, primarily so that users can use the latest 0.2.4.X tor alpha series, along with obfsproxy support.
You will need to install Homebrew to use this, see here.
Currently contains replacement (or new) formulae for:
- Tor 0.2.4.X-alpha version of tor
- obfsproxy
There are two methods to install packages from this repository.
Tap the repository into your brew installation
brew tap mtigas/tor
You'll notice that brew install tor
throws warnings -- this is because
the formula cannot technically replace the original one in Homebrew core.
You can install any of the packages in repo by manually denoting the "tap"
prefix (mtigas/tor):
brew install mtigas/tor/tor
First, find the raw URL for the formula you want. For example, the raw URL for
the obfsproxy
formula is:
https://github.com/mtigas/homebrew-tor/raw/master/Formula/obfsproxy.rb
Once you know the raw URL, simply use brew install [raw URL]
, like so:
brew install https://github.com/mtigas/homebrew-tor/raw/master/Formula/obfsproxy.rb
(Due to dependencies, you may need to perform brew tap mtigas/tor
as in Method 1.)