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...

Downloads:
5,086
Downloads of v 5.45.9:
62
Last Update:
15 Jan 2020
Package Maintainer(s):
Software Author(s):
- Wickr Inc.
Tags:
admin secure messanger chat end-to-end encryption filesharing selfdestructingmessages- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Wickr Me
This is not the latest version of Wickr Me available.
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
5,086
Downloads of v 5.45.9:
62
Maintainer(s):
Software Author(s):
- Wickr Inc.
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.
Wickr Me 5.45.9
This is not the latest version of Wickr Me available.
All Checks are Passing
2 Passing Test
To install Wickr Me, run the following command from the command line or from PowerShell:
To upgrade Wickr Me, run the following command from the command line or from PowerShell:
To uninstall Wickr Me, 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 wickr --internalize --version=5.45.9 --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 wickr -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 wickr -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 wickr installed
win_chocolatey:
name: wickr
state: present
version: 5.45.9
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 'wickr' do
action :install
version '5.45.9'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: wickr,
Version: 5.45.9,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller wickr
{
Name = 'wickr'
Ensure = 'Present'
Version = '5.45.9'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'wickr':
provider => 'chocolatey',
ensure => '5.45.9',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install wickr version="5.45.9" 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...
There are versions of this package awaiting moderation . See the Version History section below.
This package was approved as a trusted package on 16 Jan 2020.
Wickr Me Individual
Free (Individual Use Only)
Shredder – Irreversibly remove all deleted messages, images, and video content from your device
Configurable Timer – Set the expiration time on all your messaging content
No Metadata – Wickr removes all records, geotags and identifying information from your messages and media
No Ads – Ever
Secure – Send and receive secure messages, documents, pictures, videos and audio files
Connect Safely – Your address book will always remain private and will never be stored on our servers
Anonymous – Your Wickr ID is anonymous to us and anyone outside your Wickr network
Your conversations can not be tracked, intercepted or monitored.
Groups – Communicate with groups of up to 10 contacts
Fun – Add stickers, graffiti and photo filters
$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = 'wickr'
installerType = 'msi'
url = 'https://s3.amazonaws.com/static.wickr.com/downloads/win/me/WickrMe-5.45.9.msi'
checksum = 'a2df1cb681debe4e4882ccd6cf93ea4c631faa41426a36a13a87c5a9eccb26b1'
checksumType = 'sha256'
silentArgs = '/qb'
validExitCodes = @(0)
softwareName = 'Wickr'
toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
}
Install-ChocolateyPackage @packageArgs
Log in or click on link to see number of positives.
- wickr.5.45.9.nupkg (494022988423) - ## / 60
- WickrMe-5.45.9.msi (a2df1cb681de) - ## / 59
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 |
---|---|---|---|
Wickr Me 5.71.7 | 3 | Friday, January 22, 2021 | Waiting for Maintainer |
Wickr Me 5.70.4 | 66 | Monday, January 11, 2021 | Approved |
Wickr Me 5.68.7 | 56 | Monday, December 14, 2020 | Approved |
Wickr Me 5.66.14 | 69 | Tuesday, November 24, 2020 | Approved |
Wickr Me 5.65.4 | 67 | Tuesday, November 3, 2020 | Approved |
Wickr Me 5.65.3 | 44 | Friday, October 23, 2020 | Approved |
Wickr Me 5.63.16 | 67 | Monday, October 5, 2020 | Approved |
Wickr Me 5.62.8 | 97 | Friday, September 4, 2020 | Approved |
Wickr Me 5.60.16 | 75 | Friday, August 7, 2020 | Approved |
Wickr Me 5.59.11 | 58 | Saturday, July 25, 2020 | Approved |
Wickr Me 5.57.3 | 78 | Saturday, July 4, 2020 | Approved |
Wickr Me 5.56.16 | 68 | Friday, June 19, 2020 | Approved |
Wickr Me 5.55.8 | 53 | Sunday, June 14, 2020 | Approved |
Wickr Me 5.55.7 | 54 | Wednesday, June 10, 2020 | Approved |
Wickr Me 5.55.6 | 83 | Friday, May 29, 2020 | Approved |
Wickr Me 5.54.11 | 85 | Saturday, May 16, 2020 | Approved |
Wickr Me 5.53.6 | 86 | Monday, May 4, 2020 | Approved |
Wickr Me 5.52.10 | 83 | Friday, April 24, 2020 | Approved |
Wickr Me 5.52.9 | 85 | Friday, April 17, 2020 | Approved |
Wickr Me 5.51.2 | 86 | Monday, April 6, 2020 | Approved |
Wickr Me 5.50.6 | 99 | Saturday, March 21, 2020 | Approved |
Wickr Me 5.49.6 | 107 | Sunday, March 8, 2020 | Approved |
Wickr Me 5.47.25 | 105 | Wednesday, February 12, 2020 | Approved |
Wickr Me 5.46.6 | 74 | Saturday, January 25, 2020 | Approved |
Wickr Me 5.45.9 | 62 | Wednesday, January 15, 2020 | Approved |
Wickr Me 5.45.8 | 69 | Saturday, January 11, 2020 | Approved |
Wickr Me 5.43.8 | 101 | Saturday, December 14, 2019 | Approved |
Wickr Me 5.42.15 | 69 | Saturday, December 7, 2019 | Approved |
Wickr Me 5.41.14 | 86 | Friday, November 22, 2019 | Approved |
Wickr Me 5.40.11 | 75 | Thursday, November 14, 2019 | Approved |
Wickr Me 5.36.8 | 115 | Wednesday, October 16, 2019 | Approved |
Wickr Me 5.32.3 | 147 | Friday, August 30, 2019 | Approved |
Wickr Me 5.28.6 | 126 | Thursday, August 8, 2019 | Approved |
Wickr Me 5.22.3 | 129 | Tuesday, July 16, 2019 | Approved |
Wickr Me 5.18.7 | 130 | Monday, June 3, 2019 | Approved |
Wickr Me 5.4.4 | 181 | Monday, March 11, 2019 | Approved |
Wickr Me 5.2.4 | 135 | Sunday, February 3, 2019 | Approved |
Wickr Me 4.64.8 | 162 | Sunday, December 2, 2018 | Approved |
Wickr Me 4.55.8 | 145 | Saturday, October 13, 2018 | Approved |
Wickr Me 4.48.5 | 150 | Wednesday, August 8, 2018 | Approved |
Wickr Me 4.44.4 | 142 | Wednesday, July 11, 2018 | Approved |
Wickr Me 4.37.9 | 198 | Friday, May 18, 2018 | Approved |
Wickr Me 4.32.8 | 201 | Saturday, March 31, 2018 | Approved |
Wickr Me 4.19.8 | 247 | Monday, February 12, 2018 | Approved |
Wickr Me 4.13.5 | 287 | Friday, November 24, 2017 | Approved |
Wickr Me 2.6.0 | 381 | Monday, March 20, 2017 | Approved |
© Wickr Inc.
This package has no dependencies.
Ground Rules:
- This discussion is only about Wickr Me and the Wickr Me 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 Wickr Me, 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.