Warning: Do not download Electrum from another source than electrum.org. Verify GPG signatures.

Latest release: Electrum-4.4.6

Release notes - Previous releases
Our executables are reproducible, and are signed independently by several builders.
The current executables have been signed by ThomasV, SomberNight, Emzy.

Sources and Binaries

Python (3.8 and higher) Electrum-4.4.6.tar.gz Signatures
Linux Appimage Signatures
Windows (8.1 and higher) Standalone Executable Signatures
Windows Installer Signatures
Portable version (security advice) Signatures
macOS (10.13 and higher) Executable for macOS Signatures
Android (5.0 and higher)
(available on Google Play)
arm 64-bit (arm64-v8a, recommended) Signatures
arm 32-bit (armeabi-v7a) Signatures
x86_64 Signatures

Installation from Python sources

Linux 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

Community

Support

Development

Electrum Servers

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

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 GmbH
Electrum 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 GmbH
Paul-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.


Download Electrum