Electrum official download: site, hash, then GPG
Electrum has been cloned for a decade. The real job is electrum.org → download.electrum.org → hash → gpg --verify on the .asc.
Security Guides · 7 min · Updated Aug 2026 · Expert
An Electrum official download comes from electrum.org (which points at download.electrum.org), never from SourceForge, Softonic, or electrum-wallet.com.
Electrum publishes a Windows .exe, macOS .dmg, Linux tarball, and a matching .asc for GPG. Hash first on this page, then prove ThomasV signed those bytes.
Do this now
- Take the files from download.electrum.org. Open electrum.org, follow Download, and grab both
electrum-4.5.5-setup.exeandelectrum-4.5.5-setup.exe.asc(version as listed). Same pair exists for .dmg and .tar.gz. - SHA-256 the installer here. Drop the
.exeinto the verifier with presetelectrum_windows. A mismatch means you do not even start GPG — the file is already wrong. - Verify the .asc on your machine. Import ThomasV’s key
0x6694D8DE7BE8EE56and rungpg --verify electrum-4.5.5-setup.exe.asc electrum-4.5.5-setup.exe. You want a good signature from the expected fingerprint, not “good signature” from a key you just imported off a random blog.
Official Electrum hosts
The project site is electrum.org. Binaries are served from download.electrum.org. GitHub spesmilo/electrum is source, not a substitute for the signed Windows installer if you are not building it yourself.
| Artifact | Host | Next check |
|---|---|---|
| electrum-4.5.5-setup.exe | download.electrum.org | SHA-256 + .asc |
| electrum-4.5.5.dmg | download.electrum.org | SHA-256 + .asc |
| electrum-4.5.5.tar.gz | download.electrum.org | SHA-256 + .asc |
| “ElectrumPro.exe” from a mirror | Anywhere else | Delete |
GPG after a hash match
gpg --keyserver keys.openpgp.org --recv-keys 6694D8DE7BE8EE56
gpg --verify electrum-4.5.5-setup.exe.asc electrum-4.5.5-setup.exe
What this page cannot do for Electrum
The browser hasher cannot import GPG keys or validate a detached .asc. We compute SHA-256 only. Authenticity is gpg --verify on your OS.
We are not Electrum developers and we do not run Electrum servers.
Frequently asked questions
What is the official Electrum download URL?
Start at electrum.org and use the Download links to download.electrum.org. That host is where the signed 4.5.5 installers and .asc files live.
What GPG key signs Electrum?
ThomasV’s key id in our catalog is 0x6694D8DE7BE8EE56. Confirm the full fingerprint on electrum.org before you treat a newly imported key as trusted.
Is a SHA-256 match enough for Electrum?
It proves integrity against a published digest. Electrum also ships GPG signatures so you can prove who signed that digest. Do both for a first install on a new PC.