Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
365,708
Downloads of v 3.2.3:
2,610
Last Update:
02 Aug 2015
Package Maintainer(s):
Software Author(s):
- Christophe Dumez
Tags:
qbittorrent torrent sharing p2p- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

qBittorrent
This is not the latest version of qBittorrent available.
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
365,708
Downloads of v 3.2.3:
2,610
Maintainer(s):
Software Author(s):
- Christophe Dumez
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
qBittorrent 3.2.3
This is not the latest version of qBittorrent available.
All Checks are Unknown
2 Test of Unknown Status
Validation Testing Unknown
Verification Testing Unknown
To install qBittorrent, run the following command from the command line or from PowerShell:
To upgrade qBittorrent, run the following command from the command line or from PowerShell:
To uninstall qBittorrent, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download qbittorrent --internalize --version=3.2.3 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade qbittorrent -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade qbittorrent -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure qbittorrent installed
win_chocolatey:
name: qbittorrent
state: present
version: 3.2.3
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'qbittorrent' do
action :install
version '3.2.3'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: qbittorrent,
Version: 3.2.3,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller qbittorrent
{
Name = 'qbittorrent'
Ensure = 'Present'
Version = '3.2.3'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'qbittorrent':
provider => 'chocolatey',
ensure => '3.2.3',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install qbittorrent version="3.2.3" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 02 Aug 2015.
qBittorrent is a free software cross-platform BitTorrent client GUI written with Qt4. The program uses libtorrent-rasterbar library for the torrent back-end (network communication) functionality. It is developed by Christophe Dumez, from the University of Technology of Belfort-Montbeliard in France. It was started in March 2006 and has been in active development ever since.
qBittorrent aims to have a small foot-print, to be powerful, intuitive and visually attractive going beyond the current functions widely provided by other applications. qBittorrent is an attempt to provide a μTorrent equivalent that is open-source and multi-platform adding a streaming-like function to let users download-and-play video files. qBittorrent is currently offering functionality comparable to more popular BitTorrent clients such as Vuze but without requiring the Java Virtual Machine. qBittorrent requires Python only for the search engine while other clients such as Deluge and BitTornado require it for the BitTorrent protocol itself. (from Wikipedia, 2013-04-18)
$packageName = 'qbittorrent'
$installerType = 'exe'
# {\{DownloadUrlx64}\} gets “misused” here as 32-bit download link due to limitations of Ketarin/chocopkgup
$url = 'http://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-3.2.3/qbittorrent_3.2.3_setup.exe/download'
$silentArgs = '/S'
$validExitCodes = @(0, 1223)
Install-ChocolateyPackage $packageName $installerType $silentArgs $url -validExitCodes $validExitCodes
try {
$scriptPath = Split-Path $script:MyInvocation.MyCommand.Path
Import-Module (Join-Path $scriptPath 'getUninstallString.ps1')
$uninstallString = getUninstallString 'qbittorrent' 'UninstallString'
if ($uninstallString) {
Uninstall-ChocolateyPackage $packageName 'exe' '/S' $uninstallString
}
} catch {
Write-ChocolateyFailure $packageName $($_.Exception.Message)
throw
}
function getUninstallString($registryFolderName, $uninstallProperty) {
$registryPaths = @(
'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\',
'HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall'
)
foreach ($regPath in $registryPaths) {
$appRegPath = Join-Path $regPath $registryFolderName
if (Test-Path $appRegPath) {
$key = Get-Item -LiteralPath $appRegPath
$regString = $key.GetValue($uninstallProperty, $null)
return $regString
}
}
}
Log in or click on link to see number of positives.
- qbittorrent.3.2.3.nupkg (969ce94a23a1) - ## / 57
- qbittorrent_3.2.3_setup.exe (853e28fe3561) - ## / 55
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
qBittorrent 4.3.3 | 20986 | Wednesday, January 20, 2021 | Approved |
qBittorrent 4.3.2 | 14645 | Monday, December 28, 2020 | Approved |
qBittorrent 4.3.1 | 16810 | Wednesday, November 25, 2020 | Approved |
qBittorrent 4.3.0.1 | 16641 | Thursday, October 22, 2020 | Approved |
qBittorrent 4.3.0 | 5440 | Monday, October 19, 2020 | Approved |
qBittorrent 4.2.5 | 38016 | Saturday, April 25, 2020 | Approved |
qBittorrent 4.2.4 | 4488 | Thursday, April 23, 2020 | Approved |
qBittorrent 4.2.3 | 10841 | Thursday, April 2, 2020 | Approved |
qBittorrent 4.2.2 | 5573 | Tuesday, March 24, 2020 | Approved |
qBittorrent 4.2.1 | 20352 | Wednesday, December 18, 2019 | Approved |
qBittorrent 4.2.0 | 7404 | Friday, December 6, 2019 | Approved |
qBittorrent 4.1.9.1 | 8801 | Monday, November 11, 2019 | Approved |
qBittorrent 4.1.9 | 7020 | Monday, October 28, 2019 | Approved |
qBittorrent 4.1.8 | 9286 | Friday, September 27, 2019 | Approved |
qBittorrent 4.1.7 | 11734 | Tuesday, August 6, 2019 | Approved |
qBittorrent 4.1.6 | 14632 | Monday, May 6, 2019 | Approved |
qBittorrent 4.1.5.20190116 | 13884 | Wednesday, January 16, 2019 | Approved |
qBittorrent 4.1.5 | 6029 | Tuesday, December 25, 2018 | Approved |
qBittorrent 4.1.4 | 6701 | Thursday, November 22, 2018 | Approved |
qBittorrent 4.1.3 | 9069 | Wednesday, September 19, 2018 | Approved |
qBittorrent 4.1.2 | 6464 | Monday, August 13, 2018 | Approved |
qBittorrent 4.1.1 | 8802 | Monday, May 28, 2018 | Approved |
qBittorrent 4.1.0 | 4908 | Saturday, May 5, 2018 | Approved |
qBittorrent 4.0.4 | 8416 | Friday, February 16, 2018 | Approved |
qBittorrent 4.0.3 | 6642 | Monday, December 18, 2017 | Approved |
qBittorrent 4.0.2 | 3463 | Friday, December 1, 2017 | Approved |
qBittorrent 4.0.1 | 2773 | Wednesday, November 22, 2017 | Approved |
qBittorrent 4.0.0 | 1275 | Monday, November 20, 2017 | Approved |
qBittorrent 3.3.16 | 6563 | Friday, September 8, 2017 | Approved |
qBittorrent 3.3.15 | 4014 | Friday, August 4, 2017 | Approved |
qBittorrent 3.3.14 | 2531 | Thursday, July 20, 2017 | Approved |
qBittorrent 3.3.13 | 4433 | Thursday, June 1, 2017 | Approved |
qBittorrent 3.3.12 | 4556 | Friday, April 7, 2017 | Approved |
qBittorrent 3.3.11.20170322 | 2109 | Wednesday, March 22, 2017 | Approved |
qBittorrent 3.3.11 | 2429 | Saturday, March 4, 2017 | Approved |
qBittorrent 3.3.10 | 4819 | Sunday, December 18, 2016 | Approved |
qBittorrent 3.3.9 | 966 | Thursday, December 15, 2016 | Approved |
qBittorrent 3.3.8 | 624 | Wednesday, December 14, 2016 | Approved |
qBittorrent 3.3.7.20161205 | 1397 | Monday, December 5, 2016 | Approved |
qBittorrent 3.3.7.20161201 | 1693 | Thursday, December 1, 2016 | Approved |
qBittorrent 3.3.7.20161130 | 650 | Wednesday, November 30, 2016 | Approved |
qBittorrent 3.3.7 | 3639 | Wednesday, October 5, 2016 | Approved |
qBittorrent 3.3.6 | 4362 | Wednesday, July 20, 2016 | Approved |
qBittorrent 3.3.5 | 310 | Monday, June 20, 2016 | Approved |
qBittorrent 3.3.4 | 2379 | Tuesday, March 29, 2016 | Approved |
qBittorrent 3.3.3 | 3143 | Thursday, January 21, 2016 | Approved |
qBittorrent 3.3.2 | 674 | Tuesday, January 19, 2016 | Approved |
qBittorrent 3.3.1 | 2199 | Tuesday, December 8, 2015 | Approved |
qBittorrent 3.3.0 | 1057 | Sunday, November 29, 2015 | Approved |
qBittorrent 3.2.5 | 1728 | Saturday, October 31, 2015 | Approved |
qBittorrent 3.2.4 | 1459 | Saturday, October 10, 2015 | Approved |
qBittorrent 3.2.3 | 2610 | Sunday, August 2, 2015 | Approved |
qBittorrent 3.2.2 | 387 | Saturday, August 1, 2015 | Approved |
qBittorrent 3.2.1 | 1346 | Saturday, July 11, 2015 | Approved |
qBittorrent 3.2.0 | 1764 | Sunday, May 10, 2015 | Approved |
qBittorrent 3.1.12 | 1532 | Monday, February 23, 2015 | Approved |
qBittorrent 3.1.11 | 1662 | Wednesday, October 22, 2014 | Approved |
qBittorrent 3.1.10.20140925 | 649 | Thursday, September 25, 2014 | Approved |
qBittorrent 3.1.10 | 346 | Thursday, September 25, 2014 | Approved |
qBittorrent 3.1.9.2 | 991 | Tuesday, April 29, 2014 | Approved |
qBittorrent 3.1.9.1 | 351 | Monday, April 28, 2014 | Approved |
qBittorrent 3.1.9 | 550 | Saturday, March 1, 2014 | Approved |
qBittorrent 3.1.8 | 463 | Monday, February 3, 2014 | Approved |
qBittorrent 3.1.5 | 436 | Saturday, January 18, 2014 | Approved |
qBittorrent 3.1.4 | 485 | Monday, December 30, 2013 | Approved |
qBittorrent 3.1.3 | 443 | Wednesday, November 20, 2013 | Approved |
qBittorrent 3.1.2 | 399 | Wednesday, November 6, 2013 | Approved |
qBittorrent 3.1.1.1 | 402 | Monday, October 28, 2013 | Approved |
qBittorrent 3.1.0 | 399 | Sunday, October 13, 2013 | Approved |
qBittorrent 3.0.11 | 443 | Wednesday, July 31, 2013 | Approved |
qBittorrent 3.0.10.0 | 394 | Thursday, July 11, 2013 | Approved |
qBittorrent 3.0.9.01 | 426 | Thursday, June 6, 2013 | Approved |
qBittorrent 3.0.9.0 | 401 | Thursday, April 18, 2013 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about qBittorrent and the qBittorrent 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 qBittorrent, 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.