Just wondering if anyone is aware of an Orbot-like app for desktop, particularly Linux? Something that routes all traffic through Tor?
I’m aware of Tor Browser and the Whonix and Tails distributions, but that’s not what I mean. You can probably just use the normal tor package to set up something like Orbot, but isnt there a friendlier way?
There is sadly not an easy singular way to route multiple apps or the entire system (where possible) through Tor.
You may find some shoddy scripts, but they often make changes in a “dirty” way that is prone to breakage and potential leaks.
If you use Firejail you can easily route specific programs through Tor by adding the following to a profiles .local:
eg. for Dino: ~/.config/firejail/dino.local
env LD_PRELOAD=/usr/lib64/torsocks/libtorsocks.so
you may need to correct the path depending on where your distro installs torsocks.