]> git.lizzy.rs Git - torbrowser-launcher.git/blob - README.md
Add newer, non-expired version of Tor Browser signing key
[torbrowser-launcher.git] / README.md
1 # Tor Browser Launcher
2
3 _**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](https://github.com/micahflee/torbrowser-launcher/releases), but Linux distributions can be slow to provide up-to-date packages. In this case, you can install from the PPA (instructions below), or [build from source](/BUILD.md)._
4
5 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:
6
7 * 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)
8 * Verifies Tor Browser's [signature](https://www.torproject.org/docs/verifying-signatures.html.en) for you, to ensure the version you downloaded was cryptographically signed by Tor developers and was not tampered with
9 * Adds "Tor Browser" and "Tor Browser Launcher Settings" application launcher to your desktop environment's menu
10 * Includes AppArmor profiles to make a Tor Browser compromise not as bad
11 * Optionally plays a modem sound when you open Tor Browser (because Tor is so slow)
12
13 Tor Browser Launcher is included in Ubuntu, Debian, and Fedora. To install it in any other distribution, see the [build instructions](/BUILD.md).
14
15 You might want to check out the [security design doc](/security_design.md).
16
17 ![Tor Browser Launcher screenshot](/screenshot.png)
18
19 # Installing from the PPA
20
21 If you want to always have the latest version of the `torbrowser-launcher` package before your distribution gets it, you can use my PPA:
22
23 ```sh
24 sudo add-apt-repository ppa:micahflee/ppa
25 sudo apt install torbrowser-launcher
26 ```