]> git.lizzy.rs Git - torbrowser-launcher.git/blob - README.md
Updated README, and included new screenshot to show off new settings (#198)
[torbrowser-launcher.git] / README.md
1 # Tor Browser Launcher
2
3 Tor Browser Launcher is intended to make the 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:
4
5 * Downloads the most recent version of Tor Browser in your language and for your computer's architecture (Tor Browser will automatically update itself)
6 * Certificate pins to https://www.torproject.org, so it doesn't rely on certificate authorities
7 * Verifies Tor Browser's [OpenPGP signature](https://www.torproject.org/docs/verifying-signatures.html.en) for you, to ensure the version you downloaded is not tampered with
8 * Adds "Tor Browser" and "Tor Browser Launcher Settings" application launcher to your desktop environment's menu
9 * Includes AppArmor profiles to make a Tor Browser compromise not as bad
10 * Optionally playing a modem sound when you open Tor Browser (because Tor is so slow)
11
12 Tor Browser Launcher is included in Ubuntu, Debian, and Fedora. To install it in any other distribution, see the [build instructions](/BUILD.md).
13
14 You might want to check out the [security design doc](/security_design.md).
15
16 ![Tor Browser Launcher screenshot](/screenshot.png)
17
18 # Installing in Ubuntu
19
20 If you want to always have the latest version of the `torbrowser-launcher` package before your distribution gets it, you can use my PPA:
21
22 ```sh
23 sudo add-apt-repository ppa:micahflee/ppa
24 sudo apt-get update
25 sudo apt-get install torbrowser-launcher
26 ```
27