Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tatsh/torbrowser-launcher-mac
TorBrowser Launcher for macOS, inspired by the Linux version.
https://github.com/tatsh/torbrowser-launcher-mac
macos package-manager swift tor
Last synced: 24 days ago
JSON representation
TorBrowser Launcher for macOS, inspired by the Linux version.
- Host: GitHub
- URL: https://github.com/tatsh/torbrowser-launcher-mac
- Owner: Tatsh
- Created: 2020-09-20T07:06:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-22T23:05:16.000Z (over 1 year ago)
- Last Synced: 2024-12-25T19:56:27.774Z (28 days ago)
- Topics: macos, package-manager, swift, tor
- Language: Swift
- Homepage: https://tatsh.github.io/torbrowser-launcher-mac/
- Size: 1.27 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Tor Browser Launcher for macOS
Tor Browser Launcher is intended to make Tor Browser easier to install and use for macOS users. You install torbrowser-launcher from your distribution's package manager and it handles everything else:
* Downloads and installs the most recent version of Tor Browser, or launches Tor Browser if it's already at the latest version at launch time.
You might want to check out the [security design doc](https://github.com/micahflee/torbrowser-launcher/blob/develop/security_design.md).
![Tor Browser Launcher screenshot](/screenshot.png)
## Uninstallation
Delete and app bundle (or uninstall it with your package manager) and run the following commands:
```sh
defaults delete sh.tat.abstractcat.torbrowser-launcher
rm -fR ~/Library/Application\ Support/Tor\ Browser\ Launcher/
```