Skip to content

Homebrew formulae for Tor and related. (for "brew tap")

Notifications You must be signed in to change notification settings

tzarskyz/homebrew-tor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

homebrew-tor

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:

Usage

There are two methods to install packages from this repository.

Method 1: Tap

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

Method 2: Raw URL

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.)

About

Homebrew formulae for Tor and related. (for "brew tap")

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%