Ubuntu – How to launch Tor browser on specific web page from command line

command linetor-browser

I need a script to open Tor browser at specific web site.

Best Answer

I assume you downloaded the tor browser from torproject.org and installed it following the Linux Instructions, then you can simply run the starter with a URL as an argument and it will open it:

./start-tor-browser.desktop google.com

If you don't want to use the .desktop file, run it directly with

./Browser/start-tor-browser --detach google.com

or using an absolute path (substitute LANG with your language code):

/path/to/tor-browser_LANG/Browser/start-tor-browser --detach google.com