Securely and easily download, verify, install, and launch Tor Browser in Linux. This repository is a mirror of https://gitlab.torproject.org/tpo/applications/torbrowser-launcher
Go to file
2013-02-12 20:09:56 -08:00
icons getting the icons working with the Makefile 2013-02-10 13:56:33 -08:00
src cleaned up the code a lot, made it launch tbb if it's installed, and fixed _read_version_file bug 2013-02-12 20:09:56 -08:00
.gitignore added torbrowser-launcher.desktop to gitignore, since we only need to track torbrowser-launcher.desktop.in 2013-02-10 13:46:20 -08:00
autogen.sh testing to switch from python gtk to javascript gtk 2013-02-10 13:45:18 -08:00
configure.ac testing to switch from python gtk to javascript gtk 2013-02-10 13:45:18 -08:00
Makefile.am getting the icons working with the Makefile 2013-02-10 13:56:33 -08:00
README testing to switch from python gtk to javascript gtk 2013-02-10 13:45:18 -08:00
torbrowser-launcher.desktop.in the .desktop now includes Tor Browser icon 2013-02-10 13:59:07 -08:00

Tor Browser Launcher
====================

Tor Browser Launcher is intended to make the Tor Browser Bundle (TBB) easier to maintain and use for GNU/Linux users. You install torbrowser-launcher from your distribution's package manager and it handles downloading the most recent version of TBB for you, in your language and for your architecture. It also adds a "Tor Browser" application launcher to your operating system's menu.

When you first launch Tor Browser Launcher, it will download TBB from https://www.torproject.org/ and extract it in ~/.torproject, and then execute it. When you run it after that it will just execute TBB.

Tor Browser Launcher will get updated each time a new version of TBB is released. When you open Tor Browser after an update, it will download the newer version of TBB for you and extract it over your old TBB directory in ~/.torproject, so you will maintain your TBB bookmarks. 

Build Instructions
==================

To build and install this program:

./autogen.sh --prefix=$HOME/.local
make install

To uninstall, type:

make uninstall

To create a tarball:

make distcheck