This week I have published a Bash script that enables clear-net browsing over the Tor network via Lynx web browser.

Check the documentation for detailed getting started and usage instructions, the TLDR is…

  • Make a directory for Git repository…
mkdir -vp git/hub/paranoid-linux
  • Change current working directory and clone repository with Submodule dependencies…
cd git/hub/paranoid-linux

git clone --recurse-submodules git@github.com:paranoid-linux/torrific-lynx.git
  • Install via symbolic link…
cd git/hub/paranoid-linux/torrific-lynx

ln -s "${PWD}/torrific-lynx" "${HOME}/bin/"
  • Pass a URL on the command-line to start Lynx and load that site…
torrific-lynx 'https://duckduckgo.com'