Friday, August 14, 2015

Install Tor proxy on Mac

1. Install latest Command Line Tools from Apple Store at https://developer.apple.com/downloads

2. Install libevent from http://libevent.org
  • Download libevent compressed file
  • Extract and point to folder
  • compile using command: ./configure && make
  • install using command: sudo make install
3. Install Tor
  • download Tor source from  https://www.torproject.org/download/download (choose Source Code section)
  • extract and point to folder
  • compile using command: ./configure && make
  • run using command: src/or/tor
You can config all network using Tor proxy by config SOCK proxy on Network section for current internet interface.