Download Monero GUI Wallet

Official downloads and verification instructions. Always verify signatures & checksums before opening wallet software.

Detecting OS…
GetMonero.org — Downloads GitHub releases (monero-gui) monero (core) releases (GitHub)
Quick actions: the buttons above take you to the official Monero download pages. If you'd prefer direct installers packaged by releases (Windows MSI/ZIP, macOS DMG, Linux tar.xz), open the GitHub releases page linked above and choose the appropriate asset for your OS and architecture.
Recommended verification steps (example commands):
  1. Download the release archive and its signature file (`*.asc`) from the same release.
  2. Import Monero release GPG key (example — replace KEYID with the real key shown on the official site):
    gpg --keyserver hkps://keys.openpgp.org --recv-keys 95C6BF0E
  3. Verify the signature:
    gpg --verify monero-gui-...tar.bz2.asc monero-gui-...tar.bz2
  4. Optionally verify SHA256 or SHA512 checksums (if provided):
    sha256sum monero-gui-...tar.bz2 and compare with the checksum on the official page.
Note: the commands above are examples. Use the exact key IDs and filenames shown on the official download page or GitHub release you use.