
87,091
Downloads
655
Downloads of v 4.5
4/28/2015
Last update
Tor Browser Bundle
4.5
The Tor software protects you by bouncing your communications around a distributed network of relays run by volunteers all around the world: it prevents somebody watching your Internet connection from learning what sites you visit, it prevents the sites you visit from learning your physical location, and it lets you access sites which are blocked.
The Tor Browser Bundle lets you use Tor on Windows, Mac OS X, or Linux without needing to install any software. It can run off a USB flash drive, comes with a pre-configured web browser to protect your anonymity, and is self-contained.
This package puts the Tor Browser Bundle into $env:ChocolateyBinRoot\tor-browser
.
To install Tor Browser Bundle, run the following command from the command line or from PowerShell:
C:\> choco install tor-browser
--version 4.5
To upgrade Tor Browser Bundle, run the following command from the command line or from PowerShell:
C:\> choco upgrade tor-browser
--version 4.5
Files
Hide- tools\chocolateyInstall.ps1
Show
$packageName = 'tor-browser' $installerType = 'exe' $installArgs = '/S' try { $binRoot = Get-BinRoot $destinationFolder = Join-Path $binRoot 'tor-browser' $pathDownloadedInstaller = Join-Path $env:TEMP 'tor-browserInstall.exe' $desktopPath = $([Environment]::GetFolderPath('Desktop')) $oldDestinationFolder = Join-Path $desktopPath 'Tor Browser' if ((Test-Path $oldDestinationFolder) -and ($oldDestinationFolder -ne $destinationFolder)) { $destinationFolder = $oldDestinationFolder Write-Output @" Warning: Deprecated installation folder detected: Desktop/Tor Browser. This package will continue to install tor-browser there unless you remove the deprecated installation folder. After you did that, reinstall this package again with the “-force” parameter. Then it will use %ChocolateyBinRoot%\tor-browser. "@ } $language = (Get-Culture).Name -replace '-[a-z]{2}', '' # get language code #$language = 'xx' # Language override for testing $table = @{ 'en' = 'en-US'; 'ar' = 'ar'; 'de' = 'de'; 'es' = 'es-ES'; 'fa' = 'fa'; 'fr' = 'fr'; 'it' = 'it'; 'ko' = 'ko'; 'nl' = 'nl'; 'pl' = 'pl'; 'pt' = 'pt-PT'; 'ru' = 'ru'; 'tr' = 'tr'; 'vi' = 'vi'; 'zh' = 'zh-CN'; } $langcode = $table[$language] # English = fallback language if ($langcode -eq $null) {$langcode = 'en-US'} # DownloadUrlx64 gets “misused” here as variable for the real version with hyphen $url = "https://www.torproject.org/dist/torbrowser/4.5/torbrowser-install-4.5_${langcode}.exe" Get-ChocolateyWebFile $packageName $pathDownloadedInstaller $url Start-Process -Wait $pathDownloadedInstaller -ArgumentList '/S', "/D=$destinationFolder" Remove-Item $pathDownloadedInstaller } catch { Write-ChocolateyFailure $packageName $($_.Exception.Message) throw }
Virus Scan Results
- tor-browser.4.5.nupkg (09c3de837590) - ## / 57 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Tor Browser Bundle 8.0.6 | 1379 | Wednesday, February 13, 2019 | approved |
Tor Browser Bundle 8.0.5 | 1979 | Wednesday, January 30, 2019 | approved |
Tor Browser Bundle 8.0.4 | 4093 | Tuesday, December 11, 2018 | approved |
Tor Browser Bundle 8.0.3 | 4553 | Wednesday, October 24, 2018 | approved |
Tor Browser Bundle 8.0.2 | 2452 | Wednesday, October 3, 2018 | approved |
Tor Browser Bundle 8.0.1 | 1389 | Saturday, September 22, 2018 | approved |
Tor Browser Bundle 8.0 | 1867 | Thursday, September 6, 2018 | approved |
Tor Browser Bundle 7.5.6 | 4162 | Tuesday, June 26, 2018 | approved |
Tor Browser Bundle 7.5.5 | 1643 | Saturday, June 9, 2018 | approved |
Tor Browser Bundle 7.5.4 | 2540 | Wednesday, May 9, 2018 | approved |
Discussion for the Tor Browser Bundle Package
Ground rules:
- This discussion is only about Tor Browser Bundle and the Tor Browser Bundle package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Tor Browser Bundle, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.