2015-02-18 08:41:18 +00:00
---
layout: static_page
title: "All Monero Downloads"
title-pre-kick: "All Monero"
title-kick: "Downloads"
title-post-kick: ""
kick-class: "red-kicks"
icon: "icon_all_downloads"
attribution: "<!-- Icon is based on work by Freepik (http://www.freepik.com) and is licensed under Creative Commons BY 3.0 --> "
---
2016-01-30 15:40:33 +00:00
### Monero Core
2015-02-18 16:29:56 +00:00
2016-01-30 15:40:33 +00:00
Monero Core consists of several applications, including bitmonerod (the daemon used if running a @full -node, as it maintains the connection to the Monero network) and simplewallet (a Monero @account manager application), as well as several other helper applications.
2015-02-18 16:29:56 +00:00
2016-01-30 15:40:33 +00:00
If you are using Monero Core for the first time you can simply download an appropriate release, and run bitmonerod to get synced up to the network.
2015-03-29 11:21:13 +00:00
2016-03-22 13:12:32 +00:00
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).
2015-02-23 18:38:39 +00:00
2015-02-18 16:29:56 +00:00
< div class = "row" >
{% for data_downloads in site.data.downloads %}
{% if data_downloads.hash == "source" %}
< div class = "col-lg-6" style = "padding-bottom: 5px;" >
2015-03-02 11:26:21 +00:00
< h4 id = "{{ data_downloads.platform | slugify }}" >
2015-02-18 16:29:56 +00:00
< a href = "{{ data_downloads.url }}" >
2015-02-19 19:25:40 +00:00
< img src = "//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style = "height: 30px;" > {{ data_downloads.platform }}
2015-02-18 16:29:56 +00:00
< / a >
< / h4 >
2016-01-30 15:40:33 +00:00
< strong > Current Version:< / strong > {{ data_downloads.version }} < em > {{ data_downloads.tag }}< / em > < br >
2015-02-18 16:29:56 +00:00
< hr >
< / div >
{% elsif data_downloads.hash == "none" %}
< div class = "col-lg-6" style = "padding-bottom: 5px;" >
2015-03-02 11:26:21 +00:00
< h4 id = "{{ data_downloads.platform | slugify }}" >
2015-02-19 19:25:40 +00:00
< img src = "//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style = "height: 30px;" > {{ data_downloads.platform }}
2015-02-18 16:29:56 +00:00
< / h4 >
2016-01-01 18:17:28 +00:00
< br >
2016-01-30 15:40:33 +00:00
< strong > Coming Soon< / strong > < br >
2015-02-18 16:29:56 +00:00
< hr >
< / div >
{% else %}
< div class = "col-lg-6" style = "padding-bottom: 5px;" >
2015-03-02 11:26:21 +00:00
< h4 id = "{{ data_downloads.platform | slugify }}" >
2015-02-23 09:58:12 +00:00
< a href = "//downloads.getmonero.org/{{ data_downloads.url }}" >
2015-02-19 19:25:40 +00:00
< img src = "//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style = "height: 30px;" > {{ data_downloads.platform }}
2015-02-18 16:29:56 +00:00
< / a >
< / h4 >
2016-01-30 15:40:33 +00:00
< strong > Current Version:< / strong > {{ data_downloads.version }} < em > {{ data_downloads.tag }}< / em > < br >
2015-02-18 16:29:56 +00:00
< strong > SHA Hash:< / strong > {{ data_downloads.hash }}< br >
< hr >
< / div >
{% endif %}
{% endfor %}
< / div >
2016-01-30 15:40:33 +00:00
### Other Downloads
2015-02-18 16:29:56 +00:00
2016-03-10 21:41:17 +00:00
- If you'd prefer to use a blockchain bootstrap, instead of syncing up 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.
2016-01-30 15:40:33 +00:00
- For Monero Research Lab publications please visit the [Monero Research Lab section ](/research-lab ) of this site.
- High resolution and vector copies of the Monero logo [can be downloaded at this link ](https://downloads.getmonero.org/resources/branding.zip ).