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:
599,670
Downloads of v 4.13.0:
32,632
Last Update:
16 Feb 2021
Package Maintainer(s):
Software Author(s):
- Slack Technologies
- Inc.
Tags:
slack- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Slack for Windows
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
599,670
Downloads of v 4.13.0:
32,632
Maintainer(s):
Software Author(s):
- Slack Technologies
- Inc.
Tags:
slackEdit 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 Slack for Windows, run the following command from the command line or from PowerShell:
To upgrade Slack for Windows, run the following command from the command line or from PowerShell:
To uninstall Slack for Windows, 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 slack --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 slack -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 slack -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 slack installed
win_chocolatey:
name: slack
state: present
version: 4.13.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 'slack' do
action :install
version '4.13.0'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: slack,
Version: 4.13.0,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller slack
{
Name = 'slack'
Ensure = 'Present'
Version = '4.13.0'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'slack':
provider => 'chocolatey',
ensure => '4.13.0',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install slack version="4.13.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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 16 Feb 2021.
Slack
Slack is a collaboration hub for work, no matter what work you do. It’s a place where conversations happen, decisions are made, and information is always at your fingertips. With Slack, your team is better connected.
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.
Get-Process "slack" -ErrorAction SilentlyContinue | Stop-Process -Force
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://downloads.slack-edge.com/releases/windows/4.13.0/prod/ia32/slack-standalone-4.13.0.0.msi'
$checksum32 = 'ba3815559645012ca70946d9ddfc753fe090dc7baa878ba4f2798953a9984708'
$checksumType32 = 'sha256'
$url64 = 'https://downloads.slack-edge.com/releases/windows/4.13.0/prod/x64/slack-standalone-4.13.0.0.msi'
$checksum64 = 'd722c4b4a0ea402c0697424d33ef6544614ebf0facca73f64c9d9270674a62ff'
$checksumType64 = 'sha256'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'msi'
url = $url32
checksum = $checksum32
checksumType = $checksumType32
url64bit = $url64
checksum64 = $checksum64
checksumType64= $checksumType64
softwareName = 'Slack*'
silentArgs = "/qn /norestart"
validExitCodes= @(0)
}
Install-ChocolateyPackage @packageArgs
Log in or click on link to see number of positives.
- slack.4.13.0.nupkg (2d3189e19936) - ## / 62
- slack-standalone-4.13.0.0.msi (d722c4b4a0ea) - ## / 58
- slack-standalone-4.13.0.0.msi (ba3815559645) - ## / 60
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 |
---|---|---|---|
Slack for Windows 4.13.0 | 32632 | Tuesday, February 16, 2021 | Approved |
Slack for Windows 4.12.2 | 38602 | Tuesday, January 12, 2021 | Approved |
Slack for Windows 4.12.0 | 25297 | Monday, December 14, 2020 | Approved |
Slack for Windows 4.11.3 | 19191 | Tuesday, November 24, 2020 | Approved |
Slack for Windows 4.11.2 | 11472 | Monday, November 16, 2020 | Approved |
Slack for Windows 4.11.1 | 10567 | Thursday, November 12, 2020 | Approved |
Slack for Windows 4.11.0 | 9570 | Tuesday, November 10, 2020 | Approved |
Slack for Windows 4.10.3 | 20787 | Thursday, October 15, 2020 | Approved |
Slack for Windows 4.10.0 | 12746 | Tuesday, October 6, 2020 | Approved |
Slack for Windows 4.9.0 | 19022 | Wednesday, September 2, 2020 | Approved |
Slack for Windows 4.8.0 | 19292 | Thursday, July 23, 2020 | Approved |
Slack for Windows 4.7.0 | 13477 | Tuesday, June 30, 2020 | Approved |
Slack for Windows 4.6.0 | 18258 | Thursday, May 21, 2020 | Approved |
Slack for Windows 4.5.1 | 10401 | Monday, May 11, 2020 | Approved |
Slack for Windows 4.5.0 | 13041 | Thursday, April 23, 2020 | Approved |
Slack for Windows 4.4.2 | 10386 | Wednesday, April 8, 2020 | Approved |
Slack for Windows 4.4.0 | 14861 | Thursday, March 19, 2020 | Approved |
Slack for Windows 4.3.4 | 22592 | Tuesday, February 11, 2020 | Approved |
Slack for Windows 4.3.2 | 13527 | Wednesday, January 22, 2020 | Approved |
Slack for Windows 4.3.0 | 16705 | Tuesday, December 17, 2019 | Approved |
Slack for Windows 4.2.0 | 14986 | Tuesday, November 26, 2019 | Approved |
Slack for Windows 4.1.2 | 22511 | Tuesday, October 29, 2019 | Approved |
Slack for Windows 4.1.1 | 10107 | Saturday, October 12, 2019 | Approved |
Slack for Windows 4.1.0 | 6718 | Tuesday, October 1, 2019 | Approved |
Slack for Windows 4.0.2 | 17492 | Tuesday, August 20, 2019 | Approved |
Slack for Windows 4.0.1 | 8699 | Thursday, August 1, 2019 | Approved |
Slack for Windows 4.0.0 | 10333 | Tuesday, July 9, 2019 | Approved |
Slack for Windows 3.4.3 | 10698 | Wednesday, June 12, 2019 | Approved |
Slack for Windows 3.4.2 | 8138 | Friday, May 24, 2019 | Approved |
Slack for Windows 3.4.1 | 3043 | Tuesday, May 21, 2019 | Approved |
Slack for Windows 3.3.7 | 25266 | Monday, January 21, 2019 | Approved |
Slack for Windows 3.3.3 | 16218 | Sunday, October 21, 2018 | Approved |
Slack for Windows 3.3.1 | 8593 | Saturday, September 8, 2018 | Approved |
Slack for Windows 3.2.0 | 13002 | Saturday, June 9, 2018 | Approved |
Slack for Windows 3.1.1 | 9384 | Saturday, April 7, 2018 | Approved |
Slack for Windows 3.1.0 | 4679 | Friday, March 16, 2018 | Approved |
Slack for Windows 3.0.5 | 5784 | Saturday, February 10, 2018 | Approved |
Slack for Windows 3.0.0 | 6833 | Wednesday, December 13, 2017 | Approved |
Slack for Windows 2.9.0 | 2239 | Wednesday, December 6, 2017 | Approved |
Slack for Windows 2.8.1 | 6421 | Saturday, October 14, 2017 | Approved |
Slack for Windows 2.8.0 | 4002 | Tuesday, September 12, 2017 | Approved |
Slack for Windows 2.6.5 | 5301 | Tuesday, July 18, 2017 | Approved |
Slack for Windows 2.6.3 | 2848 | Friday, June 23, 2017 | Approved |
Slack for Windows 1.1.0 | 12499 | Friday, December 16, 2016 | Approved |
Slack for Windows 1.0.0 | 11450 | Friday, March 27, 2015 | Approved |
Slack Technologies, Inc.
This package has no dependencies.
Ground Rules:
- This discussion is only about Slack for Windows and the Slack for Windows 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 Slack for Windows, 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.