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:
160,423
Downloads of v 1.2.1:
1,835
Last Update:
19 Dec 2017
Package Maintainer(s):
Software Author(s):
- Pavel Durov
- Nikolai Durov
Tags:
im messenger chat synchronized cloud- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Telegram
This is not the latest version of Telegram available.
- Software Specific:
- Software Site
- Software Source
- 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:
160,423
Downloads of v 1.2.1:
1,835
Maintainer(s):
Software Author(s):
- Pavel Durov
- Nikolai Durov
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.
Telegram 1.2.1
This is not the latest version of Telegram available.
All Checks are Passing
2 Passing Test
To install Telegram, run the following command from the command line or from PowerShell:
To upgrade Telegram, run the following command from the command line or from PowerShell:
To uninstall Telegram, 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 telegram --internalize --version=1.2.1 --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 telegram -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 telegram -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 telegram installed
win_chocolatey:
name: telegram
state: present
version: 1.2.1
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 'telegram' do
action :install
version '1.2.1'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: telegram,
Version: 1.2.1,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller telegram
{
Name = 'telegram'
Ensure = 'Present'
Version = '1.2.1'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'telegram':
provider => 'chocolatey',
ensure => '1.2.1',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install telegram version="1.2.1" 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 19 Dec 2017.
Telegram is a cloud-based synchronized messaging app with a focus on speed and security. It's superfast, simple and free. You can use Telegram on all your devices at the same time - Android, iOS, WP, Firefox, Chrome, Web Browser, Mac, Linux, and Windows desktop (this package) - your messages sync seamlessly across any of your phones, tablets or computers.
With Telegram, you can send messages, photos, videos and files of any type (doc, zip, mp3, etc) to people who are in your phone contacts and have Telegram. You can also create groups for up to 200 people or send broadcasts to up to 100 contacts. As a result, Telegram is like SMS and email combined - and can take care of all your personal or business messaging needs.
Features
Documentation
Community
# MetaPackage
Log in or click on link to see number of positives.
- telegram.1.2.1.nupkg (b62cd97174dd) - ## / 61
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 |
---|---|---|---|
Telegram 2.6.1 | 3542 | Thursday, February 25, 2021 | Approved |
Telegram 2.6.0 | 892 | Wednesday, February 24, 2021 | Approved |
Telegram 2.5.9 | 2472 | Thursday, February 18, 2021 | Approved |
Telegram 2.5.8 | 4929 | Saturday, January 30, 2021 | Approved |
Telegram 2.5.7 | 1011 | Thursday, January 28, 2021 | Approved |
Telegram 2.5.1 | 6331 | Wednesday, December 23, 2020 | Approved |
Telegram 2.5.0 | 268 | Wednesday, December 23, 2020 | Approved |
Telegram 2.4.7 | 6912 | Thursday, November 5, 2020 | Approved |
Telegram 2.4.6 | 24 | Monday, November 2, 2020 | Approved |
Telegram 2.4.5 | 2110 | Saturday, October 31, 2020 | Approved |
Telegram 2.4.4 | 2378 | Saturday, October 24, 2020 | Approved |
Telegram 2.4.3 | 3505 | Wednesday, October 7, 2020 | Approved |
Telegram 2.4.2 | 1703 | Saturday, October 3, 2020 | Approved |
Telegram 2.4.1 | 142 | Friday, October 2, 2020 | Approved |
Telegram 2.4.0 | 1071 | Thursday, October 1, 2020 | Approved |
Telegram 2.3.1 | 5370 | Sunday, August 23, 2020 | Approved |
Telegram 2.3.0 | 2018 | Saturday, August 15, 2020 | Approved |
Telegram 2.2.0 | 3374 | Sunday, July 26, 2020 | Approved |
Telegram 2.1.13 | 4109 | Wednesday, June 24, 2020 | Approved |
Telegram 2.1.12 | 1746 | Thursday, June 18, 2020 | Approved |
Telegram 2.1.10 | 2517 | Saturday, June 6, 2020 | Approved |
Telegram 2.1.6 | 3502 | Thursday, May 14, 2020 | Approved |
Telegram 2.1.5 | 404 | Thursday, May 14, 2020 | Approved |
Telegram 2.1.4 | 1366 | Saturday, May 9, 2020 | Approved |
Telegram 2.1.3 | 513 | Friday, May 8, 2020 | Approved |
Telegram 2.1.2 | 1172 | Tuesday, May 5, 2020 | Approved |
Telegram 2.1.1 | 683 | Saturday, May 2, 2020 | Approved |
Telegram 2.1.0 | 2183 | Friday, April 24, 2020 | Approved |
Telegram 2.0.1 | 3243 | Tuesday, March 31, 2020 | Approved |
Telegram 2.0.0 | 79 | Monday, March 30, 2020 | Approved |
Telegram 1.9.21 | 2553 | Tuesday, March 17, 2020 | Approved |
Telegram 1.9.14 | 3229 | Tuesday, February 18, 2020 | Approved |
Telegram 1.9.13 | 210 | Thursday, February 13, 2020 | Approved |
Telegram 1.9.12 | 1452 | Wednesday, February 12, 2020 | Approved |
Telegram 1.9.9 | 2099 | Wednesday, January 29, 2020 | Approved |
Telegram 1.9.8 | 1111 | Friday, January 24, 2020 | Approved |
Telegram 1.9.7 | 531 | Thursday, January 23, 2020 | Approved |
Telegram 1.9.6 | 619 | Wednesday, January 22, 2020 | Approved |
Telegram 1.9.4 | 865 | Friday, January 17, 2020 | Approved |
Telegram 1.9.3 | 2292 | Tuesday, December 31, 2019 | Approved |
Telegram 1.8.15 | 5113 | Monday, October 7, 2019 | Approved |
Telegram 1.8.13 | 937 | Thursday, October 3, 2019 | Approved |
Telegram 1.8.12 | 374 | Wednesday, October 2, 2019 | Approved |
Telegram 1.8.11 | 341 | Wednesday, October 2, 2019 | Approved |
Telegram 1.8.9 | 776 | Saturday, September 28, 2019 | Approved |
Telegram 1.8.8 | 1857 | Tuesday, September 10, 2019 | Approved |
Telegram 1.8.4 | 823 | Friday, September 6, 2019 | Approved |
Telegram 1.8.3 | 367 | Friday, September 6, 2019 | Approved |
Telegram 1.8.2 | 1847 | Tuesday, August 20, 2019 | Approved |
Telegram 1.8.1 | 1324 | Saturday, August 10, 2019 | Approved |
Telegram 1.8.0 | 320 | Friday, August 9, 2019 | Approved |
Telegram 1.7.14 | 2452 | Sunday, July 7, 2019 | Approved |
Telegram 1.7.13 | 299 | Saturday, July 6, 2019 | Approved |
Telegram 1.7.10 | 1309 | Monday, June 24, 2019 | Approved |
Telegram 1.7.7 | 1435 | Monday, June 10, 2019 | Approved |
Telegram 1.7.3 | 1048 | Saturday, June 1, 2019 | Approved |
Telegram 1.7.2 | 258 | Saturday, June 1, 2019 | Approved |
Telegram 1.7.0 | 1717 | Thursday, May 9, 2019 | Approved |
Telegram 1.6.7 | 1803 | Saturday, April 13, 2019 | Approved |
Telegram 1.6.3 | 1474 | Monday, March 25, 2019 | Approved |
Telegram 1.6.2 | 382 | Sunday, March 24, 2019 | Approved |
Telegram 1.6.1 | 639 | Wednesday, March 20, 2019 | Approved |
Telegram 1.6.0 | 547 | Monday, March 18, 2019 | Approved |
Telegram 1.5.15 | 1955 | Wednesday, February 13, 2019 | Approved |
Telegram 1.5.13 | 170 | Tuesday, February 12, 2019 | Approved |
Telegram 1.5.12 | 524 | Sunday, February 10, 2019 | Approved |
Telegram 1.5.11 | 813 | Friday, February 1, 2019 | Approved |
Telegram 1.5.10 | 201 | Friday, February 1, 2019 | Approved |
Telegram 1.5.9 | 220 | Friday, February 1, 2019 | Approved |
Telegram 1.5.8 | 928 | Tuesday, January 22, 2019 | Approved |
Telegram 1.5.4 | 1617 | Monday, December 24, 2018 | Approved |
Telegram 1.5.3 | 301 | Sunday, December 23, 2018 | Approved |
Telegram 1.5.2 | 725 | Friday, December 14, 2018 | Approved |
Telegram 1.5.1 | 558 | Tuesday, December 11, 2018 | Approved |
Telegram 1.5.0 | 268 | Monday, December 10, 2018 | Approved |
Telegram 1.4.4 | 2183 | Thursday, October 18, 2018 | Approved |
Telegram 1.4.3 | 219 | Monday, October 15, 2018 | Approved |
Telegram 1.2.15 | 4971 | Thursday, March 29, 2018 | Approved |
Telegram 1.2.14 | 695 | Thursday, March 22, 2018 | Approved |
Telegram 1.2.6 | 1437 | Sunday, February 18, 2018 | Approved |
Telegram 1.2.1 | 1835 | Tuesday, December 19, 2017 | Approved |
Telegram 1.1.17 | 2889 | Thursday, July 27, 2017 | Approved |
Telegram 1.1.9 | 961 | Monday, July 3, 2017 | Approved |
Telegram 1.1.7 | 301 | Sunday, July 2, 2017 | Approved |
Telegram 1.0.29 | 1872 | Wednesday, April 5, 2017 | Approved |
Telegram 1.0.27 | 535 | Friday, March 31, 2017 | Approved |
Telegram 1.0.26 | 362 | Thursday, March 30, 2017 | Approved |
Telegram 1.0.14 | 1080 | Monday, February 20, 2017 | Approved |
Telegram 1.0.13 | 303 | Monday, February 20, 2017 | Approved |
Telegram 1.0.12 | 331 | Monday, February 20, 2017 | Approved |
Telegram 1.0.6 | 811 | Wednesday, February 1, 2017 | Approved |
Telegram 1.0.5 | 425 | Tuesday, January 31, 2017 | Approved |
Telegram 1.0.2 | 632 | Sunday, January 22, 2017 | Approved |
Telegram 0.10.20 | 820 | Wednesday, December 21, 2016 | Approved |
Telegram 0.10.19 | 1066 | Thursday, October 27, 2016 | Approved |
Telegram 0.10.16 | 473 | Thursday, October 20, 2016 | Approved |
Telegram 0.10.1 | 1229 | Saturday, August 6, 2016 | Approved |
Telegram 0.10.0 | 344 | Wednesday, August 3, 2016 | Approved |
Telegram 0.9.56 | 408 | Sunday, June 26, 2016 | Approved |
Telegram 0.9.51 | 318 | Wednesday, June 15, 2016 | Approved |
Telegram 0.9.49 | 319 | Monday, May 16, 2016 | Approved |
Telegram 0.9.48 | 288 | Tuesday, May 10, 2016 | Approved |
Telegram 0.9.44 | 455 | Thursday, April 21, 2016 | Approved |
Telegram 0.9.42 | 443 | Tuesday, April 12, 2016 | Approved |
Telegram 0.9.40 | 336 | Friday, April 8, 2016 | Approved |
Telegram 0.9.32 | 573 | Monday, March 14, 2016 | Approved |
Telegram 0.9.28 | 408 | Saturday, February 27, 2016 | Approved |
Telegram 0.9.26 | 414 | Monday, February 22, 2016 | Approved |
Telegram 0.9.24 | 355 | Tuesday, February 16, 2016 | Approved |
Telegram 0.9.18 | 597 | Tuesday, January 5, 2016 | Approved |
Telegram 0.9.17 | 302 | Monday, January 4, 2016 | Approved |
Telegram 0.9.15 | 374 | Wednesday, December 9, 2015 | Approved |
Telegram 0.9.13 | 278 | Thursday, November 26, 2015 | Approved |
Telegram 0.9.10 | 265 | Saturday, November 7, 2015 | Approved |
Telegram 0.9.6 | 335 | Sunday, October 18, 2015 | Approved |
Telegram 0.9.2 | 209 | Tuesday, September 29, 2015 | Approved |
Telegram 0.8.57 | 258 | Sunday, September 13, 2015 | Approved |
Telegram 0.8.56 | 297 | Friday, September 11, 2015 | Approved |
Telegram 0.8.55 | 258 | Wednesday, September 2, 2015 | Approved |
Telegram 0.8.52 | 283 | Thursday, August 20, 2015 | Approved |
Telegram 0.8.51 | 253 | Tuesday, August 18, 2015 | Approved |
Telegram 0.8.43 | 233 | Saturday, August 1, 2015 | Approved |
Telegram 0.8.38 | 310 | Wednesday, July 8, 2015 | Approved |
Telegram 0.8.36 | 293 | Wednesday, July 1, 2015 | Approved |
Telegram 0.8.32 | 275 | Friday, June 26, 2015 | Approved |
Telegram 0.8.30 | 270 | Thursday, June 25, 2015 | Approved |
Telegram 0.8.24 | 385 | Tuesday, June 9, 2015 | Approved |
Telegram 0.8.21 | 314 | Wednesday, June 3, 2015 | Approved |
Telegram 0.8.17 | 359 | Friday, May 22, 2015 | Approved |
Telegram 0.8.16 | 298 | Thursday, May 21, 2015 | Approved |
Telegram 0.8.13 | 1049 | Wednesday, May 13, 2015 | Approved |
Telegram 0.8.11 | 339 | Friday, May 8, 2015 | Approved |
Telegram 0.8.7 | 336 | Saturday, April 25, 2015 | Approved |
Telegram 0.8.4 | 274 | Monday, April 13, 2015 | Approved |
Telegram 0.8.3 | 320 | Thursday, April 9, 2015 | Approved |
Telegram 0.8.0 | 298 | Friday, March 27, 2015 | Approved |
Telegram 0.7.23 | 331 | Friday, March 20, 2015 | Approved |
Telegram 0.7.20 | 431 | Tuesday, March 17, 2015 | Approved |
© 2013 Pavel Durov and Nikolai Durov
-
- telegram.install (= 1.2.1)
Ground Rules:
- This discussion is only about Telegram and the Telegram 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 Telegram, 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.