För Windows

  1. Navigera till Tor Browser hämtningssida.

  2. Ladda ner Windows .exe-filen.

  3. (Rekommenderas) Kontrollera filens signatur.

  4. När hämtningen är klar, dubbelklicka på .exe-filen. Slutför installationsguiden.

För macOS

  1. Navigera till Tor Browser hämtningssida.

  2. Ladda ner macOS .dmg-filen.

  3. (Rekommenderas) Kontrollera filens signatur.

  4. När hämtningen är klar, dubbelklicka på .dmg-filen. Slutför installationsguiden.

För GNU/Linux

  1. Navigera till Tor Browser hämtningssida.

  2. Ladda ner GNU/Linux .tar.xz-filen.

  3. (Rekommenderas) Kontrollera filens signatur.

  4. Now follow either the graphical or the command-line method:

Grafisk metod

  • When the download is complete, extract the archive using an archive manager.

  • You'll need to tell your GNU/Linux that you want the ability to execute shell scripts. Navigera till den nyligen uppackade Tor Browser-mappen. Högerklicka på start-tor-browser.desktop, öppna Egenskaper eller Inställningar och ändra behörigheten att tillåta körning av filen som program. Dubbelklicka på ikonen för att starta Tor Browser för första gången.

Make the .desktop file executable in Linux

Obs: I Ubuntu och vissa andra Linux distributioner så öppnar start-tor-browser.desktop som en textfil när du försöker köra den. To change this behavior and launch Tor Browser instead, follow this:

  • Launch "Files" (GNOME Files/Nautilus)
  • Click on Preferences.
  • Navigera till fliken ”Beteende”.
  • Select "Run them" or "Ask what to do" under "Executable Text Files".
  • If you choose the latter click on "Run" after launching the start-tor-browser.desktop file.

Change behavior of executable text file to always run in Linux

Command-line method

  • When the download is complete, extract the archive with the command tar -xf [TB archive].

  • From inside the Tor Browser directory, you can launch Tor Browser by running:

    ./start-tor-browser.desktop

    Note: If this command fails to run, you probably need to make the file executable. From within this directory run: chmod +x start-tor-browser.desktop

Some additional flags that can be used with start-tor-browser.desktop from the command-line:

Flag Description
--register-app To register Tor Browser as a desktop application.
--verbose To display Tor and Firefox output in the terminal.
--log [file] To record Tor and Firefox output in file (default: tor-browser.log).
--detach To detach from terminal and run Tor Browser in the background.
--unregister-app To unregister Tor Browser as a desktop application.

See here on how to update Tor Browser.