monero-site/_i18n/en/downloads.md

6.2 KiB

If you need help choosing the correct application, please click here 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 and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys).

<div class="col"><a href="#windows">Windows</a></div>
<div class="col"><a href="#mac">Mac</a></div>
<div class="col"><a href="#linux">Linux</a></div>
<div class="col"><a href="#arm">Arm (v7 & 8)</a></div>
<div class="col"><a href="#bsd">BSD</a></div>
<div class="col"><a href="#source">Source & Blockchain</a></div>
<div class="col"><a href="#mobilelight">Mobile & Light</a></div>
<div class="col"><a href="#hardware">Hardware</a></div>

{% 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" %}

Source Code

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.

Cake Wallet Logo
Monerujo Logo
MyMonero Logo

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

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

SHA256 Hash:

{{ data_downloads.cli_hash }}

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

{{ data_downloads.platform }}

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 %}