Dla Windows

  1. Przejdź do strony pobrań Przeglądarki Tor.

  2. Pobierz plik .exe dla systemu Windows.

  3. (Zalecane) Potwierdź sygnaturę pliku.

  4. Kiedy pobieranie się zakończy, kliknij dwa razy na pliku .exe. Przejdź przez proces instalacyjny.

Dla macOS

  1. Przejdź do strony pobrań Przeglądarki Tor.

  2. Pobierz plik .dmg dla systemu macOS.

  3. (Zalecane) Potwierdź sygnaturę pliku.

  4. Kiedy pobieranie się zakończy, kliknij dwa razy na pliku .dmg. Przejdź przez proces instalacyjny.

Dla GNU/Linux

  1. Przejdź do strony pobrań Przeglądarki Tor.

  2. Pobierz plik .tar.xz dla systemu GNU/Linux.

  3. (Zalecane) Potwierdź sygnaturę pliku.

  4. Teraz postępuj zgodnie z metodą graficzną lub z wiersza poleceń:

Metoda graficzna

  • Po zakończeniu pobierania rozpakuj archiwum za pomocą menedżera archiwów.

  • Trzeba będzie poinformować GNU/Linux, że chcesz mieć możliwość wykonywania skryptów powłoki. Przejdź do świeżo wypakowanego katalogu Przeglądarki Tor. Kliknij prawym przyciskiem myszy na start-tor-browser.desktop, otwórz Właściwości lub Preferencje i zmień uprawnienia pliku zezwalając na jego wykonywanie. Kliknij dwa razy ikonę aby pierwszy raz uruchomić Przeglądarkę Tor.

Make the .desktop file executable in Linux

Note: On Ubuntu and some other distros if you try to launch start-tor-browser.desktop a text file might open up. To change this behavior and launch Tor Browser instead, follow this:

  • Launch "Files" (GNOME Files/Nautilus)
  • Click on Preferences.
  • Navigate to the 'Behavior' Tab.
  • 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.