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:
16,883
Downloads of v 4.0.9:
383
Last Update:
18 Dec 2020
Package Maintainer(s):
Software Author(s):
- Electrum Developers
Tags:
bitcoin btc blockchain wallet cryptocurrency- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Electrum
- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
16,883
Downloads of v 4.0.9:
383
Maintainer(s):
Software Author(s):
- Electrum Developers
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 Electrum, run the following command from the command line or from PowerShell:
To upgrade Electrum, run the following command from the command line or from PowerShell:
To uninstall Electrum, 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 electrum --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 electrum -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 electrum -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 electrum installed
win_chocolatey:
name: electrum
state: present
version: 4.0.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 'electrum' do
action :install
version '4.0.9'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: electrum,
Version: 4.0.9,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller electrum
{
Name = 'electrum'
Ensure = 'Present'
Version = '4.0.9'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'electrum':
provider => 'chocolatey',
ensure => '4.0.9',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install electrum version="4.0.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.
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 Dec 2020.
Electrum
Electrum is an easy to use Bitcoin wallet. It protects you from losing coins in a backup
mistake or computer failure, because your wallet can be recovered from a secret phrase that
you can write on paper or learn by heart. There is no waiting time when you start the client,
because it does not download the Bitcoin blockchain.
Features:
- Instant on: Your client does not download the blockchain. It uses a network of specialized servers that index the blockchain.
- Forgiving: Your wallet can be recovered from a secret seed.
- Safe: Your seed and private keys are encrypted on your hard drive. They are never sent to the servers.
- Low trust: Information received from the servers is verified using SPV. Servers are authenticated using SSL
- No downtimes: Your client is not tied to a particular server; it will switch instantly if your server is down.
- Ubiquitous: You can use the same wallet on different computers, they will synchronize automatically.
- Cold Storage: Sign transactions from a computer that is always offline. Broadcast them using a machine that does not have your keys.
- Reachable: You can export your private keys into other Bitcoin clients.
- Established: Electrum is open source and was first released in November 2011.
Package-specific issue
If this package isn't up-to-date for some days, Create an issue
Log in or click on link to see number of positives.
- electrum.4.0.9.nupkg (09cae4a2da13) - ## / 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 |
---|---|---|---|
Electrum 4.0.9 | 383 | Friday, December 18, 2020 | Approved |
Electrum 4.0.8 | 31 | Friday, December 18, 2020 | Approved |
Electrum 4.0.7 | 16 | Wednesday, December 9, 2020 | Approved |
Electrum 4.0.6 | 119 | Saturday, December 5, 2020 | Approved |
Electrum 4.0.5 | 125 | Wednesday, November 18, 2020 | Approved |
Electrum 4.0.4 | 160 | Friday, October 16, 2020 | Approved |
Electrum 4.0.3 | 162 | Friday, September 11, 2020 | Approved |
Electrum 4.0.2 | 161 | Saturday, August 1, 2020 | Approved |
Electrum 3.1.2 | 1375 | Thursday, March 29, 2018 | Approved |
Electrum 3.1.1 | 351 | Monday, March 12, 2018 | Approved |
Electrum 3.1.0 | 273 | Wednesday, March 7, 2018 | Approved |
Electrum 3.0.6 | 402 | Saturday, February 3, 2018 | Approved |
Electrum 3.0.4 | 444 | Saturday, January 6, 2018 | Approved |
Electrum 3.0.3 | 447 | Tuesday, December 12, 2017 | Approved |
Electrum 3.0.2 | 465 | Monday, November 13, 2017 | Approved |
Electrum 3.0.1 | 349 | Monday, November 6, 2017 | Approved |
Electrum 2.9.2 | 526 | Thursday, August 3, 2017 | Approved |
Electrum 2.9.1 | 278 | Thursday, August 3, 2017 | Approved |
Electrum 2.9.0 | 298 | Thursday, July 27, 2017 | Approved |
Electrum 2.8.3 | 412 | Monday, May 29, 2017 | Approved |
Electrum 2.8.2 | 410 | Wednesday, March 22, 2017 | Approved |
Electrum 2.8.1 | 347 | Saturday, March 11, 2017 | Approved |
Electrum 2.8.0 | 330 | Thursday, March 9, 2017 | Approved |
Electrum 2.7.18 | 411 | Wednesday, January 25, 2017 | Approved |
Electrum 2.7.16 | 353 | Monday, January 9, 2017 | Approved |
Electrum 2.7.15 | 299 | Friday, January 6, 2017 | Approved |
Electrum 2.7.14 | 293 | Wednesday, January 4, 2017 | Approved |
Electrum 2.7.12 | 478 | Thursday, November 10, 2016 | Approved |
Electrum 2.7.11 | 316 | Thursday, October 27, 2016 | Approved |
Electrum 2.7.9 | 353 | Thursday, October 20, 2016 | Approved |
Electrum 2.6.4 | 427 | Tuesday, April 12, 2016 | Approved |
Electrum 2.6.3 | 361 | Sunday, March 20, 2016 | Approved |
Electrum 2.6.2 | 326 | Monday, March 7, 2016 | Approved |
Electrum 2.6.1 | 319 | Wednesday, March 2, 2016 | Approved |
Electrum 2.6 | 312 | Friday, February 26, 2016 | Approved |
Electrum 2.5.4 | 351 | Tuesday, November 17, 2015 | Approved |
Electrum 2.5.1 | 276 | Sunday, October 18, 2015 | Approved |
Electrum 2.5 | 308 | Sunday, October 18, 2015 | Approved |
Electrum 2.4.4 | 308 | Sunday, August 23, 2015 | Approved |
Electrum 2.4.3 | 332 | Saturday, August 22, 2015 | Approved |
Electrum 2.4.2 | 284 | Tuesday, August 18, 2015 | Approved |
Electrum 2.3.2 | 365 | Tuesday, June 16, 2015 | Approved |
Electrum 2.3.1 | 366 | Sunday, June 14, 2015 | Approved |
Electrum 2.3 | 360 | Friday, June 12, 2015 | Approved |
Electrum 2.2 | 341 | Thursday, May 21, 2015 | Approved |
Electrum 2.1.1 | 317 | Wednesday, May 20, 2015 | Approved |
Electrum 2.0.4 | 368 | Friday, April 17, 2015 | Approved |
Electrum 1.9.8 | 402 | Thursday, February 5, 2015 | Approved |
© 2012 Electrum
Program
Package
- Automatically built and uploaded by tunisiano
- Package not up-to-date after a few days ? Create an issue
-
- electrum.install (≥ 4.0.2)
Ground Rules:
- This discussion is only about Electrum and the Electrum 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 Electrum, 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.