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:
359,543
Downloads of v 6.2.2.0:
16,797
Last Update:
18 Feb 2021
Package Maintainer(s):
Software Author(s):
- AnyDesk Software GmbH
Tags:
anydesk desk viewer remote control support online desktop teamviewer rdp- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

AnyDesk Exe (Portable and Install)
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
359,543
Downloads of v 6.2.2.0:
16,797
Maintainer(s):
Software Author(s):
- AnyDesk Software GmbH
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.
All Checks are Passing
2 Passing Test
To install AnyDesk Exe (Portable and Install), run the following command from the command line or from PowerShell:
To upgrade AnyDesk Exe (Portable and Install), run the following command from the command line or from PowerShell:
To uninstall AnyDesk Exe (Portable and Install), 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 anydesk --internalize --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 anydesk -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 anydesk -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 anydesk installed
win_chocolatey:
name: anydesk
state: present
version: 6.2.2.0
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 'anydesk' do
action :install
version '6.2.2.0'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: anydesk,
Version: 6.2.2.0,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller anydesk
{
Name = 'anydesk'
Ensure = 'Present'
Version = '6.2.2.0'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'anydesk':
provider => 'chocolatey',
ensure => '6.2.2.0',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install anydesk version="6.2.2.0" 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 is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 18 Feb 2021.
Connect to a computer remotely, be it from the other end of the office or halfway around the world.
AnyDesk ensures secure and reliable remote desktop connections for IT professionals and on-the-go individuals alike.
If you want to install AnyDesk, you can either provide parameters to the anydesk.portable package or install the anydesk.install package.
Please Note: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.
Log in or click on link to see number of positives.
- anydesk.6.2.2.0.nupkg (3c08bddf8032) - ## / 63
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 |
---|---|---|---|
AnyDesk Exe (Portable and Install) 6.2.2.0 | 16797 | Thursday, February 18, 2021 | Approved |
AnyDesk Exe (Portable and Install) 6.2.1.0 | 4686 | Friday, February 12, 2021 | Approved |
AnyDesk Exe (Portable and Install) 6.1.5.0 | 18065 | Wednesday, January 27, 2021 | Approved |
AnyDesk Exe (Portable and Install) 6.1.4.0 | 7047 | Friday, January 22, 2021 | Approved |
AnyDesk Exe (Portable and Install) 6.1.0.0 | 34588 | Wednesday, December 9, 2020 | Approved |
AnyDesk Exe (Portable and Install) 6.0.8.0 | 76173 | Saturday, September 12, 2020 | Approved |
AnyDesk Exe (Portable and Install) 6.0.7 | 21907 | Tuesday, July 28, 2020 | Approved |
AnyDesk Exe (Portable and Install) 6.0.6 | 5202 | Tuesday, July 21, 2020 | Approved |
AnyDesk Exe (Portable and Install) 6.0.5 | 5449 | Tuesday, July 14, 2020 | Approved |
AnyDesk Exe (Portable and Install) 5.5.3 | 65702 | Thursday, April 9, 2020 | Approved |
AnyDesk 5.4.2 | 11050 | Friday, December 20, 2019 | Approved |
AnyDesk 5.4.0 | 9964 | Friday, November 22, 2019 | Approved |
AnyDesk 5.3.3 | 5612 | Wednesday, October 2, 2019 | Approved |
AnyDesk 5.3.2 | 2660 | Tuesday, September 10, 2019 | Approved |
AnyDesk 5.2.2 | 4532 | Saturday, July 13, 2019 | Approved |
AnyDesk 5.2.1 | 2740 | Saturday, June 8, 2019 | Approved |
AnyDesk 5.1.2 | 1247 | Tuesday, May 28, 2019 | Approved |
AnyDesk 5.1.1 | 912 | Friday, May 24, 2019 | Approved |
AnyDesk 5.1.0 | 1162 | Wednesday, May 15, 2019 | Approved |
AnyDesk 5.0.5 | 2091 | Sunday, April 14, 2019 | Approved |
AnyDesk 5.0.4 | 878 | Tuesday, April 9, 2019 | Approved |
AnyDesk 5.0.3 | 813 | Saturday, April 6, 2019 | Approved |
AnyDesk 5.0.2 | 654 | Thursday, April 4, 2019 | Approved |
AnyDesk 4.3.0 | 4427 | Saturday, December 15, 2018 | Approved |
AnyDesk 4.2.3 | 3284 | Thursday, August 23, 2018 | Approved |
AnyDesk 4.2.2 | 1043 | Friday, July 20, 2018 | Approved |
AnyDesk 4.2.1 | 356 | Wednesday, July 18, 2018 | Approved |
AnyDesk 4.2.0 | 466 | Thursday, July 12, 2018 | Approved |
AnyDesk 4.1.3 | 958 | Wednesday, June 13, 2018 | Approved |
AnyDesk 4.1.2 | 616 | Tuesday, May 29, 2018 | Approved |
AnyDesk 4.1.0 | 361 | Saturday, May 26, 2018 | Approved |
AnyDesk 4.0.1 | 1287 | Thursday, April 12, 2018 | Approved |
AnyDesk 4.0.0 | 341 | Wednesday, April 11, 2018 | Approved |
AnyDesk 3.7.0 | 1795 | Thursday, January 11, 2018 | Approved |
AnyDesk 3.6.3 | 988 | Saturday, November 18, 2017 | Approved |
AnyDesk 3.6.2 | 747 | Wednesday, October 18, 2017 | Approved |
AnyDesk 3.6.1 | 31887 | Wednesday, September 6, 2017 | Approved |
AnyDesk 3.6.0 | 397 | Saturday, September 2, 2017 | Approved |
AnyDesk 3.5.0 | 523 | Friday, August 11, 2017 | Approved |
AnyDesk 3.4.1 | 645 | Friday, July 14, 2017 | Approved |
AnyDesk 3.4.0 | 355 | Wednesday, July 12, 2017 | Approved |
AnyDesk 3.3.2 | 416 | Friday, July 7, 2017 | Approved |
AnyDesk 3.3.1 | 426 | Tuesday, June 27, 2017 | Approved |
AnyDesk 3.3.0 | 411 | Saturday, June 24, 2017 | Approved |
AnyDesk 3.2.5 | 559 | Thursday, June 1, 2017 | Approved |
AnyDesk 3.2.4 | 515 | Wednesday, May 17, 2017 | Approved |
AnyDesk 3.2.3 | 463 | Tuesday, May 9, 2017 | Approved |
AnyDesk 3.2.2 | 334 | Saturday, May 6, 2017 | Approved |
AnyDesk 3.2.1 | 359 | Thursday, May 4, 2017 | Approved |
AnyDesk 3.2.0 | 377 | Sunday, April 30, 2017 | Approved |
AnyDesk 3.1.1 | 1043 | Friday, January 6, 2017 | Approved |
AnyDesk 3.1.0 | 356 | Friday, December 30, 2016 | Approved |
AnyDesk 3.0.0 | 384 | Wednesday, December 14, 2016 | Approved |
AnyDesk 2.6.1 | 467 | Monday, November 21, 2016 | Approved |
AnyDesk 2.6.0 | 445 | Saturday, October 15, 2016 | Approved |
AnyDesk 2.5.0 | 446 | Thursday, September 22, 2016 | Approved |
AnyDesk 2.3.5 | 558 | Wednesday, August 10, 2016 | Approved |
AnyDesk 2.3.4 | 328 | Wednesday, August 3, 2016 | Approved |
AnyDesk 2.3.0 | 410 | Saturday, June 4, 2016 | Approved |
2021 AnyDesk GmbH
-
- anydesk.portable (≥ 6.2.2.0)
Ground Rules:
- This discussion is only about AnyDesk Exe (Portable and Install) and the AnyDesk Exe (Portable and Install) 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 AnyDesk Exe (Portable and Install), 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.