mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 00:07:54 +00:00
1d5518f74c
- Fixed some interactive elements which weren't focusable (using 'tabindex') - Label interactive elements which weren't labelled - Slightly increase contrast of the grey text in the top navigation bars to reach level AA in the WCAG rating system and increase visibility of the text
311 lines
20 KiB
Markdown
311 lines
20 KiB
Markdown
---
|
|
layout: custom
|
|
title: titles.downloads
|
|
permalink: /downloads/index.html
|
|
---
|
|
|
|
{% t global.lang_tag %}
|
|
<div class="downloads">
|
|
<div class="container description">
|
|
<p>{% t downloads.intro %}</p>
|
|
</div>
|
|
<!-- Downloads menu: desktop -->
|
|
<div class="container full downdropdown">
|
|
<div class="info-block download-nav row middle-xs between-xs" id="selections">
|
|
<div class="col"><a href="#gui">{% t downloads.gui %}</a></div>
|
|
<div class="col"><a href="#cli">{% t downloads.cli %}</a></div>
|
|
<div class="col"><a href="#mobilelight">{% t downloads.mobilelight %}</a></div>
|
|
<div class="col"><a href="#blockchain">{% t downloads.blockchain %}</a></div>
|
|
<div class="col"><a href="#hardware">{% t downloads.hardware %}</a></div>
|
|
</div>
|
|
</div>
|
|
<!-- End downloads menu: desktop -->
|
|
<!-- Downloads menu: mobile -->
|
|
<div class="container full">
|
|
<div class="info-block row center-xs" id="pick-platform">
|
|
<div class="mob dropdowndrop">
|
|
<input id="check01" type="checkbox" name="menu"/>
|
|
<label for="check01">{% t downloads.choose %}</label>
|
|
<ul id="menu">
|
|
<li><a href="#gui">{% t downloads.gui %}</a></li>
|
|
<li><a href="#cli">{% t downloads.cli %}</a></li>
|
|
<li><a href="#mobilelight">{% t downloads.mobilelight %}</a></li>
|
|
<li><a href="#blockchain">{% t downloads.blockchain %}</a></li>
|
|
<li><a href="#hardware">{% t downloads.hardware %}</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- End downloads menu: mobile -->
|
|
<div class="download-platforms">
|
|
<section class="container full">
|
|
<!-- 'GUI Wallet' -->
|
|
<div class="info-block">
|
|
{% for item in site.data.downloads.gui %}
|
|
<div class="row start-md">
|
|
<div class="col-md-12 col-sm-12 col-xs-12">
|
|
<h2 id="gui">{% t downloads.gui %}</h2>
|
|
<i>{% t downloads.gui_intro %}</i>
|
|
</div>
|
|
<div class="col-md-7 col-sm-12 align-blocks">
|
|
<img class="screen" alt="{% t accessibility.guiscreen %}" src={% if site.lang == "en" %}"/img/downloads/gui.png"{% else %}"/img/downloads/{{site.lang}}/gui.png"{% endif %}>
|
|
</div>
|
|
<div class="col-md-5 col-sm-12 align-blocks">
|
|
<ul class="logo">
|
|
<li><b>{% t downloads.simplemode %}.</b> {% t downloads.simplemode1 %}</li>
|
|
<li><b>{% t downloads.advancedmode %}.</b> {% t downloads.advancedmode1 %}</li>
|
|
<li><b>{% t downloads.merchantpage %}.</b> {% t downloads.merchantpage1 %}</li>
|
|
<li><b>{% t downloads.hwcompatible %}</b> {% t downloads.hwcompatible1 %}</li>
|
|
<li><b>{% t downloads.fiatconv %}.</b> {% t downloads.fiatconv1 %}</li>
|
|
<li><b>{% t downloads.pruning %}.</b> {% t downloads.pruning1 %}</li>
|
|
<li>{% t downloads.langs %}</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-md-12 col-sm-12 col-xs-12">
|
|
<h3>{% t titles.downloads %}</h3>
|
|
<p><i>{% t downloads.currentversion %}:</i> {{ item.version }}</p>
|
|
<div class="row">
|
|
<div class="col-md-4 col-sm-4 col-xs-4 desktop-only">
|
|
<ul>
|
|
<li class="downloads"><span class="icon-windows"></span><a class="orange" href="https://downloads.getmonero.org/gui/win64install">Windows 64-bit (Installer)</a></li>
|
|
<li class="downloads"><span class="icon-windows"></span><a class="orange" href="https://downloads.getmonero.org/gui/win64">Windows 64-bit (zip)</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-md-4 col-sm-4 col-xs-4 desktop-only">
|
|
<ul>
|
|
<li class="downloads"><span class="icon-linux"></span><a class="orange" href="https://downloads.getmonero.org/gui/linux64">Linux 64-bit</a></li>
|
|
<li class="downloads"><span class="icon-apple"></span><a class="orange" href="https://downloads.getmonero.org/gui/mac64">Mac OS X 64-bit</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-md-4 col-sm-4 col-xs-4 desktop-only">
|
|
<ul>
|
|
<li class="downloads"><span class="icon-github"></span><a class="orange" href="https://github.com/monero-project/monero-gui">{% t downloads.sourcecode %}</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="mobile-only">
|
|
<ul class="nopadding">
|
|
{% for entry in item.downloads %}
|
|
{% unless entry.vers != nil %}
|
|
<li class="downloads"><span class="{{ entry.icon }}"></span><a class="orange" href="{{ entry.link }}">{{ entry.platform }}</a></li>
|
|
{% endunless %}
|
|
{% endfor %}
|
|
</ul>
|
|
</div>
|
|
<p>{% t downloads.packages %} <a href="https://github.com/monero-project/monero-gui#installing-the-monero-gui-from-a-package">{% t downloads.packages_link %}</a>.</p>
|
|
<p>{% t downloads.avwarning %} <a href="{{ site.baseurl }}/get-started/faq/#antivirus">{% t downloads.moreinfofaq %}</a>.</p>
|
|
<div class="col-md-12 col-sm-12 col-xs-12">
|
|
{% for entry in item.downloads %}
|
|
{% if entry.vers != nil %}
|
|
<div class="col-md-12 col-sm-12 col-xs-12">
|
|
<p><i>{% t downloads.currentversion %}:</i> {{ entry.vers }}</p>
|
|
<ul>
|
|
<li class="downloads"><span class="{{ entry.icon }}"></span><a class="orange" href="{{ entry.link }}">{{ entry.platform }}</a></li>
|
|
</ul>
|
|
</div>
|
|
{% endif %}
|
|
{% endfor %}
|
|
<h3>{% t downloads.verify %}</h3>
|
|
<p>{% t downloads.verify1 %} <i>{% t downloads.verify2 %}</i></p><br>
|
|
<details>
|
|
<summary>{% t downloads.showhash %}</summary>
|
|
<p>{% t downloads.showhash1 %} <a href="https://getmonero.org/downloads/hashes.txt">getmonero.org/downloads/hashes.txt</a> {% t downloads.showhash2 %} <a href="https://github.com/monero-project/monero/blob/master/utils/gpg_keys/binaryfate.asc">{% t downloads.showhash3 %}</a>.</p>
|
|
<p>{% t downloads.showhash4 %} <a href="{{site.baseurl}}/resources/user-guides/verification-windows-beginner.html">{% t user-guides.verify-windows %}</a> - <a href="{{site.baseurl}}/resources/user-guides/verification-allos-advanced.html">{% t user-guides.verify-allos %}</a>.</p>
|
|
<dl>
|
|
{% for entry in item.downloads %}
|
|
{% unless entry.hash == nil %}
|
|
<dt><span class="{{ entry.icon }}"></span>{{ entry.platform }}</dt><dd class="hash">{{ entry.hash }}</dd>
|
|
{% endunless %}
|
|
{% endfor %}
|
|
</dl>
|
|
</details>
|
|
<h3>{% t downloads.helpsupport %}</h3>
|
|
<p>{% t downloads.helpsupport1 %} <a href="https://github.com/monero-ecosystem/monero-GUI-guide/releases">{% t downloads.helpsupport2 %}</a>.</p>
|
|
<p>{% t downloads.gui_helpsupport %}.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endfor %}
|
|
</div>
|
|
<!-- End 'GUI Wallet' -->
|
|
<!-- 'CLI Wallet' -->
|
|
<div class="info-block">
|
|
{% for item in site.data.downloads.cli %}
|
|
<div class="row start-md">
|
|
<div class="col-md-12 col-sm-12 col-xs-12">
|
|
<h2 id="cli">{% t downloads.cli %}</h2>
|
|
<i>{% t downloads.cli_intro %}</i>
|
|
</div>
|
|
<div class="col-md-7 col-sm-12 align-blocks">
|
|
<img class="screen" alt="{% t accessibility.cliscreen %}" src={% if site.lang == "en" %}"/img/downloads/cli.png"{% else %}"/img/downloads/{{site.lang}}/cli.png"{% endif %}>
|
|
</div>
|
|
<div class="col-md-5 col-sm-12 align-blocks">
|
|
<ul class="logo">
|
|
<li><b>{% t downloads.localremote %}.</b> {% t downloads.localremote1 %}</li>
|
|
<li><b>{% t downloads.transacttor %}.</b> {% t downloads.transacttor1 %}</li>
|
|
<li><b>{% t downloads.bootstrapnode %}</b>. {% t downloads.bootstrapnode1 %}</li>
|
|
<li><b>{% t downloads.hwcompatible %}</b> {% t downloads.hwcompatible1 %}</li>
|
|
<li><b>{% t downloads.rpc %}</b> {% t downloads.rpc1 %}</li>
|
|
<li><b>{% t downloads.pruning %}.</b> {% t downloads.pruning1 %}</li>
|
|
<li><b>{% t downloads.payforrpc %}</b> {% t downloads.payforrpc1 %}</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-md-12 col-sm-12 col-xs-12">
|
|
<h3>{% t titles.downloads %}</h3>
|
|
<p><i>{% t downloads.currentversion %}:</i> {{ item.version }}</p>
|
|
<div class="row">
|
|
<div class="col-md-4 col-sm-4 col-xs-4 desktop-only">
|
|
<ul>
|
|
<li class="downloads"><span class="icon-windows"></span><a class="orange" href="https://downloads.getmonero.org/cli/win64">Windows 64-bit</a> | <a class="orange" href="https://downloads.getmonero.org/cli/win32">32-bit</a></li>
|
|
<li class="downloads"><span class="icon-apple"></span><a class="orange" href="https://downloads.getmonero.org/cli/mac64">Mac OS X 64-bit</a></li>
|
|
<li class="downloads"><span class="icon-android"></span><a class="orange" href="https://downloads.getmonero.org/cli/androidarm8">Android ARMv8</a> | <a class="orange" href="https://downloads.getmonero.org/cli/androidarm7">Android ARMv7</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-md-4 col-sm-4 col-xs-4 desktop-only">
|
|
<ul>
|
|
<li class="downloads"><span class="icon-linux"></span><a class="orange" href="https://downloads.getmonero.org/cli/linux64">Linux 64-bit</a> | <a class="orange" href="https://downloads.getmonero.org/cli/linux32">32-bit</a></li>
|
|
<li class="downloads"><span class="icon-linux"></span><a class="orange" href="https://downloads.getmonero.org/cli/linuxarm8">Linux ARMv8</a> | <a class="orange" href="https://downloads.getmonero.org/cli/linuxarm7">Linux ARMv7</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-md-4 col-sm-4 col-xs-4 desktop-only">
|
|
<ul>
|
|
<li class="downloads"><span class="icon-freebsd"></span><a class="orange" href="https://downloads.getmonero.org/cli/freebsd64">FreeBSD 64-bit</a></li>
|
|
<li class="downloads"><span class="icon-github"></span><a class="orange" href="https://github.com/monero-project/monero">{% t downloads.sourcecode %}</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="mobile-only">
|
|
<ul class="nopadding">
|
|
{% for entry in item.downloads %}
|
|
{% unless entry.vers != nil %}
|
|
<li class="downloads"><span class="{{ entry.icon }}"></span><a class="orange" href="{{ entry.link }}">{{ entry.platform }}</a></li>
|
|
{% endunless %}
|
|
{% endfor %}
|
|
</ul>
|
|
</div>
|
|
<p>{% t downloads.packages %} <a href="https://github.com/monero-project/monero#installing-monero-from-a-package">{% t downloads.packages_link %}</a>.</p>
|
|
<p>{% t downloads.avwarning %} <a href="{{ site.baseurl }}/get-started/faq/#antivirus">{% t downloads.moreinfofaq %}</a>.</p>
|
|
</div>
|
|
{% for entry in item.downloads %}
|
|
{% if entry.vers != nil %}
|
|
<div class="col-md-12 col-sm-12 col-xs-12">
|
|
<p><i>{% t downloads.currentversion %}:</i> {{ entry.vers }}</p>
|
|
<ul>
|
|
<li class="downloads"><span class="{{ entry.icon }}"></span><a class="orange" href="{{ entry.link }}">{{ entry.platform }}</a></li>
|
|
</ul>
|
|
</div>
|
|
{% endif %}
|
|
{% endfor %}
|
|
<div class="col-md-12 col-sm-12 col-xs-12">
|
|
<h3>{% t downloads.verify %}</h3>
|
|
<p>{% t downloads.verify1 %} <i>{% t downloads.verify2 %}</i></p><br>
|
|
<details>
|
|
<summary>{% t downloads.showhash %}</summary>
|
|
<p>{% t downloads.showhash1 %} <a href="https://getmonero.org/downloads/hashes.txt">getmonero.org/downloads/hashes.txt</a> {% t downloads.showhash2 %} <a href="https://github.com/monero-project/monero/blob/master/utils/gpg_keys/binaryfate.asc">{% t downloads.showhash3 %}</a>.</p>
|
|
<p>{% t downloads.showhash4 %} <a href="{{site.baseurl}}/resources/user-guides/verification-windows-beginner.html">{% t user-guides.verify-windows %}</a> - <a href="{{site.baseurl}}/resources/user-guides/verification-allos-advanced.html">{% t user-guides.verify-allos %}</a>.</p>
|
|
<dl>
|
|
{% for entry in item.downloads %}
|
|
{% unless entry.hash == nil %}
|
|
<dt><span class="{{ entry.icon }}"></span>{{ entry.platform }}</dt><dd class="hash">{{ entry.hash }}</dd>
|
|
{% endunless %}
|
|
{% endfor %}
|
|
</dl>
|
|
</details>
|
|
<h3>{% t downloads.helpsupport %}</h3>
|
|
<p>{% t downloads.cli_helpsupport %}.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endfor %}
|
|
</div>
|
|
</section>
|
|
<!-- End 'CLI Wallet' -->
|
|
<section class="container full">
|
|
<!-- 'Mobile & Light Wallets' -->
|
|
<div class="info-block">
|
|
<h2 id="mobilelight">{% t downloads.mobilelight %}</h2>
|
|
<div class="row">
|
|
<div class="col-md-12 col-sm-12 col-xs-12">
|
|
<p>{% t downloads.mobilelight1 %} <a href="/community/hangouts/"> {% t downloads.mobilelight2 %}</a> {% t downloads.mobilelight3 %}</p>
|
|
</div>
|
|
</div>
|
|
<table class="desktop-only">
|
|
<tr>
|
|
<th>Wallet</th>
|
|
<th>Mobile</th>
|
|
<th>Desktop</th>
|
|
<th>Source Code</th>
|
|
</tr>
|
|
<tr>
|
|
<td><img src="/img/cakewallet.png" alt="Cake Wallet Logo"><a href="https://cakewallet.com/">Cake Wallet</a></td>
|
|
<td><span class="icon-android"></span><span class="icon-apple"></span></td>
|
|
<td>X</td>
|
|
<td><a class="ext-noicon" href="https://github.com/cake-tech/cake_wallet" aria-label="GitHub icon"><span class="icon-github"></span></a></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img src="/img/Monerujo-wallet.png" alt="Monerujo logo"><a href="https://monerujo.io/">Monerujo</a></td>
|
|
<td><span class="icon-android"></span></td>
|
|
<td>X</td>
|
|
<td><a class="ext-noicon" href="https://github.com/m2049r/xmrwallet" aria-label="GitHub icon"><span class="icon-github"></span></a></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img src="/img/mymonero.png" alt="Mymonero logo" style="height: 15px;"><a href="https://mymonero.com/">MyMonero</a></td>
|
|
<td><span class="icon-apple"></span></td>
|
|
<td><span title="Browser" class="icon-browser"></span><span class="icon-linux"></span><span class="icon-windows"></span><span class="icon-apple"></span></td>
|
|
<td><a class="ext-noicon" href="https://github.com/mymonero" aria-label="GitHub icon"><span class="icon-github"></span></a></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img src="/img/edge-wallet.png" alt="Edge Logo"><a href="https://edge.app/">Edge</a></td>
|
|
<td><span class="icon-android"></span><span class="icon-apple"></span></td>
|
|
<td>X</td>
|
|
<td><a class="ext-noicon" href="https://github.com/EdgeApp" aria-label="GitHub icon"><span class="icon-github"></span></a></td>
|
|
</tr>
|
|
</table>
|
|
<div class="row between-xs mob-wallets mobile-only">
|
|
<ul>
|
|
<li><a class="ext-noicon" href="https://cakewallet.io" aria-label="GitHub icon"><img style="width: 50px" src="/img/cakewallet.png" alt="Cake Wallet Logo">Cake Wallet</a></li>
|
|
<li><a class="ext-noicon" href="https://monerujo.io" aria-label="GitHub icon"><img src="/img/Monerujo-wallet.png" alt="Monerujo Logo">Monerujo</a></li>
|
|
<li><a class="ext-noicon" href="https://mymonero.com" aria-label="GitHub icon"><img src="/img/mymonero.png" alt="MyMonero Logo">MyMonero</a></li>
|
|
<li><a class="ext-noicon" href="https://edge.app/" aria-label="GitHub icon"><img src="/img/edge-wallet.png" alt="Edge Logo">Edge</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<!-- End 'Mobile & Light Wallets' -->
|
|
</section>
|
|
<section class="container full">
|
|
<!-- 'Import Blockchain' -->
|
|
<div class="info-block">
|
|
<h2 id="blockchain">{% t downloads.blockchain %}</h2>
|
|
<div class="row">
|
|
<div class="col-md-12 col-sm-12 col-xs-12">
|
|
</div>
|
|
<div class="col-md-12 col-sm-12 col-xs-12">
|
|
<p>{% t downloads.blockchain1 %} {% t downloads.blockchain2 %} <a href="{{site.baseurl}}/resources/user-guides/importing_blockchain.html">"{% t downloads.blockchain3 %}"</a> {% t downloads.blockchain4 %}</p><br>
|
|
<div class="center-xs"><a class="btn-link btn-auto btn-primary" href="https://downloads.getmonero.org/blockchain.raw">{% t downloads.blockchainbutton %}</a></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- End 'Import Blockchain' -->
|
|
</section>
|
|
<section class="container full">
|
|
<div class="info-block">
|
|
<!-- 'Hardware Wallets' -->
|
|
<h2 id="hardware">{% t downloads.hardware %}</h2>
|
|
<div class="row">
|
|
<div class="col-md-12 col-sm-12 col-xs-12">
|
|
<p>{% t downloads.hardware1 %} <a href="https://forum.getmonero.org/9/work-in-progress/88149/dedicated-monero-hardware-wallet" target="_blank" rel="noreferrer, noopener">{% t downloads.hardware2 %}</a> {% t downloads.hardware3 %} <a href="https://github.com/LedgerHQ/blue-app-monero" target="_blank" rel="noreferrer, noopener">{% t downloads.hardware4 %}</a></p>
|
|
<p>{% t downloads.hardware5 %}</p>
|
|
</div>
|
|
</div>
|
|
<div class="row mob-wallets center-xs">
|
|
<a class="ext-noicon" href="https://www.ledger.com/monero-wallet/"><img src="/img/ledger.png" alt="ledger logo"></a>
|
|
<a class="ext-noicon" href="https://wiki.trezor.io/Monero_(XMR)"><img src="/img/trezor.png" alt="Trezor logo"></a>
|
|
</div>
|
|
<div class="row mob-wallets center-xs">
|
|
<a class="ext-noicon" href="https://github.com/monero-project/kastelo"><img src="/img/kastelo.png" alt="Kastelo logo"></a>
|
|
</div>
|
|
</div>
|
|
<!-- End 'Hardware Wallets' -->
|
|
</section>
|
|
</div>
|
|
<a href="#" class="arrow-up" aria-label="{% t accessibility.arrowup %}"><i></i></a>
|
|
</div>
|