5.5 KiB
layout | title |
---|---|
custom | Downloads |
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
There are currently no hardware wallets available at this time. Please check back for updates.
{% 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.
{% 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 }}
{{ data_downloads.platform }} (GUI Beta 2)
SHA256 Hash:
{{ data_downloads.gui_hash }}
{{ data_downloads.platform }} (GUI Beta 2)
SHA256 Hash (GUI):
{{ data_downloads.gui_hash }}
{{ data_downloads.platform }} (Command-Line Tools Only)
SHA256 Hash (CLI):
{{ data_downloads.cli_hash }}
{% endfor %}