{"id":16646614,"url":"https://github.com/rusty-snake/firejailed-tor-browser","last_synced_at":"2025-03-21T16:30:50.390Z","repository":{"id":45099102,"uuid":"183907201","full_name":"rusty-snake/firejailed-tor-browser","owner":"rusty-snake","description":"HOWTO: Firejailed Tor Browser","archived":false,"fork":false,"pushed_at":"2024-12-06T11:21:01.000Z","size":181,"stargazers_count":30,"open_issues_count":8,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-18T02:51:34.463Z","etag":null,"topics":["firejail","howto","sandbox","security","tbb","tor-browser"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rusty-snake.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-28T12:45:49.000Z","updated_at":"2024-12-18T16:53:37.000Z","dependencies_parsed_at":"2024-10-28T11:38:57.448Z","dependency_job_id":null,"html_url":"https://github.com/rusty-snake/firejailed-tor-browser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusty-snake%2Ffirejailed-tor-browser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusty-snake%2Ffirejailed-tor-browser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusty-snake%2Ffirejailed-tor-browser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusty-snake%2Ffirejailed-tor-browser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rusty-snake","download_url":"https://codeload.github.com/rusty-snake/firejailed-tor-browser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244829391,"owners_count":20517299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["firejail","howto","sandbox","security","tbb","tor-browser"],"created_at":"2024-10-12T08:42:37.196Z","updated_at":"2025-03-21T16:30:50.339Z","avatar_url":"https://github.com/rusty-snake.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ctable\u003e\n \u003ctr\u003e\u003ctd\u003e\u003ch1\u003e⚠️ Unmaintained Project\u003c/h1\u003e\u003c/td\u003e\u003c/tr\u003e\n\u003c/table\u003e\n\n# HOWTO: Firejailed Tor Browser\n\n  * Install [firejail](https://firejail.wordpress.com/) ([repo](https://github.com/netblue30/firejail)) latest git, or if you are using a stable firejail release,\n    have a look at [stable-profiles](stable-profiles).\n  * Download [Tor Browser](https://www.torproject.org/download/)\n  * Verify the signature as described [here](https://support.torproject.org/#how-to-verify-signature).\n  * Execute the `install.sh` script in a terminal:\n    ```bash\n    $ ./install.sh ~/Downloads/tor-browser-linux64-8.5.4_en-US.tar.xz\n    ```\n    Or do the following steps:\n    * Create `${HOME}/.firejailed-tor-browser` and extract Tor Browser to it.\n    * Copy the `firejailed-tor-browser.profile` file from this repo to `$HOME/.config/firejail/firejailed-tor-browser.profile`.\n    * Copy the `firejailed-tor-browser.desktop.in` file from this repo to `$HOME/.local/share/applications/firejailed-tor-browser.desktop` and replace each occurrence of the string HOME with the content of `$HOME`.\n    * Add `blacklist ${HOME}/.firejailed-tor-browser` to `$HOME/.config/firejail/disable-programs.local`\n    * **Summary**\n      ```bash\n      $ mkdir $HOME/.firejailed-tor-browser\n      $ tar -C \"$HOME/.firejailed-tor-browser\" --strip 1 -xJf ~/Downloads/tor-browser-linux64-8.5.4_en-US.tar.xz\n      $ wget -O \"$HOME/.config/firejail/firejailed-tor-browser.profile\" \"https://raw.githubusercontent.com/rusty-snake/firejailed-tor-browser/master/firejailed-tor-browser.profile\"\n      $ wget -O- \"https://raw.githubusercontent.com/rusty-snake/firejailed-tor-browser/master/firejailed-tor-browser.desktop.in\" | sed \"s;HOME;$HOME;g\" \u003e \"$HOME/.local/share/applications/firejailed-tor-browser.desktop\"\n      $ echo 'blacklist ${HOME}/.firejailed-tor-browser' \u003e\u003e \"${HOME}/.config/firejail/disbale-programs.local\"\n      ```\n  * Now you can start Tor Browser from your Desktop Environment or by running `firejail --profile=firejailed-tor-browser \"$HOME/Browser/start-tor-browser\"`.\n  * Additionally, you can restrict the available interfaces with the `net` command.\n    * List all interfaces: `ip addr show` or `ifconfig`\n    * Add the interface with your internet connection to `firejailed-tor-browser.local`\n    * Example: `echo 'net wlan0' \u003e\u003e \"${HOME}/.config/firejail/firejailed-tor-browser.local\"`\n  * Tor Browser 10.5 added Wayland support. firejailed-tor-browser.profile enables the use of the wayland backend and blocks access to X11.\n    If you still rely on X11, you need to run `install.sh`/`update.sh` with `--x11` or add the following to your `firejailed-tor-browser.local`:\n    ```\n    include firejailed-tor-browser-x11.inc\n    ```\n\n--------------------\n\nLicense: [MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frusty-snake%2Ffirejailed-tor-browser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frusty-snake%2Ffirejailed-tor-browser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frusty-snake%2Ffirejailed-tor-browser/lists"}