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
Roger Shimizu e71d63bca4 Silence the deny apparmor log from lsb_release
This resolves debian bug: https://bugs.debian.org/913104

lsb_release is only used by Firefox to add extra information to crash reports,
and Tor Browser is built with --disable-crashreporter.

Therefore, AppArmor denying execution of lsb_release should be a no-op,
and we can silence the corresponding log message.
2020-04-12 08:50:28 +00:00
.github Add @intrigeri as code owner for AppArmor profiles 2018-03-19 01:37:04 -07:00
apparmor Silence the deny apparmor log from lsb_release 2020-04-12 08:50:28 +00:00
po Update French translation 2019-10-06 19:30:20 +00:00
share Fix AppData 2019-10-10 20:56:09 +02:00
torbrowser_launcher Use XDG_*_HOME vars 2019-09-03 12:25:30 +02:00
.gitignore ignore source packages that get generated in some dev environments 2015-05-11 14:09:30 -07:00
build_deb.sh Tweak build files to fix issues in debian building 2018-03-23 16:11:51 -07:00
build_rpm.sh Tweak build files to fix issues in debian building 2018-03-23 16:11:51 -07:00
BUILD.md Clean up dependencies, and remove requirements.txt because it is out-of-date and I use systemwide packages for deps 2018-03-23 15:47:37 -07:00
CHANGELOG.md Version bump to 0.1.2, updated changelog, add new screenshot, and update logo 2019-07-19 17:43:06 -07:00
LICENSE Update copyright year to 2017 2017-01-26 20:25:49 -08:00
makepot.sh Added a script to generate a pot 2016-12-03 20:32:52 +04:00
ppa_release.sh Make ppa script use python3, and switch the default suite to bionic 2018-09-14 15:55:33 -07:00
README.md Small readme change 2019-10-09 15:57:28 -04:00
screenshot.png Version bump to 0.1.2, updated changelog, add new screenshot, and update logo 2019-07-19 17:43:06 -07:00
security_design.md added security design doc 2014-07-17 13:30:37 -07:00
setup.py Remove absolute install paths 2019-08-30 14:28:54 +02:00
stdeb.cfg Add all the dependencies as build dependencies, to get the ppa to build 2018-09-14 16:16:30 -07:00
torbrowser_launcher.pot Updated translations 2018-03-23 15:55:23 -07:00
torbrowser-launcher Port Settings from gtk2 to Qt5, and also switch from python2 to python3 2018-03-19 09:29:12 -07:00

Tor Browser Launcher

Are you getting an error? Sometimes updates in Tor Browser itself will break Tor Browser Launcher. There's a good chance that the problem you're experiencing has already been fixed in the newest version. Try installing from Flatpak (instructions below), or build from source.

Tor Browser Launcher is intended to make Tor Browser easier to install and use for GNU/Linux users. You install torbrowser-launcher from your distribution's package manager and it handles everything else:

  • Downloads and installs the most recent version of Tor Browser in your language and for your computer's architecture, or launches Tor Browser if it's already installed (Tor Browser will automatically update itself)
  • Verifies Tor Browser's signature for you, to ensure the version you downloaded was cryptographically signed by Tor developers and was not tampered with
  • Adds "Tor Browser" and "Tor Browser Launcher Settings" application launcher to your desktop environment's menu
  • Includes AppArmor profiles to make a Tor Browser compromise not as bad
  • Optionally plays a modem sound when you open Tor Browser (because Tor is so slow)

Tor Browser Launcher is included in Ubuntu, Debian, and Fedora. To install it in any other distribution, see the build instructions.

You might want to check out the security design doc.

Tor Browser Launcher screenshot

Installing

You can install torbrowser-launcher from your operating system's package manager, but it might be out-of-date and have issues working. If you want to make sure you always have the latest version, use one of the methods below to install:

Installing in any Linux distro using Flatpak

Install Flatpak using these instructions.

Then install torbrowser-launcher like this:

flatpak install flathub com.github.micahflee.torbrowser-launcher -y

Run torbrowser-launcher either by using the GUI desktop launcher, or by running:

flatpak run com.github.micahflee.torbrowser-launcher

Installing from the PPA

If you use Ubuntu or one of its derivatives:

sudo add-apt-repository ppa:micahflee/ppa
sudo apt update
sudo apt install torbrowser-launcher

Run torbrowser-launcher either by using the GUI desktop launcher, or by running:

torbrowser-launcher