<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.3.1">Jekyll</generator><link href="https://www.getmonero.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.getmonero.org/" rel="alternate" type="text/html" hreflang="en" /><updated>2026-05-06T16:28:58+00:00</updated><id>https://www.getmonero.org/feed.xml</id><title type="html">Monero</title><subtitle>Monero is a digital currency that is secure, private, and untraceable.</subtitle><entry><title type="html">Monero 0.18.5.0 'Fluorine Fermi' released</title><link href="https://www.getmonero.org/2026/05/06/monero-0.18.5.0-released.html" rel="alternate" type="text/html" title="Monero 0.18.5.0 'Fluorine Fermi' released" /><published>2026-05-06T00:00:00+00:00</published><updated>2026-05-06T00:00:00+00:00</updated><id>https://www.getmonero.org/2026/05/06/monero-0.18.5.0-released</id><content type="html" xml:base="https://www.getmonero.org/2026/05/06/monero-0.18.5.0-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.5.0 release of the Monero software. This recommended release adds SOCKS v5 support, removes UPnP support, and includes a large number of bug fixes.</p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Add SOCKS v5 support to daemon and wallet (<a href="https://github.com/monero-project/monero/pull/10411">#10411</a>)</li>
  <li>Daemon: remove UPnP support (<a href="https://github.com/monero-project/monero/pull/10465">#10465</a>)</li>
  <li>Daemon: fix shutdown hangs (<a href="https://github.com/monero-project/monero/pull/10494">#10494</a>, <a href="https://github.com/monero-project/monero/pull/10401">#10401</a>, <a href="https://github.com/monero-project/monero/pull/10489">#10489</a>)</li>
  <li>Daemon: improve exception handling (<a href="https://github.com/monero-project/monero/pull/10437">#10437</a>, <a href="https://github.com/monero-project/monero/pull/10373">#10373</a>)</li>
  <li>Daemon: speed up transaction pool <code class="language-plaintext highlighter-rouge">get_complement()</code> for large requests (<a href="https://github.com/monero-project/monero/pull/10377">#10377</a>)</li>
  <li>Daemon: restrict <code class="language-plaintext highlighter-rouge">add_aux_pow</code> RPC (<a href="https://github.com/monero-project/monero/pull/10409">#10409</a>)</li>
  <li>ZMQ: add restricted RPC mode (<a href="https://github.com/monero-project/monero/pull/10389">#10389</a>, <a href="https://github.com/monero-project/monero/pull/10420">#10420</a>, <a href="https://github.com/monero-project/monero/pull/10425">#10425</a>, <a href="https://github.com/monero-project/monero/pull/10469">#10469</a>, <a href="https://github.com/monero-project/monero/pull/10504">#10504</a>)</li>
  <li>ZMQ: fix txpool transaction reporting for stem-phase transactions (<a href="https://github.com/monero-project/monero/pull/10399">#10399</a>)</li>
  <li>ZMQ: notify txpool event when stem transaction bumps to fluff (<a href="https://github.com/monero-project/monero/pull/10453">#10453</a>)</li>
  <li>Wallet: improve proof validation (<a href="https://github.com/monero-project/monero/pull/10480">#10480</a>, <a href="https://github.com/monero-project/monero/pull/10471">#10471</a>, <a href="https://github.com/monero-project/monero/pull/10481">#10481</a>, <a href="https://github.com/monero-project/monero/pull/10473">#10473</a>)</li>
  <li>Wallet: add option to skip refresh after multisig import (<a href="https://github.com/monero-project/monero/pull/10402">#10402</a>)</li>
  <li>Wallet: add change address sanity check (<a href="https://github.com/monero-project/monero/pull/10431">#10431</a>)</li>
  <li>Wallet RPC: add source info to <code class="language-plaintext highlighter-rouge">describe_transfer</code> (<a href="https://github.com/monero-project/monero/pull/10380">#10380</a>)</li>
  <li>Wallet RPC: fix <code class="language-plaintext highlighter-rouge">set_daemon</code> allowed SSL fingerprints parsing (<a href="https://github.com/monero-project/monero/pull/10433">#10433</a>)</li>
  <li>Wallet RPC: restrict sensitive methods in <code class="language-plaintext highlighter-rouge">--restricted-rpc</code> mode (<a href="https://github.com/monero-project/monero/pull/10379">#10379</a>, <a href="https://github.com/monero-project/monero/pull/10435">#10435</a>)</li>
  <li>Harden HTTP client authentication handling (<a href="https://github.com/monero-project/monero/pull/10364">#10364</a>)</li>
  <li>Add LoongArch build support (<a href="https://github.com/monero-project/monero/pull/10400">#10400</a>)</li>
  <li>Various bug fixes and improvements</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero/compare/v0.18.4.6...v0.18.5.0">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero/tree/v0.18.5.0">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 12 people who worked to put out 96 commits containing 2786 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>tobtoht</li>
  <li>selsta</li>
  <li>hinto-janai</li>
  <li>jeetrex17</li>
  <li>lschomaker1</li>
  <li>nahuhh</li>
  <li>fangyaling</li>
  <li>SNeedlewoods</li>
  <li>jeffro256</li>
  <li>vtnerd</li>
  <li>woodser</li>
  <li>j-berman</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#cli">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/cli/monero-win-x64-v0.18.5.0.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-win-x86-v0.18.5.0.zip">Windows, 32-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-mac-x64-v0.18.5.0.tar.bz2">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-mac-armv8-v0.18.5.0.tar.bz2">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.5.0.tar.bz2">Linux, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-x86-v0.18.5.0.tar.bz2">Linux, 32-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-armv7-v0.18.5.0.tar.bz2">Linux, armv7</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-armv8-v0.18.5.0.tar.bz2">Linux, armv8</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-riscv64-v0.18.5.0.tar.bz2">Linux, riscv64</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-android-armv7-v0.18.5.0.tar.bz2">Android, armv7</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-android-armv8-v0.18.5.0.tar.bz2">Android, armv8</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.18.5.0.tar.bz2">FreeBSD, 64-bit</a></li>
</ul>

<h1 id="hashes">Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-win-x64-v0.18.5.0.zip, 027d96a72d36663b6f5cbcc5b1564c65c628a9f8f2bb9b4d9859c03f741cabc4
monero-win-x86-v0.18.5.0.zip, ce0210583b1b4113d709bb432dde72c55b76c40ebbc7b5b4d4ae862b507632a1
monero-mac-x64-v0.18.5.0.tar.bz2, 79e03406046255d0f6a47e1fdcbbe677ab11ef7d9fcc4481252235361769292c
monero-mac-armv8-v0.18.5.0.tar.bz2, fb48fcef9302bf2f97821498ec791b4f693af4984702e72e588ce02209f8960d
monero-linux-x64-v0.18.5.0.tar.bz2, 166ad93036f95f5abeba24c8670061be022c9238dba2e6a7587611a1d759e294
monero-linux-x86-v0.18.5.0.tar.bz2, 57c63e067d7aefa69f74f44ef7f46091251512aba39570a7c8e26644d298eeb5
monero-linux-armv8-v0.18.5.0.tar.bz2, d8f19b947ce46d468615bb7331962d4ca732e79b1ac6c5128fa509df3f6cc487
monero-linux-armv7-v0.18.5.0.tar.bz2, dedaf94b765c428040f1b64e580e389206141fa2be72fd1394be0a8614f04f40
monero-linux-riscv64-v0.18.5.0.tar.bz2, 219112ffac9af48226dc6ec1fadc8a210a5876eeb7f3a32f3d3cbae842b52bf9
monero-android-armv8-v0.18.5.0.tar.bz2, 7321662959f917db85c3da1c0a37530d21fb5c25e2c9a2dc0490486842dec974
monero-android-armv7-v0.18.5.0.tar.bz2, ab5ab33899c5ac6806a0c1a24a3b01d46c291142f0983a8a184f93c8a3baca9f
monero-freebsd-x64-v0.18.5.0.tar.bz2, 0beb34bac944fdf02e2939fe320b9a6a5b26910cbf0a1a629b26be2aad50bace
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Monero GUI 0.18.5.0 'Fluorine Fermi' released</title><link href="https://www.getmonero.org/2026/05/06/monero-GUI-0.18.5.0-released.html" rel="alternate" type="text/html" title="Monero GUI 0.18.5.0 'Fluorine Fermi' released" /><published>2026-05-06T00:00:00+00:00</published><updated>2026-05-06T00:00:00+00:00</updated><id>https://www.getmonero.org/2026/05/06/monero-GUI-0.18.5.0-released</id><content type="html" xml:base="https://www.getmonero.org/2026/05/06/monero-GUI-0.18.5.0-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.5.0 release of the Monero GUI software. This recommended release includes a large number of bug fixes.</p>

<p><a href="/2026/05/06/monero-0.18.5.0-released.html">The latest CLI release notes can be found on the precedent blog post</a></p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Move P2Pool install location to LocalAppData on Windows (<a href="https://github.com/monero-project/monero-gui/pull/4575">#4575</a>)</li>
  <li>Fix edge case in URI parsing (<a href="https://github.com/monero-project/monero-gui/pull/4576">#4576</a>)</li>
  <li>Disable offline tx creation with long payment id (<a href="https://github.com/monero-project/monero-gui/pull/4579">#4579</a>)</li>
  <li>Escape untrusted text in QR code scanning scenario (<a href="https://github.com/monero-project/monero-gui/pull/4577">#4577</a>)</li>
  <li>Update P2Pool to v4.15 (<a href="https://github.com/monero-project/monero-gui/pull/4584">#4584</a>)</li>
  <li>Minor bug fixes</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero-gui/compare/v0.18.4.7...v0.18.5.0">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero-gui/tree/v0.18.5.0">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 6 people who worked to put out 14 commits containing 161 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>tobtoht</li>
  <li>selsta</li>
  <li>SChernykh</li>
  <li>jpk68</li>
  <li>SNeedlewoods</li>
  <li>luigi1111</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#gui">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-win-x64-v0.18.5.0.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.18.5.0.exe">Windows, 64-bit (Installer)</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.18.5.0.dmg">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-armv8-v0.18.5.0.dmg">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.18.5.0.tar.bz2">Linux, 64-bit</a></li>
</ul>

<p>A complete guide for the GUI wallet is included in the archives, but <a href="https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md">an online version is available</a>.</p>

<h1 id="download-hashes">Download Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-gui-win-x64-v0.18.5.0.zip, 86b665cbb22e0ce349e1a13fc37e600ae5ab36bf8335f623b7bc6570f6ced05d
monero-gui-install-win-x64-v0.18.5.0.exe, 2aee0fb9a4a858199da46ce3344e7d6dec080efeab21c599903379e3e1d29dec
monero-gui-mac-x64-v0.18.5.0.dmg, 19c6a250c9ae68871a0c5ca7935dfe0eb3f1ddb468d6718b7c257aede096a254
monero-gui-mac-armv8-v0.18.5.0.dmg, 2fe562dd6ffb84941a4ff73412c234ebda8cb1831dec5ebbb217ea17d4288b92
monero-gui-linux-x64-v0.18.5.0.tar.bz2, 99d7e9b1e8084f09bdf837dd862ad96c47a86292bdbd6c2f6b3aaa46ff510b62
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Deprecating Monero's Custom Transaction Unlock Time</title><link href="https://www.getmonero.org/2026/04/24/deprecating-unlock-time.html" rel="alternate" type="text/html" title="Deprecating Monero's Custom Transaction Unlock Time" /><published>2026-04-24T00:00:00+00:00</published><updated>2026-04-24T00:00:00+00:00</updated><id>https://www.getmonero.org/2026/04/24/deprecating-unlock-time</id><content type="html" xml:base="https://www.getmonero.org/2026/04/24/deprecating-unlock-time.html"><![CDATA[<p>Please be advised, the <a href="https://www.getmonero.org/resources/moneropedia/unlocktime.html">Custom Transaction Unlock Time feature</a> is set to be deprecated at consensus with FCMP++. There is already a relay rule in place today that prevents nodes from accepting and relaying transactions with a Custom Unlock Time to the transaction pool (<a href="https://github.com/monero-project/monero/pull/9151">source</a>). This is a formal announcement that the feature would be deprecated altogether with the FCMP++ fork, and <strong>new</strong> transactions with Custom Unlock Time set would not be able to enter the chain even if a miner mines them.</p>

<p><strong>All transactions created after June 1, 2026, and with an Unlock Time set to unlock after the FCMP++ fork, would unlock immediately when the FCMP++ fork block hits the chain.</strong></p>

<p>If we see a large influx of <strong>new</strong> Unlock Time transactions created between now and date June 1, 2026, the feature may be deprecated earlier than June 1, 2026. Deprecating avoids complications with the FCMP++ wallet integration, enabling a smoother wallet experience for all users. Note that a FCMP++ fork date is not set at the time this is written.</p>

<p>This change <strong>will not</strong> affect transactions <strong>already created</strong>. If you, a user, created a transaction in the past with an Unlock Time set to a future date (even years from today), then you are <strong>not</strong> affected by this change. Your transaction will unlock based on the Unlock Time you set when you created the transaction. This change will <strong>only</strong> affect <strong>new</strong> transactions.</p>

<h3 id="why-deprecate">Why Deprecate?</h3>

<p>The feature has caused a number of security, privacy, and fungibility issues over the years, and its known benefits do not outweigh its significant cons. Deprecating the feature has been discussed and supported for many years (see <a href="https://github.com/monero-project/research-lab/issues/78">here</a>, <a href="https://github.com/monero-project/research-lab/issues/125">here</a>, <a href="https://www.reddit.com/r/Monero/comments/1amomjj/timelocks_let_us_finally_retire_a_rarely_used_and/">here</a>, and <a href="https://www.reddit.com/r/Monero/comments/1kgttsa/comment/mr3ioa0/">here</a>). <a href="https://github.com/monero-project/research-lab/issues/78#issuecomment-925312477">Merchant software has neglected to check the Unlock Time on received Monero, and incorrectly assumed that the Monero received is spendable, leading to losses</a>. <a href="https://thecharlatan.ch/Monero-Unlock-Time-Privacy/">Transactions with Custom Unlock Time stick out in the chain like a sore thumb,  harming both privacy and fungibility</a>. And the feature provides <a href="https://github.com/monero-project/research-lab/issues/78#issuecomment-924622985">no known major benefit</a> that is not achievable through some other means (for example, see Time-Lock Puzzles described in the <a href="https://eprint.iacr.org/2020/1441.pdf">PayMo paper</a>).</p>

<p>It is a common misconception that Monero's Unlock Time is useful for known atomic swap or payment channel protocols. To date, no scheme has been specified that utilizes Monero's Unlock Time feature. Bitcoin's Hash Time Locked Contracts (HTLCs), for example, have unique capabilities that render them useful in atomic swap and payment channel protocols, that Monero's Unlock Time feature does not have.</p>

<p>FCMP++ capable wallets are slated to keep a rolling cache of locked Monero outputs, so that wallets will be able to construct FCMP++ transactions without revealing any identifying information about their own outputs to nodes. See more on the design <a href="https://github.com/monero-project/research-lab/issues/78#issuecomment-2415324570">here</a>. The Unlock Time feature presents a Denial of Service vector because the cache could grow unbounded. Deprecating the feature now enables releasing FCMP++ capable wallets with no concern for this attack vector, enabling a smoother wallet experience for all users.</p>]]></content><author><name>Justin Berman (j-berman)</name></author><category term="announcements" /><category term="community" /><summary type="html"><![CDATA[Please be advised, the Custom Transaction Unlock Time feature is set to be deprecated at consensus with FCMP++. There is already a relay rule in place today that prevents nodes from accepting and relaying transactions with a Custom Unlock Time to the transaction pool (source). This is a formal announcement that the feature would be deprecated altogether with the FCMP++ fork, and new transactions with Custom Unlock Time set would not be able to enter the chain even if a miner mines them.]]></summary></entry><entry><title type="html">Monero 0.18.4.6 'Fluorine Fermi' released</title><link href="https://www.getmonero.org/2026/03/04/monero-0.18.4.6-released.html" rel="alternate" type="text/html" title="Monero 0.18.4.6 'Fluorine Fermi' released" /><published>2026-03-04T00:00:00+00:00</published><updated>2026-03-04T00:00:00+00:00</updated><id>https://www.getmonero.org/2026/03/04/monero-0.18.4.6-released</id><content type="html" xml:base="https://www.getmonero.org/2026/03/04/monero-0.18.4.6-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.4.6 release of the Monero software. This release contains bug fixes.</p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Daemon: fix bug in peer list filter (#<a href="https://github.com/monero-project/monero/pull/10317">10317</a>)</li>
  <li>Daemon: p2p connection bug fixes (#<a href="https://github.com/monero-project/monero/pull/10298">10298</a>)</li>
  <li>Multisig: fix key exchange failure in <code class="language-plaintext highlighter-rouge">monero-gen-trusted-multisig</code> (#<a href="https://github.com/monero-project/monero/pull/10284">10284</a>)</li>
  <li>Minor bug fixes and improvements</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero/compare/v0.18.4.5...v0.18.4.6">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero/tree/v0.18.4.6">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 7 people who worked to put out 16 commits containing 197 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>tobtoht</li>
  <li>selsta</li>
  <li>binaryFate</li>
  <li>vtnerd</li>
  <li>woodser</li>
  <li>0xFFFC0000</li>
  <li>j-berman</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#cli">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/cli/monero-win-x64-v0.18.4.6.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-win-x86-v0.18.4.6.zip">Windows, 32-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-mac-x64-v0.18.4.6.tar.bz2">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-mac-armv8-v0.18.4.6.tar.bz2">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.4.6.tar.bz2">Linux, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-x86-v0.18.4.6.tar.bz2">Linux, 32-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-armv7-v0.18.4.6.tar.bz2">Linux, armv7</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-armv8-v0.18.4.6.tar.bz2">Linux, armv8</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-riscv64-v0.18.4.6.tar.bz2">Linux, riscv64</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-android-armv7-v0.18.4.6.tar.bz2">Android, armv7</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-android-armv8-v0.18.4.6.tar.bz2">Android, armv8</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.18.4.6.tar.bz2">FreeBSD, 64-bit</a></li>
</ul>

<h1 id="hashes">Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-win-x64-v0.18.4.6.zip, 566601fde2c0c4684a7e99e5274100edea3c73ef3ca9de72d32ccd1c64fdea47
monero-win-x86-v0.18.4.6.zip, f164ef30f29ae80ece7b529edbe3c74694174b7f4204967dcc7ef5a855928308
monero-mac-x64-v0.18.4.6.tar.bz2, 1e07c0b672faa2664cc3708de44bab4083a320838dbf7c5582e31e7196bc1c78
monero-mac-armv8-v0.18.4.6.tar.bz2, c71f526012211eb83d7200cc072c3e4ddff637786a9d2ee267165abdd6aea541
monero-linux-x64-v0.18.4.6.tar.bz2, 60cfc32d39c6fe6c19b23513d02017fe9055d2e412ee4cbc30fa40ba811fe052
monero-linux-x86-v0.18.4.6.tar.bz2, 6b33c1f1ff0b5fd5bba6a87f204a464c575e3a230805582fe16db5247e2ff28c
monero-linux-armv8-v0.18.4.6.tar.bz2, d38c9ef8ee1a5d2de32f67d2f46c767c0c5cc3bb23ba7e3dfa9cbb19ceb2c84c
monero-linux-armv7-v0.18.4.6.tar.bz2, c4dbec17d1f25ef52f9a4832b8ba80b8818c8ed9adb786fa193ed38a019b1817
monero-linux-riscv64-v0.18.4.6.tar.bz2, 3ff6f636d875f5cc8a0e6972d8cca4204d1564f2c8ce60c295fa95439711868e
monero-android-armv8-v0.18.4.6.tar.bz2, 0fe77f999e5eb2d2961d062fb82909dc51c210384106f96c06059b4d572ad158
monero-android-armv7-v0.18.4.6.tar.bz2, e67c07dd2a4b2cb0150b125426d7f33c2c1680784de70b381ea099953353d30b
monero-freebsd-x64-v0.18.4.6.tar.bz2, 0ac63ad6a027da8de7ba33bed5a3ccbd7c8dd02027625fc315a8db48b327d849
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Monero GUI 0.18.4.7 'Fluorine Fermi' released</title><link href="https://www.getmonero.org/2026/03/04/monero-GUI-0.18.4.7-released.html" rel="alternate" type="text/html" title="Monero GUI 0.18.4.7 'Fluorine Fermi' released" /><published>2026-03-04T00:00:00+00:00</published><updated>2026-03-04T00:00:00+00:00</updated><id>https://www.getmonero.org/2026/03/04/monero-GUI-0.18.4.7-released</id><content type="html" xml:base="https://www.getmonero.org/2026/03/04/monero-GUI-0.18.4.7-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.4.7 release of the Monero GUI software. This release contains bug fixes.</p>

<p><a href="/2026/03/04/monero-0.18.4.6-released.html">The latest CLI release notes can be found on the precedent blog post</a></p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Fix GUI getting stuck during exit on macOS (#<a href="https://github.com/monero-project/monero-gui/pull/4558">4558</a>)</li>
  <li>Fix lack of focus during password dialog (#<a href="https://github.com/monero-project/monero-gui/pull/4549">4549</a>)</li>
  <li>Set password for temporary wallet during wizard wallet creation (#<a href="https://github.com/monero-project/monero-gui/pull/4556">4556</a>, #<a href="https://github.com/monero-project/monero-gui/pull/4571">4571</a>)</li>
  <li>Improve blockchain size estimate accuracy (#<a href="https://github.com/monero-project/monero-gui/pull/4552">4552</a>)</li>
  <li>Update Qt to 5.15.18 (#<a href="https://github.com/monero-project/monero-gui/pull/4565">4565</a>)</li>
  <li>Update p2pool to v4.14 (#<a href="https://github.com/monero-project/monero-gui/pull/4570">4570</a>)</li>
  <li>Minor bug fixes</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero-gui/compare/v0.18.4.5...v0.18.4.7">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero-gui/tree/v0.18.4.7">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 4 people who worked to put out 29 commits containing 163 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>tobtoht</li>
  <li>selsta</li>
  <li>SChernykh</li>
  <li>luigi1111</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#gui">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-win-x64-v0.18.4.7.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.18.4.7.exe">Windows, 64-bit (Installer)</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.18.4.7.dmg">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-armv8-v0.18.4.7.dmg">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.18.4.7.tar.bz2">Linux, 64-bit</a></li>
</ul>

<p>A complete guide for the GUI wallet is included in the archives, but <a href="https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md">an online version is available</a>.</p>

<h1 id="download-hashes">Download Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-gui-win-x64-v0.18.4.7.zip, b06dde8291aa03c4ac89efe19568c22eba2854af18a39163ed6d4a1fb88f1a20
monero-gui-install-win-x64-v0.18.4.7.exe, adf679471c5a619a6e1f484672c883de097ba55caecaf85a6b040d7190d38576
monero-gui-mac-x64-v0.18.4.7.dmg, 23a09caf2430f1e2b4809bd52ca2477de6acbe8db45890942975e757fb8096db
monero-gui-mac-armv8-v0.18.4.7.dmg, 5685e948ea070c4a7b9450a576da00b4037168b2f0645aa27437fa6d2e609095
monero-gui-linux-x64-v0.18.4.7.tar.bz2, 4573defcf21b0daeea0e9c7213540012c7d1186e829daf991fa8edfc5033dc08
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Monero 0.18.4.5 'Fluorine Fermi' released</title><link href="https://www.getmonero.org/2026/01/11/monero-0.18.4.5-released.html" rel="alternate" type="text/html" title="Monero 0.18.4.5 'Fluorine Fermi' released" /><published>2026-01-11T00:00:00+00:00</published><updated>2026-01-11T00:00:00+00:00</updated><id>https://www.getmonero.org/2026/01/11/monero-0.18.4.5-released</id><content type="html" xml:base="https://www.getmonero.org/2026/01/11/monero-0.18.4.5-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.4.5 release of the Monero software. This release fixes a bug with Ledger hardware wallet.</p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Ledger: fix Ledger Monero app crash (#<a href="https://github.com/monero-project/monero/pull/10234">10234</a>)</li>
  <li>Ledger: add support for Ledger Nano Gen5 (#<a href="https://github.com/monero-project/monero/pull/10243">10243</a>)</li>
  <li>Daemon: fix race condition causing dropped connections during sync (#<a href="https://github.com/monero-project/monero/pull/10257">10257</a>)</li>
  <li>Wallet: fix edge case where key images remain marked unspent (#<a href="https://github.com/monero-project/monero/pull/10255">10255</a>)</li>
  <li>Improve terminal color detection (#<a href="https://github.com/monero-project/monero/pull/10268">10268</a>)</li>
  <li>Minor bug fixes and improvements</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero/compare/v0.18.4.4...v0.18.4.5">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero/tree/v0.18.4.5">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 7 people who worked to put out 16 commits containing 76 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>tobtoht</li>
  <li>plowsof</li>
  <li>nahuhh</li>
  <li>selsta</li>
  <li>laanwj</li>
  <li>iamamyth</li>
  <li>j-berman</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#cli">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/cli/monero-win-x64-v0.18.4.5.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-win-x86-v0.18.4.5.zip">Windows, 32-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-mac-x64-v0.18.4.5.tar.bz2">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-mac-armv8-v0.18.4.5.tar.bz2">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.4.5.tar.bz2">Linux, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-x86-v0.18.4.5.tar.bz2">Linux, 32-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-armv7-v0.18.4.5.tar.bz2">Linux, armv7</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-armv8-v0.18.4.5.tar.bz2">Linux, armv8</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-riscv64-v0.18.4.5.tar.bz2">Linux, riscv64</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-android-armv7-v0.18.4.5.tar.bz2">Android, armv7</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-android-armv8-v0.18.4.5.tar.bz2">Android, armv8</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.18.4.5.tar.bz2">FreeBSD, 64-bit</a></li>
</ul>

<h1 id="hashes">Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-win-x64-v0.18.4.5.zip, a58132eefdecf6bd5443ae52fc15c0c371499de17223667173e5c81d12bfc2c5
monero-win-x86-v0.18.4.5.zip, 6a0eff6b06fe9b1372a64744900bfe19b47a532b6678d6f7055c2de9999b58d1
monero-mac-x64-v0.18.4.5.tar.bz2, b92a2cebde86bf87ebcdfa9cab8e20ae4b3697798058c3de71945267f361a984
monero-mac-armv8-v0.18.4.5.tar.bz2, f6b91dd7cb06483941945e6a1dc455ed80360092c138a1d1af53dc31985bd8d8
monero-linux-x64-v0.18.4.5.tar.bz2, 423b49f3658e29f70a1d971667dec924c7ee7a107cfc93440456e28500b471a6
monero-linux-x86-v0.18.4.5.tar.bz2, 9960aba30ab2ffc3450a4865e707a60615661ae5c32f3b90da74f1c0a38e4bc0
monero-linux-armv8-v0.18.4.5.tar.bz2, a1667e15307f0dfce2f25f882238c432aee14884219ff0d0be07d7bee959a903
monero-linux-armv7-v0.18.4.5.tar.bz2, 42fbcbcf678794d6b104134bb7218093d6aa2764cc9cfa6fad404a4648a7c38a
monero-linux-riscv64-v0.18.4.5.tar.bz2, ed06d510dc53412362fa22a2149d709eb3b60f973583ebf33bbfbc9edc58f2ab
monero-android-armv8-v0.18.4.5.tar.bz2, 4d48830d0d6494b27bf1144b9546e5e7bccc7eef0f6991a16ae2bf6ac71a69d9
monero-android-armv7-v0.18.4.5.tar.bz2, 3cd6611c5c33ae4c10e52698826560bbb17e00cf2f8a2d7f61e79d28f0f36ef6
monero-freebsd-x64-v0.18.4.5.tar.bz2, a2e924a2293e1d0c192f6e50748dcbcbb58dd9d5ad2b6733ffccefad37c556cf
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Monero GUI 0.18.4.5 'Fluorine Fermi' released</title><link href="https://www.getmonero.org/2026/01/11/monero-GUI-0.18.4.5-released.html" rel="alternate" type="text/html" title="Monero GUI 0.18.4.5 'Fluorine Fermi' released" /><published>2026-01-11T00:00:00+00:00</published><updated>2026-01-11T00:00:00+00:00</updated><id>https://www.getmonero.org/2026/01/11/monero-GUI-0.18.4.5-released</id><content type="html" xml:base="https://www.getmonero.org/2026/01/11/monero-GUI-0.18.4.5-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.4.5 release of the Monero GUI software. This release fixes a bug with Ledger hardware wallet.</p>

<p><a href="/2026/01/07/monero-0.18.4.5-released.html">The latest CLI release notes can be found on the precedent blog post</a></p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Fix Ledger Monero app crash (#<a href="https://github.com/monero-project/monero-gui/pull/4534">4534</a>)</li>
  <li>Add support for Ledger Nano Gen5 (#<a href="https://github.com/monero-project/monero-gui/pull/4539">4539</a>)</li>
  <li>Update P2Pool to v4.13 (#<a href="https://github.com/monero-project/monero-gui/pull/4543">4543</a>)</li>
  <li>Improve macOS dark mode support (#<a href="https://github.com/monero-project/monero-gui/pull/4537">4537</a>)</li>
  <li>Minor bug fixes</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero-gui/compare/v0.18.4.4...v0.18.4.5">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero-gui/tree/v0.18.4.5">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 5 people who worked, to put out 12 commits containing 25 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>tobtoht</li>
  <li>SChernykh</li>
  <li>plowsof</li>
  <li>selsta</li>
  <li>nabijaczleweli</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#gui">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-win-x64-v0.18.4.5.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.18.4.5.exe">Windows, 64-bit (Installer)</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.18.4.5.dmg">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-armv8-v0.18.4.5.dmg">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.18.4.5.tar.bz2">Linux, 64-bit</a></li>
</ul>

<p>A complete guide for the GUI wallet is included in the archives, but <a href="https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md">an online version is available</a>.</p>

<h1 id="download-hashes">Download Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-gui-win-x64-v0.18.4.5.zip, 9f3cf22fdb12cec1df6b1cb4cbe78d48457d68cbccdc46a82920a167885a988c
monero-gui-install-win-x64-v0.18.4.5.exe, 4d0cefe9d639bf2a31c02470c53d2f01c09d31165cedcc6eba184f1ccc7ed196
monero-gui-mac-x64-v0.18.4.5.dmg, aa1b818b7dea2a6315b7a25216e8661b5d4378d1823aa8747c8b39aac59232a0
monero-gui-mac-armv8-v0.18.4.5.dmg, 6b10e9336d9eb804f518a3815152e236ff5615fac3578a445500d92c572949c9
monero-gui-linux-x64-v0.18.4.5.tar.bz2, 6200d97615f23a3701c2cc51da3e9472ccd71561c259ca62f60030ef40ce785c
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Monero 0.18.4.4 'Fluorine Fermi' released</title><link href="https://www.getmonero.org/2025/11/14/monero-0.18.4.4-released.html" rel="alternate" type="text/html" title="Monero 0.18.4.4 'Fluorine Fermi' released" /><published>2025-11-14T00:00:00+00:00</published><updated>2025-11-14T00:00:00+00:00</updated><id>https://www.getmonero.org/2025/11/14/monero-0.18.4.4-released</id><content type="html" xml:base="https://www.getmonero.org/2025/11/14/monero-0.18.4.4-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.4.4 release of the Monero software. This is a recommended release that fixes a bug with Ledger hardware wallet when rejecting secret view key export.</p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Ledger: make secret view key export mandatory (#<a href="https://github.com/monero-project/monero/pull/10195">10195</a>)</li>
  <li>Wallet: identify spends in pool when scanning (#<a href="https://github.com/monero-project/monero/pull/10153">10153</a>)</li>
  <li>Daemon: relay empty fluffy block on found block (#<a href="https://github.com/monero-project/monero/pull/10206">10206</a>)</li>
  <li>Daemon: correct txpool weight miscalculation in edge case (#<a href="https://github.com/monero-project/monero/pull/10204">10204</a>)</li>
  <li>Daemon: refine sync height selection logic (#<a href="https://github.com/monero-project/monero/pull/10202">10202</a>)</li>
  <li>Additional logging deadlock fixes (#<a href="https://github.com/monero-project/monero/pull/10194">10194</a>)</li>
  <li>Minor bug fixes and improvements</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero/compare/v0.18.4.3...v0.18.4.4">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero/tree/v0.18.4.4">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 4 people who worked to put out 14 commits containing 286 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>tobtoht</li>
  <li>0xFFFC0000</li>
  <li>selsta</li>
  <li>j-berman</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#cli">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/cli/monero-win-x64-v0.18.4.4.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-win-x86-v0.18.4.4.zip">Windows, 32-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-mac-x64-v0.18.4.4.tar.bz2">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-mac-armv8-v0.18.4.4.tar.bz2">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.4.4.tar.bz2">Linux, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-x86-v0.18.4.4.tar.bz2">Linux, 32-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-armv7-v0.18.4.4.tar.bz2">Linux, armv7</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-armv8-v0.18.4.4.tar.bz2">Linux, armv8</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-riscv64-v0.18.4.4.tar.bz2">Linux, riscv64</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-android-armv7-v0.18.4.4.tar.bz2">Android, armv7</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-android-armv8-v0.18.4.4.tar.bz2">Android, armv8</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.18.4.4.tar.bz2">FreeBSD, 64-bit</a></li>
</ul>

<h1 id="hashes">Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-win-x64-v0.18.4.4.zip, 7eb3b87a105b3711361dd2b3e492ad14219d21ed8fd3dd726573a6cbd96e83a6
monero-win-x86-v0.18.4.4.zip, a148a2bd2b14183fb36e2cf917fce6f33fb687564db2ed53193b8432097ab398
monero-mac-x64-v0.18.4.4.tar.bz2, af3d98f09da94632db3e2f53c62cc612e70bf94aa5942d2a5200b4393cd9c842
monero-mac-armv8-v0.18.4.4.tar.bz2, 645e9bbae0275f555b2d72a9aa30d5f382df787ca9528d531521750ce2da9768
monero-linux-x64-v0.18.4.4.tar.bz2, 7fe45ee9aade429ccdcfcad93b905ba45da5d3b46d2dc8c6d5afc48bd9e7f108
monero-linux-x86-v0.18.4.4.tar.bz2, 8c174b756e104534f3d3a69fe68af66d6dc4d66afa97dfe31735f8d069d20570
monero-linux-armv8-v0.18.4.4.tar.bz2, b9daede195a24bdd05bba68cb5cb21e42c2e18b82d4d134850408078a44231c5
monero-linux-armv7-v0.18.4.4.tar.bz2, 2040dc22748ef39ed8a755324d2515261b65315c67b91f449fa1617c5978910b
monero-linux-riscv64-v0.18.4.4.tar.bz2, c939ea6e8002798f24a56ac03cbfc4ff586f70d7d9c3321b7794b3bcd1fa4c45
monero-android-armv8-v0.18.4.4.tar.bz2, eb81b71f029884ab5fec76597be583982c95fd7dc3fc5f5083a422669cee311e
monero-android-armv7-v0.18.4.4.tar.bz2, 7c2ad18ca3a1ad5bc603630ca935a753537a38a803e98d645edd6a3b94a5f036
monero-freebsd-x64-v0.18.4.4.tar.bz2, bc539178df23d1ae8b69569d9c328b5438ae585c0aacbebe12d8e7d387a745b0
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Monero GUI 0.18.4.4 'Fluorine Fermi' released</title><link href="https://www.getmonero.org/2025/11/14/monero-GUI-0.18.4.4-released.html" rel="alternate" type="text/html" title="Monero GUI 0.18.4.4 'Fluorine Fermi' released" /><published>2025-11-14T00:00:00+00:00</published><updated>2025-11-14T00:00:00+00:00</updated><id>https://www.getmonero.org/2025/11/14/monero-GUI-0.18.4.4-released</id><content type="html" xml:base="https://www.getmonero.org/2025/11/14/monero-GUI-0.18.4.4-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.4.4 release of the Monero GUI software. This is a recommended release that fixes a bug with Ledger hardware wallet when rejecting secret view key export.</p>

<p><a href="/2025/11/14/monero-0.18.4.4-released.html">The latest CLI release notes can be found on the precedent blog post</a></p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Fix Ledger hardware wallet bug when rejecting secret view key export</li>
  <li>Update P2Pool to v4.12 (#<a href="https://github.com/monero-project/monero-gui/pull/4519">4519</a>)</li>
  <li>Minor bug fixes</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero-gui/compare/v0.18.4.3...v0.18.4.4">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero-gui/tree/v0.18.4.4">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 3 people who worked, to put out 6 commits containing 23 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>tobtoht</li>
  <li>SChernykh</li>
  <li>selsta</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#gui">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-win-x64-v0.18.4.4.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.18.4.4.exe">Windows, 64-bit (Installer)</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.18.4.4.dmg">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-armv8-v0.18.4.4.dmg">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.18.4.4.tar.bz2">Linux, 64-bit</a></li>
</ul>

<p>A complete guide for the GUI wallet is included in the archives, but <a href="https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md">an online version is available</a>.</p>

<h1 id="download-hashes">Download Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-gui-win-x64-v0.18.4.4.zip, b96faa56aa77cabed1f31f3fc9496e756a8da8c1124da2b9cb0b3730a8b6fbd9
monero-gui-install-win-x64-v0.18.4.4.exe, 4c81c8e97bd542daa453776d888557db1ceb2a718d43f6135ad68b12c8119948
monero-gui-mac-x64-v0.18.4.4.dmg, 811df70811a25f31289f24ebc0edc8f7648670384698d4c768bac5c2acbf2026
monero-gui-mac-armv8-v0.18.4.4.dmg, a6f071719c401df339dba2d43ec6fffe103fda3e1df46f354b2496f34bb61cc4
monero-gui-linux-x64-v0.18.4.4.tar.bz2, e45cb3fa9d972d67628cfed6463fb7604ae1414a11ba449f5e2f901c769ac788
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Monero GUI 0.18.4.3 'Fluorine Fermi' released</title><link href="https://www.getmonero.org/2025/10/08/monero-GUI-0.18.4.3-released.html" rel="alternate" type="text/html" title="Monero GUI 0.18.4.3 'Fluorine Fermi' released" /><published>2025-10-08T00:00:00+00:00</published><updated>2025-10-08T00:00:00+00:00</updated><id>https://www.getmonero.org/2025/10/08/monero-GUI-0.18.4.3-released</id><content type="html" xml:base="https://www.getmonero.org/2025/10/08/monero-GUI-0.18.4.3-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.4.3 release of the Monero GUI software. This is a highly recommended release that enhances protection against spy nodes when using a local node.</p>

<p><a href="/2025/10/08/monero-0.18.4.3-released.html">The latest CLI release notes can be found on the precedent blog post</a></p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Add support for Ledger Flex (#<a href="https://github.com/monero-project/monero-gui/pull/4494">4494</a>)</li>
  <li>Update Qt to 5.15.17 (#<a href="https://github.com/monero-project/monero-gui/pull/4498">4498</a>)</li>
  <li>Update P2Pool to v4.11 (#<a href="https://github.com/monero-project/monero-gui/pull/4505">4505</a>)</li>
  <li>Minor bug fixes</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero-gui/compare/v0.18.4.2...v0.18.4.3">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero-gui/tree/v0.18.4.3">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 4 people who worked, to put out 18 commits containing 61 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>luigi1111</li>
  <li>tobtoht</li>
  <li>SChernykh</li>
  <li>selsta</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#gui">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-win-x64-v0.18.4.3.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.18.4.3.exe">Windows, 64-bit (Installer)</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.18.4.3.dmg">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-armv8-v0.18.4.3.dmg">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.18.4.3.tar.bz2">Linux, 64-bit</a></li>
</ul>

<p>A complete guide for the GUI wallet is included in the archives, but <a href="https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md">an online version is available</a>.</p>

<h1 id="download-hashes">Download Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-gui-win-x64-v0.18.4.3.zip, dc9531cb4319b37b2c2dea4126e44a0fe6e7b6f34d278ccf5dd9ba693e3031e0
monero-gui-install-win-x64-v0.18.4.3.exe, 7b9255c696a462a00a810d9c8f94e60400a9e7d6438e8d6a8b693e9c13dca9ab
monero-gui-mac-x64-v0.18.4.3.dmg, 27243b01f030fdae68c59cae1daf21f530bbadeaf10579d2908db9a834191cee
monero-gui-mac-armv8-v0.18.4.3.dmg, 68ea30db32efb4a0671ec723297b6629d932fa188edf76edb38a37adaa3528e6
monero-gui-linux-x64-v0.18.4.3.tar.bz2, 0bd84de0a7c18b2a3ea8e8eff2194ae000cf1060045badfd4ab48674bc1b9325
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry></feed>