I have seen a ticket opened about this on tor bug tracker, but no progress for over a year on the Tor Browser being available on arm processors. I have setup firefox with a proxy to use Tor but that is not safe because the browser itself leaks to much info. So I am asking for help if this is the right place to ask how to compile the Tor Browser on RasPi 2 on Debian/Ubuntu. Just some simple instructions for me to follow so I can compile from source, or is there an easier way?
3 Answers
Speaking from experience, this is not currently possible.
During the compiling process, the make script will download some binaries that are only built for X86 and not for ARM and therefore the compilation wil fail every time.
The Tor developers plan on releasing a version for Tor Browser for ARM in the future, but there is no ETA.
Your best option at the current time is to download the Tor application and apply it to Firefox/Iceweasel.
- 2,284
- 1
- 9
- 18
Tor Browser does not work on ARM as of this time.
https://trac.torproject.org/projects/tor/ticket/12631
TOR ticket tracker for porting to ARM hasn't had much traction at all.
I wouldn't expect this project to be ported to arm anytime soon.
Note: tor is available on raspberry pi. This is for running a relay. This is different from the tor browser.
- 11
- 3
On all raspberry pi's, I have found that downloading the source and then running the following commands
cd your/source/directory
sudo ./configure && sudo make
If all goes well, this will install TOR from source.
Note: You may need some external libraries in order for this to work. I needed libevent and libopenssh
Then just run tor from the command line like so
tor
- 2,754
- 5
- 29
- 46