Warning: Do not download Electrum from another source than electrum.org. Verify GPG signatures.
Latest release: Electrum-4.4.6
Release notes - Previous releasesThe current executables have been signed by ThomasV, SomberNight, Emzy.
Sources and Binaries
![]() |
Electrum-4.4.6.tar.gz | Signatures |
![]() |
Appimage | Signatures |
![]() |
Standalone Executable | Signatures |
Windows Installer | Signatures | |
Portable version (security advice) | Signatures | |
![]() |
Executable for macOS | Signatures |
![]() (available on Google Play) |
arm 64-bit (arm64-v8a, recommended) | Signatures |
arm 32-bit (armeabi-v7a) | Signatures | |
x86_64 | Signatures |
Installation from Python sources
![]() |
Install dependencies: |
sudo apt-get install python3-pyqt5 libsecp256k1-dev python3-cryptography
|
Download package: |
wget https://download.electrum.org/4.4.6/Electrum-4.4.6.tar.gz |
|
Verify signatures: |
wget https://download.electrum.org/4.4.6/Electrum-4.4.6.tar.gz.asc gpg --verify Electrum-4.4.6.tar.gz.asc |
|
Run without installing: |
tar -xvf Electrum-4.4.6.tar.gz python3 Electrum-4.4.6/run_electrum
|
|
Install with PIP: |
sudo apt-get install python3-setuptools python3-pip python3 -m pip install --user Electrum-4.4.6.tar.gz
|
How to verify GPG signatures
GPG signatures are a proof that distributed files have been signed by the owner of the signing key. For example, if this website was compromised and the original Electrum files had been replaced, signature verification would fail, because the attacker would not be able to create valid signatures. (Note that an attacker would be able to create valid hashes, this is why we do not publish hashes of our binaries here, it does not bring any security).
In order to be able to verify GPG signatures, you need to import
the public key of the signer. Electrum binaries are signed with
ThomasV's public
key. On Linux, you can import that key using the following
command: gpg --import ThomasV.asc
. Here are tutorials for
Windows
and macOS.
When you import a key, you should check its fingerprint using
independent sources, such
as here,
or use
the Web of
Trust.
Notes for Windows users
Electrum binaries are often flagged by various anti-virus software. There is nothing we can do about it, so please stop reporting that to us. Anti-virus software uses heuristics in order to determine if a program is malware, and that often results in false positives. If you trust the developers of the project, you can verify the GPG signature of Electrum binaries, and safely ignore any anti-virus warnings. If you do not trust the developers of the project, you should build the binaries yourself, or run the software from source. Finally, if you are really concerned about malware, you should not use an operating system that relies on anti-virus software.
Old versions of Windows might need to install the KB2999226 Windows update.
Documentation
- Official documentation: electrum.readthedocs.io
- Unofficial guide: bitcoinelectrum.com
Community
Support
- Documentation: https://electrum.readthedocs.io
- Official announcements are made on Twitter
- You can ask questions on bitcointalk.org
- As well as on Reddit
Development
- IRC channel: #electrum channel on Libera
- Bug reports: electrum page on GitHub
- Localization: https://crowdin.net/project/electrum
Electrum Servers
- Server source code: ElectrumX (new, faster implementation)
- How to run your own Electrum server: Install Guide
- Servers list and status (Lists only Bitcoin Electrum servers)
- Statistics from Petrkr's server
About Electrum
Electrum was created by Thomas Voegtlin in
November 2011.
Since then,
various developers have contributed to its
source code.
Developers with Github write access
-
Thomas Voegtlin
[github]
-
[gpg key]
6694 D8DE 7BE8 EE56 31BE D950 2BD5 824B 7F94 70E6
-
[gpg key]
-
SomberNight
[github]
-
[gpg key for identity/git commits]
4AD6 4339 DFA0 5E20 B3F6 AD51 E7B7 48CD AF5E 5ED9
-
[gpg key for releases]
0EED CFD5 CAFB 4590 6734 9B23 CA9E EEC4 3DF9 11DC
-
[gpg key for identity/git commits]
Website and release security
Developers do not have direct unilateral write access to this website.
Changes must be signed by both
ThomasV and
SomberNight,
automatically checked by a script before made publicly visible.
Release distributables are reproducible, and need to be signed by at least the same two keys,
before the script exposes them to the webserver.
Impressum
This website is hosted by Electrum Technologies GmbHElectrum Technologies was founded by Thomas Voegtlin in 2013.
Its mission is to develop, package and distribute Electrum software, and to provide services to Bitcoin users and businesses.
Address
Electrum Technologies GmbHPaul-Lincke-Ufer 8d
10999 Berlin - Germany
Disclaimer
Electrum is Free Software, released under the MIT Licence.Safe
Your private keys are encrypted and never leave your computer.
Forgiving
Your funds can be recovered from a secret phrase.
Instant On
Electrum is fast, because it uses servers that index the Bitcoin blockchain.
No Lock-In
You can export your private keys and use them in other Bitcoin clients.
No Downtimes
Electrum servers are decentralized and redundant. Your wallet is never down.
Proof Checking
Electrum Wallet verifies all the transactions in your history using SPV.
Cold Storage
Keep your private keys offline, and go online with a watching-only wallet.
Multisig
Split the permission to spend your coins between several wallets.
Add-ons
Electrum supports third-party plugins: Multisig services, Hardware wallets, etc.