2018-10-28 18:05:01 +00:00
---
2021-01-14 15:19:37 +00:00
title: Download Monero
2018-10-28 18:05:01 +00:00
---
# Download Monero
A single archive contains all you need to start using Monero (the full node and the wallet).
We recommend downloading Monero binaries directly from GitHub:
* GUI + CLI: [https://github.com/monero-project/monero-gui/releases ](https://github.com/monero-project/monero-gui/releases )
* CLI only: [https://github.com/monero-project/monero/releases ](https://github.com/monero-project/monero/releases )
GUI is a graphical desktop wallet.
CLI is a commandline desktop wallet.
If you need more guidance check [download Monero ](https://getmonero.org/downloads ) section on Monero website.
2024-09-18 13:08:11 +00:00
It is critical to [verify the signature ](../interacting/verify-monero-binaries.md ) of downloaded archive.
2018-10-28 18:05:01 +00:00
## Which version to download?
Download the latest version matching your operating system and processor architecture.
The CLI version is released earlier and is suitable for server deployments.
2020-06-12 23:01:29 +00:00
The GUI version contains both CLI and GUI. It is preferable for end-users.
2018-10-28 18:05:01 +00:00
All versions contain a full node and a wallet.
2020-06-12 23:01:29 +00:00
## Why prefer GitHub over getmonero.org?
2018-10-28 18:05:01 +00:00
Binaries appear earlier on GitHub.
On top of that, if you fail to properly verify the signature, GitHub is safer, simply because you don't need to trust a separate website to not be compromised.
2020-06-12 23:01:29 +00:00
Obviously, you should still carefully verify the signature for each release. Signature verification is always the primary line of defense.