{% include untranslated.html %}
If you need help choosing the correct application, please click [here](https://www.reddit.com/r/Monero/comments/64b5lf/what_is_the_best_monero_wallet/) for a quick answer, then select the appropriate release for your operating system below. Note: the SHA256 hashes are listed by the downloads for convenience, but a GPG-signed list of the hashes is at [getmonero.org/downloads/hashes.txt](https://getmonero.org/downloads/hashes.txt) and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys).
{% for data_downloads in site.data.downloads %}

{% if data_downloads.icon != null %} {% endif %} {{data_downloads.platform}}

{% if data_downloads.version != null %}

Current Version: {{ data_downloads.version }} {{ data_downloads.tag }}

{%endif%} {% if data_downloads.cli_hash == "source" %}
If you'd prefer to use a blockchain bootstrap, instead of syncing from scratch, you can [use this link for the most current bootstrap](https://downloads.getmonero.org/blockchain.raw). It is typically much faster to sync from scratch, however, and it also takes a lot less RAM (import is very greedy).
{% elsif data_downloads.id == "hardware" %}

The Monero community has just funded a Dedicated Hardware Wallet which is now in progress. As well, Ledger is working on integrating Monero into their hardware wallets.

{% elsif data_downloads.id == "mobilelight" %}

The following are mobile or light wallets that are deemed safe by trusted members of the community. If there is a wallet that is not on here, you can request the community check it out. Go to our Hangouts page to see where we are.

MyMonero Logo
Monerujo Logo
{% elsif data_downloads.gui_hash == nil and data_downloads.cli_hash != nil %}

SHA256 Hash:

{{ data_downloads.cli_hash }}

{% elsif data_downloads.gui_hash != nil and data_downloads.cli_hash == nil %}

SHA256 Hash:

{{ data_downloads.gui_hash }}

{% elsif data_downloads.gui_hash != nil and data_downloads.cli_hash != nil %}

{{ data_downloads.platform }}

SHA256 Hash (GUI):

{{ data_downloads.gui_hash }}

{{ data_downloads.platform }} (Command-Line Tools Only)

SHA256 Hash (CLI):

{{ data_downloads.cli_hash }}

{% endif %}
{% endfor %}