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:
4,858
Downloads of v 1.20.0:
91
Last Update:
12 Jul 2020
Package Maintainer(s):
Software Author(s):
- Perry Mitchell
- Sallar Kaboli
Tags:
buttercup password manager password-manager foss cross-platform- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Buttercup (Install)
This is not the latest version of Buttercup (Install) available.
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
4,858
Downloads of v 1.20.0:
91
Maintainer(s):
Software Author(s):
- Perry Mitchell
- Sallar Kaboli
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.
Buttercup (Install) 1.20.0
This is not the latest version of Buttercup (Install) available.
All Checks are Passing
2 Passing Test
To install Buttercup (Install), run the following command from the command line or from PowerShell:
To upgrade Buttercup (Install), run the following command from the command line or from PowerShell:
To uninstall Buttercup (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://community.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 buttercup --internalize --version=1.20.0 --source=https://community.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://community.chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade buttercup -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 buttercup -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 buttercup installed
win_chocolatey:
name: buttercup
state: present
version: 1.20.0
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'buttercup' do
action :install
version '1.20.0'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: buttercup,
Version: 1.20.0,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller buttercup
{
Name = 'buttercup'
Ensure = 'Present'
Version = '1.20.0'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'buttercup':
provider => 'chocolatey',
ensure => '1.20.0',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install buttercup version="1.20.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 12 Jul 2020.
Buttercup is a password manager - an assistant for helping you store all of your login credentials. Buttercup helps you keep your accounts safe and assists you when you want to log in - all you need to do is remember just one password: your master password.
This is the Desktop application in the Buttercup suite, and there's also a mobile app and browser extension so that you can access your credentials anywhere. You store your credentials (login information) in a secure archive, which can then be stored on your own computer or any of our supported cloud services (like Dropbox, for example).
Archives are encrypted using the AES specification, and cannot be read by anyone besides those with the master password. Brute-force decryption is not technically possible. You should not share your archive with anyone, but rest assured: your contents are safe.
Why you need software like Buttercup
Many of us have 10s or 100s of accounts, and it would be crazy to secure these with 1 or 2 passwords. Why? If an attacker gains access to one of the systems you have an account with, your password there may be easily stolen - if an attacker gets this it's highly likely they will try to log in to other accounts you have with the same password. If you're using the same password on more than one site, you risk having several accounts stolen if any one of them is breached.
Buttercup helps you by remembering all of your passwords, and because you no longer have to remember them yourself, you can use different passwords for every single site.
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/buttercup/buttercup-desktop/releases/download/v1.20.0/Buttercup-Setup-1.20.0.exe'
$checksum = 'c7912221de13c7935d3d45b24423b8ddf406b08476f84c3ac9a74698f3455d6f'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'EXE'
url = $url
softwareName = 'buttercup*'
checksum = $checksum
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes= @(0)
}
Install-ChocolateyPackage @packageArgs
Log in or click on link to see number of positives.
- buttercup.1.20.0.nupkg (2bc226d8f092) - ## / 62
- Buttercup-Setup-1.20.0.exe (c7912221de13) - ## / 65
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 |
---|---|---|---|
Buttercup (Install) 1.20.5 | 175 | Thursday, August 20, 2020 | Approved |
Buttercup (Install) 1.20.4 | 305 | Monday, July 20, 2020 | Approved |
Buttercup (Install) 1.20.3 | 103 | Monday, July 13, 2020 | Approved |
Buttercup (Install) 1.20.0 | 91 | Sunday, July 12, 2020 | Approved |
Buttercup (Install) 1.19.0 | 332 | Monday, March 2, 2020 | Approved |
Buttercup (Install) 1.18.2 | 245 | Tuesday, December 31, 2019 | Approved |
Buttercup (Install) 1.18.1 | 197 | Friday, December 6, 2019 | Approved |
Buttercup (Install) 1.18.0 | 131 | Tuesday, November 26, 2019 | Approved |
Buttercup (Install) 1.17.3 | 111 | Wednesday, November 20, 2019 | Approved |
Buttercup (Install) 1.17.0 | 284 | Tuesday, October 15, 2019 | Approved |
Buttercup (Install) 1.16.2 | 242 | Saturday, July 20, 2019 | Approved |
Buttercup (Install) 1.16.1 | 112 | Wednesday, July 17, 2019 | Approved |
Buttercup (Install) 1.16.0 | 113 | Saturday, July 13, 2019 | Approved |
Buttercup (Install) 1.15.0 | 324 | Wednesday, February 13, 2019 | Approved |
Buttercup (Install) 1.14.0 | 184 | Thursday, January 3, 2019 | Approved |
Buttercup (Install) 1.13.0 | 178 | Thursday, December 20, 2018 | Approved |
Buttercup (Install) 1.12.2 | 173 | Thursday, November 29, 2018 | Approved |
Buttercup (Install) 1.12.0 | 141 | Sunday, November 25, 2018 | Approved |
Buttercup (Install) 1.11.0 | 165 | Thursday, November 8, 2018 | Approved |
Buttercup (Install) 1.10.3 | 131 | Sunday, October 14, 2018 | Approved |
Buttercup (Install) 1.10.2 | 145 | Wednesday, October 3, 2018 | Approved |
Buttercup (Install) 1.10.1 | 160 | Saturday, September 15, 2018 | Approved |
Buttercup (Install) 1.7.0 | 210 | Monday, May 21, 2018 | Approved |
Buttercup (Install) 1.6.2 | 216 | Monday, April 23, 2018 | Approved |
Buttercup (Install) 1.6.1 | 182 | Saturday, April 14, 2018 | Approved |
Buttercup (Install) 1.6.0 | 208 | Saturday, March 24, 2018 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Buttercup (Install) and the Buttercup (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 Buttercup (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.