Skip to content

Releases: WalletWasabi/WalletWasabi

Wasabi Wallet v2.3.0.0

23 Oct 23:05
63903cb
Compare
Choose a tag to compare

Wasabi Wallet is an easy to use, privacy-focused, open-source, non-custodial, Bitcoin wallet.

Download

🪟 Windows
🍏 Apple M1/M2
🍎 Apple Intel
🐧 Ubuntu / Debian
🐧 Other Linux


Release Highlights

🌐 Enhanced Tor integration
📊 Better BTC amount formatting
🔍 More insight on transactions
💰 [Beta] Payment in coinjoin (RPC only)
🔒 Trezor Safe 5 & ColdCard Q support

Release Summary

Wasabi Wallet v2.3.0.0 release

This version of Wasabi introduces major improvements to the user experience with a more intuitive and useful interface, while continuing our efforts to enhance and streamline the codebase for easier maintainability and better building blocks for further improvements.

🌐 Enhanced Tor integration

We’ve completely rewritten our Tor integration, replacing custom code with a more efficient, standard HttpClient. This not only improves performance but also enhances code clarity, making it easier to review which identities are used in specific contexts. This reduces potential errors and improves the wallet's overall security.

📊 Better BTC amount formatting

Amount formatting has been significantly improved across the wallet, offering clearer readability for both small and large balances, whether you want to read as BTC (decimals) or Sats. The aesthetics of all screens presenting amounts have been revisited to be smoother and consistent throughout the application.

🔍 More insight on transactions

The Preview Transaction and Transaction Details dialogs now include a lists of inputs and outputs. This long-requested feature offers insight into the privacy-enhancing effects of coinjoins and the level of anonymity achieved with each transaction. Additionally, it is now visually clear how privacy suggestions improves transactions.

💰 [Beta] Payment in coinjoin (RPC only)

Our Payment in coinjoin feature is now officially in beta! It is currently accessible only though the RPC. While this feature is still in development and lacks certain functionalities, we encourage users to test it and provide feedback. Learn more about it in the Documentation

🔒 Trezor Safe 5 & ColdCard Q support

Hardware Wallet Interface (HWI) has been updated to version 3.1.0 along with support for Trezor Safe 5 & ColdCard Q.


Installation Guide

Download the operating system relevant software package and install Wasabi like you would with any other software on your computer.
For a detailed installation guide, including signature verification, see the documentation.

Documentation

🕸️ Website
🧅 Tor onion site
📙 Documentation
FAQ

Advanced Guide

If you want to build or update Wasabi from source code, check out these easy instructions.

Wasabi uses reproducible builds, which you can verify with this guide.

Requirements

  • Windows 10 1607+
  • Windows 11 22000+
  • macOS 12.0+
  • Ubuntu 22.04+
  • Fedora 37+
  • Debian 11+

What's Changed

Important

This client version is a soft fork for the coinjoin implementation. Clients on v2.3.0.0 won't be able to coinjoin with coordinators running a version lower than tag v2.3.0.0. We therefore highly advise coordinators to update their backend to tag v2.3.0.0

Features:

Bug Fixes

Coordinator

Package/Release

New Contributors

Full Changelog: v2.2.1.0...v2.3.0.0

Wasabi Wallet v2.2.1.0

20 Sep 13:00
525dba0
Compare
Choose a tag to compare

Wasabi Wallet is an easy to use, privacy-focused, open-source, non-custodial, Bitcoin wallet.

Download

🪟 Windows
🍏 Apple M1/M2
🍎 Apple Intel
🐧 Ubuntu / Debian
🐧 Other Linux


Release Summary

Wasabi Wallet v2.2.1.0 release

This version of Wasabi contains important fixes. Those are:

🪲 Send workflow disruption

The Continue button in the send page, after becoming green, was clickable but didn't allow to continue with the sending process.

🪲 Transaction Details Fee rate

Transaction Details page showed an empty space for transaction which mining fee rate was unknown.


Installation Guide

Download the operating system relevant software package and install Wasabi like you would with any other software on your computer.
For a detailed installation guide, including signature verification, see the documentation.

Documentation

🕸️ Website
🧅 Tor onion site
📙 Documentation
FAQ

Advanced Guide

If you want to build or update Wasabi from source code, check out these easy instructions.

Wasabi uses reproducible builds, which you can verify with this guide.

Requirements

  • Windows 10 1607+
  • Windows 11 22000+
  • macOS 12.0+
  • Ubuntu 22.04+
  • Fedora 37+
  • Debian 11+

What's Changed

Full Changelog: v2.2.0.0...v2.2.1.0

Wasabi Wallet v2.2.0.0

20 Sep 00:19
347e560
Compare
Choose a tag to compare

Wasabi Wallet is an easy to use, privacy-focused, open-source, non-custodial, Bitcoin wallet.

Download

This Release contains a few bugs that were fixed in 2.2.1.0, we advise downloading this version instead https://github.com/WalletWasabi/WalletWasabi/releases/tag/v2.2.1.0


Release Highlights

🥕 Taproot receive addresses
🚀 Faster transaction broadcasting
🔍 Help to setup and find a coordinator
⏫ More accurate CPFP fee estimation
📉 Safer protocol
🪲 Backend optimizations

Release Summary

Wasabi Wallet v2.2.0.0 release

This version of Wasabi is full of extra features, improvements, and fixes. The highlights are:

🥕 Taproot receive addresses

Users can now choose taproot when generating a new receiving address. Spending a taproot input is 16% cheaper compared to spending a native segwit input. Users aren’t the only ones that benefit - Bitcoin nodes can verify taproot’s signatures faster than legacy ones, so the entire network gets a little speed boost.

🚀 Faster transaction broadcasting

A more sophisticated transaction broadcasting mechanism was introduced to make the process faster. Transactions are now broadcast to multiple nodes in parallel (through the Tor network) and fail more quickly if the transaction is rejected by the network. Users who upgrade will notice it now takes half as long to send their coins.

🔍 Help to setup and find a coordinator

A new message is now shown when no coordinator is configured, along with some help to understand how to find and setup one.

⏫ More accurate CPFP fee estimation

The CPFP feature now takes into account the fee paid by the parent transaction. In previous releases, the child transaction assumed the parent paid 0 sats in fees, and thus always overpaid for the speed up.. This improvement will be especially significant in high-fee environments, where the CPFP feature is most useful!

📉 Safer protocol

In order to avoid introducing unknown incentives and to limit risk to users, the coordination fee concept has been removed. Only coinjoin coordinators that don't charge any coordination fee continue to be supported.

🪲 Backend optimizations

Users who run a Wasabi backend can now do so with a pruned node and significant CPU/RAM savings. This makes hosting a backend much cheaper and helps to decentralize this component which Wasabi clients still depend on.


Installation Guide

Download the operating system relevant software package and install Wasabi like you would with any other software on your computer.
For a detailed installation guide, including signature verification, see the documentation.

Documentation

🕸️ Website
🧅 Tor onion site
📙 Documentation
FAQ

Advanced Guide

If you want to build or update Wasabi from source code, check out these easy instructions.

Wasabi uses reproducible builds, which you can verify with this guide.

Requirements

  • Windows 10 1607+
  • Windows 11 22000+
  • macOS 12.0+
  • Ubuntu 22.04+
  • Fedora 37+
  • Debian 11+

What's Changed

Read more

Wasabi Wallet v2.1.0.0

10 Jul 13:46
01709d4
Compare
Choose a tag to compare

Wasabi Wallet is an easy to use, privacy-focused, open-source, non-custodial, Bitcoin wallet.

Download

🪟 Windows
🍏 Apple M1/M2
🍎 Apple Intel
🐧 Ubuntu / Debian
🐧 Other Linux


Release Highlights

🔒 Set minimum coinjoin input count
🔒 Stricter absolute limits for maximum coinjoin mining fee rate and minimum coinjoin input count
🔒 Prevent solo coinjoining
👀 Coordinator Connection String
👀 Advanced send Workflow

Release Summary

Wasabi Wallet v2.1.0.0 adds safeguards for coinjoin participants.
Clients can now set their own policies regarding minimum input count and maximum coordination fee to protect from malicious coordinators which tries to charge more than they announce.

Apply coinjoin coordination policies to all rounds:

It was possible for a malicious coordinator to bypass the client policies for blame round and set different coordination fees for those.
v2.1.0.0 fixes this issue by enforcing the policies to blame rounds too.

Stricter safeguards:

Wasabi clients use more restrictive policies that guarantee that even in presence of a malicious coordinator, the risk of losing money is mitigated. These are: absolute maximum coordination fee rate changed from 0.01 to 0.005, absolute minimum input count changed from 2 to 5.

Prevent signing coinjoin where there is only one participant:

A malicious coordinator could set the minimum input count as a very low number to create coinjoins where all the inputs belong to the same user. In v2.1.0.0 clients don't sign transaction where there are no other participants.

Coordinator Connection String

Changing coordinator has never been easier! Coordinators can create a connection string that once in the clipboard will be recognized by Wasabi and allow the client to be quickly configured to coinjoin with it.

Advanced send Workflow

The sending whole coin feature has been replaced by a new Manual Control feature to allow users to specify which coins can be used for sending.


Installation Guide

Download the operating system relevant software package and install Wasabi like you would with any other software on your computer.
For a detailed installation guide, including signature verification, see the documentation.

Documentation

🕸️ Website
🧅 Tor onion site
📙 Documentation
FAQ

Advanced Guide

If you want to build or update Wasabi from source code, check out these easy instructions.

Wasabi uses reproducible builds, which you can verify with this guide.

Requirements

  • Windows 10 1607+
  • Windows 11 22000+
  • macOS 12.0+
  • Ubuntu 22.04+
  • Fedora 37+
  • Debian 11+

What's Changed

Full Changelog: v2.0.8.1...v2.1.0.0

Wasabi Wallet v2.0.8.1 - Soteria

08 Jun 09:57
bf2f338
Compare
Choose a tag to compare

Wasabi Wallet is an easy to use, privacy-focused, open-source, non-custodial, Bitcoin wallet.

Download

🪟 Windows
🍏 Apple M1/M2
🍎 Apple Intel
🐧 Ubuntu / Debian
🐧 Other Linux


Release Highlights

💸 Set maximum coinjoin mining fee rate
🔒 Set maximum coinjoin coordination service fee
👀 Verify coinjoin mining fee matches requested rate

Release Summary

Wasabi Wallet v2.0.8.1 adds additional safeguards for coinjoin fees. Clients can now set their own fee policies to avoid participating in coinjoin rounds that cost more than expected.

Set Maximum coinjoin mining fee rate:

In previous versions of Wasabi, transaction fees for coinjoins were controlled using the “Coinjoin Time Preference” setting. This abstracts the concept of fees so users can coinjoin at the cheapest time of the day, week, or month.

This version allows users to specify the exact fee threshold (in sats/vbyte) that they are willing to pay so that overpriced rounds are skipped. The default maximum fee rate is set to 150 sats/vbyte.

Set maximum coinjoin coordination service fee:

Coinjoin coordinators may charge a service fee from participants in their rounds. Before, clients automatically rejected any coordinator fee over 1%. However, this is not sufficient to protect users against reckless coordinator configs that provide little privacy per round without free remixing.

The default coordination fee rate is now set to 0%, users can opt in to increasing this limit in order to use paid coordinators.

Verify coinjoin mining fee rate matches requested rate:

If a coordinator requests a specific fee rate at input registration, clients will ensure that the final fee rate matches (or exceeds) the originally requested value. This prevents a malicious coordinator from pocketing fees that users intended to pay to miners.


Installation Guide

Download the operating system relevant software package and install Wasabi like you would with any other software on your computer.
For a detailed installation guide, including signature verification, see the documentation.

Documentation

🕸️ Website
🧅 Tor onion site
📙 Documentation
FAQ

Advanced Guide

If you want to build or update Wasabi from source code, check out these easy instructions.

Wasabi uses reproducible builds, which you can verify with this guide.

Requirements

  • Windows 10 1607+
  • Windows 11 22000+
  • macOS 12.0+
  • Ubuntu 22.04+
  • Fedora 37+
  • Debian 11+

What's Changed

New Contributors

Full Changelog: v2.0.8...v2.0.8.1

Wasabi Wallet v2.0.8 - Hydra

01 Jun 18:15
5bee854
Compare
Choose a tag to compare

Wasabi Wallet is an easy to use, privacy-focused, open-source, non-custodial, Bitcoin wallet

Download

🪟 Windows
🍏 Apple M1/M2
🍎 Apple Intel
🐧 Ubuntu / Debian
🐧 Other Linux


Release Highlights

📌 Exclude UTXOs from autocoinjoin
🌎 Coordinator selection in GUI
❄️ Tor bridges
💥 Tails & Whonix OS support
💾 Install Linux udev rules for hardware wallets

Release Summary

Wasabi Wallet v2.0.8 introduces new coinjoin tools and many long awaited accessibility options for advanced users. Additionally, Wasabi’s Github repository has transferred from zkSNACKs to its own self-named organization.

Exclude UTXOs from autocoinjoin:

Wasabi automatically selects inputs and outputs for users when they participate in a coinjoin transaction. The randomization of coin selection provides huge privacy benefits, but gives users limited flexibility.

An “exclude coins” menu option is now available from the coinjoin status box that allows users to restrict which coins are consumed as coinjoin inputs. This option was previously only available using the RPC.

Coordinator selection in GUI:

A new field in the application settings is now available which makes it easy for users to paste the connection information for their chosen coinjoin coordinator without needing to edit any config files. As of June 1st 2024, the default coinjoin coordination service provided by zkSNACKs is being discontinued.

Tor bridges:

Some ISPs limit their users’ access to the Tor network. Tor bridges are now supported in Wasabi which help overcome this obstacle.

Tails & Whonix OS support:

Tails and Whonix users can use Wasabi by switching their Tor connection option from Enabled to Enabled (connect-only mode) or by using the command line option: --UseTor=EnabledOnlyRunning

Install Linux udev rules for hardware wallets:

Hardware wallets require additional configuration of udev rules to use with Linux machines. Automatic installation of udev rules is now supported to streamline the setup of cold storage devices.

Read the related blog for more information.


Installation Guide

Download the operating system relevant software package and install Wasabi like you would with any other software on your computer.
For a detailed installation guide, including signature verification, see the documentation.

Documentation

🕸️ Website
🧅 Tor onion site
📙 Documentation
FAQ

Advanced Guide

If you want to build or update Wasabi from source code, check out these easy instructions.

Wasabi uses reproducible builds, which you can verify with this guide.

Requirements

  • Windows 10 1607+
  • Windows 11 22000+
  • macOS 12.0+
  • Ubuntu 22.04+
  • Fedora 37+
  • Debian 11+

What's Changed

Read more

Wasabi Wallet v2.0.7.2 - Coinjoin to another wallet

13 May 10:54
d6b113b
Compare
Choose a tag to compare

Wasabi Wallet is an easy to use, privacy-focused, open-source, non-custodial, Bitcoin wallet

Download

🪟 Windows
🍏 Apple M1/M2
🍎 Apple Intel
🐧 Ubuntu / Debian
🐧 Other Linux


Release Highlights

🆕 Coinjoin to another wallet

Release Summary

What is this release about?

This version is just adding one feature: Mix to another wallet - In the program, you can set another wallet in the coinjoin settings to which you want to coinjoin. In this case, the anonymity score target is not considered; once the coinjoin is completed, your coins will be transferred to the wallet you specified.


Read the related blog for more information.

Installation Guide

Download the operating system relevant software package and install Wasabi like you would with any other software on your computer.
For a detailed installation guide, including signature verification, see the documentation.

Documentation

🕸️ Website
🧅 Tor onion site
📙 Documentation
FAQ

Advanced Guide

If you want to build or update Wasabi from source code, check out these easy instructions.

Wasabi uses reproducible builds, which you can verify with this guide.

Requirements

  • Windows 10 1607+
  • Windows 11 22000+
  • macOS 12.0+
  • Ubuntu 22.04+
  • Fedora 37+
  • Debian 11+

Full Changelog

What's Changed

Full Changelog: v2.0.7.1...v2.0.7.2

Wasabi Wallet v2.0.7.1 - Hotfix for Mac

17 Apr 09:38
d3d48a6
Compare
Choose a tag to compare

Wasabi Wallet is an easy to use, privacy-focused, open-source, non-custodial, Bitcoin wallet

Download

🪟 Windows
🍏 Apple M1/M2
🍎 Apple Intel
🐧 Ubuntu / Debian
🐧 Other Linux


Release Highlights

🫥 New user interface
🔒 Trezor Safe 3 support
🚀 Full RBF detection
⚠️ Better privacy warnings
🥷🏼 Password is now called passphrase
🎛️ New sorting option
🐛 Bug fixes and security improvements

Release Summary

What is the Hotfix about?

On some Mac systems, Wasabi could crash on fresh installations. #12869

Completely new interface

The wallet's entire color scheme, transaction history table, menus, and icons were overhauled in this release with a refreshing new look. These changes aim to streamline the experience while maintaining a focus on user privacy. Enjoy the new darker dark mode and spicy Wasabi green highlights.

Hardware wallets

Wasabi Wallet now supports the latest Trezor Safe 3 device, known for its secure element protection, open-source design, and on-device transaction confirmations. This allows users to securely use their Trezor Safe 3 for private cold storage, enhancing the usability of Wasabi Wallet with one of the top hardware devices for Bitcoin security. Also, this version upgrades to HWI v3.0.0 which avoids false positive antivirus flagging.

Full RBF

Accuracy of unconfirmed transactions in the mempool is now improved by considering economic replacements of transactions that did not originally signal for Full Replace-By-Fee (RBF). The coordinator now has a more stable defense against attackers who double spend coinjoin inputs.

Better privacy warnings

Updates to privacy notifications now provide more detailed information, displaying amount differences in both BTC and USD to assist users in avoiding the creation of change outputs.

Coinjoin setting now available on music box

The autocoinjoin feature has been optimized to initiate only after transaction confirmations, reducing unnecessary mining fees. The associated Tor version has also been updated to improve network security and performance.

Password is now called passphrase

The wallet's password functionality has been renamed to "passphrase" to better reflect its security implications and the fact that it cannot be reset. This passphrase is the "13th word" or "seed extension", and is required together with the 12 recovery words to recover the private keys and spend the bitcoin.

New sorting option

Users can now sort their transaction history by date, improving the manageability and navigation of financial records in Wasabi Wallet.

Additional enhancements and bug fixes

The release includes improvements for cross-wallet performance, updates Avalonia and .NET for GUI and framework enhancements, solutions for UI memory leaks, and bug fixes for Coldcard hardware device integration. The Buy Anything button's text box is now easier to navigate. Automatic coinjoin checks for eligible coins before starting. The update also introduces a new PGP key for securely reporting software vulnerabilities.


Read the related blog for more information.

Installation Guide

Download the operating system relevant software package and install Wasabi like you would with any other software on your computer.
For a detailed installation guide, including signature verification, see the documentation.

Documentation

🕸️ Website
🧅 Tor onion site
📙 Documentation
FAQ

Advanced Guide

If you want to build or update Wasabi from source code, check out these easy instructions.

Wasabi uses reproducible builds, which you can verify with this guide.

Requirements

  • Windows 10 1607+
  • Windows 11 22000+
  • macOS 12.0+
  • Ubuntu 20.04+
  • Fedora 37+
  • Debian 11+

Full Changelog

Read more

Wasabi Wallet v2.0.7

16 Apr 12:24
0e95b1d
Compare
Choose a tag to compare

Wasabi Wallet is an easy to use, privacy-focused, open-source, non-custodial, Bitcoin wallet

Download

🪟 Windows
🍏 Apple M1/M2
🍎 Apple Intel
🐧 Ubuntu / Debian
🐧 Other Linux


Release Highlights

🫥 New user interface
🔒 Trezor Safe 3 support
🚀 Full RBF detection
⚠️ Better privacy warnings
🥷🏼 Password is now called passphrase
🎛️ New sorting option
🐛 Bug fixes and security improvements

Release Summary

Completely new interface

The wallet's entire color scheme, transaction history table, menus, and icons were overhauled in this release with a refreshing new look. These changes aim to streamline the experience while maintaining a focus on user privacy. Enjoy the new darker dark mode and spicy Wasabi green highlights.

Hardware wallets

Wasabi Wallet now supports the latest Trezor Safe 3 device, known for its secure element protection, open-source design, and on-device transaction confirmations. This allows users to securely use their Trezor Safe 3 for private cold storage, enhancing the usability of Wasabi Wallet with one of the top hardware devices for Bitcoin security. Also, this version upgrades to HWI v3.0.0 which avoids false positive antivirus flagging.

Full RBF

Accuracy of unconfirmed transactions in the mempool is now improved by considering economic replacements of transactions that did not originally signal for Full Replace-By-Fee (RBF). The coordinator now has a more stable defense against attackers who double spend coinjoin inputs.

Better privacy warnings

Updates to privacy notifications now provide more detailed information, displaying amount differences in both BTC and USD to assist users in avoiding the creation of change outputs.

Coinjoin setting now available on music box

The autocoinjoin feature has been optimized to initiate only after transaction confirmations, reducing unnecessary mining fees. The associated Tor version has also been updated to improve network security and performance.

Password is now called passphrase

The wallet's password functionality has been renamed to "passphrase" to better reflect its security implications and the fact that it cannot be reset. This passphrase is the "13th word" or "seed extension", and is required together with the 12 recovery words to recover the private keys and spend the bitcoin.

New sorting option

Users can now sort their transaction history by date, improving the manageability and navigation of financial records in Wasabi Wallet.

Additional enhancements and bug fixes

The release includes improvements for cross-wallet performance, updates Avalonia and .NET for GUI and framework enhancements, solutions for UI memory leaks, and bug fixes for Coldcard hardware device integration. The Buy Anything button's text box is now easier to navigate. Automatic coinjoin checks for eligible coins before starting. The update also introduces a new PGP key for securely reporting software vulnerabilities.


Read the related blog for more information.

Installation Guide

Download the operating system relevant software package and install Wasabi like you would with any other software on your computer.
For a detailed installation guide, including signature verification, see the documentation.

Documentation

🕸️ Website
🧅 Tor onion site
📙 Documentation
FAQ

Advanced Guide

If you want to build or update Wasabi from source code, check out these easy instructions.

Wasabi uses reproducible builds, which you can verify with this guide.

Requirements

  • Windows 10 1607+
  • Windows 11 22000+
  • macOS 12.0+
  • Ubuntu 20.04+
  • Fedora 37+
  • Debian 11+

Full Changelog

Read more

Wasabi Wallet v2.0.6

29 Feb 13:27
938405e
Compare
Choose a tag to compare

Wasabi Wallet v2.0.6 - Juggernaut

Wasabi Wallet is an easy to use, privacy-focused, open-source, non-custodial, Bitcoin wallet

Download

🪟 Windows
🍏 Apple M1/M2
🍎 Apple Intel
🐧 Ubuntu / Debian
🐧 Other Linux


Release Highlights

💡 New Hardware Support
🛟 Safety Coinjoin Feature
💻 Enhanced RPC Server
⚙️ Performance Upgrades
🎉 User Experience Enhancements
🍻 Cross-Wallet Performance
📈 Framework and GUI Improvements
🛠️ Bug Fixes and Security

Release Summary

New Hardware Device Support:

The update adds support for Blockstream Jade and BitBox02, allowing users to combine the security of cold storage with the privacy benefits of coinjoin transactions within the same desktop application.

Safety Coinjoin Feature:

Aiming at improving privacy for new users, the Safety Coinjoin feature ensures at least two coinjoin rounds for the first Bitcoin deposit into an empty wallet, preventing common coin consolidation errors.

RPC Server Enhancements:

The RPC server now offers 11 new calls, including a unique feature for payments within coinjoins, improving privacy and fee efficiency. The RPC server enhancements also include better accessibility over Tor with configurable ports.

Performance Improvements:

Launch times and overall performance of the desktop app have been significantly improved, reducing CPU and memory usage by half and slashing wallet load time by at least 60%. These improvements are especially beneficial for users with HDD computers.

User Experience Upgrades:

Users can now directly rename wallets from the interface, benefit from clearer privacy warnings, and enjoy a streamlined wallet creation flow. Additional features like automatic closure of success screens and expanded discreet mode further enhance the user experience.

Additional Enhancements and Bug Fixes:

The release includes improvements for cross-wallet performance, updates to Avalonia 11 and .NET 8 for GUI and framework enhancements, solutions for UI memory leaks, and bug fixes for Coldcard hardware device integration. The update also introduces a new PGP key for securely reporting software vulnerabilities.

To learn more, check out our blog post.


Installation Guide

Download the operating system relevant software package and install Wasabi like you would with any other software on your computer.
For a detailed installation guide, including signature verification, see the documentation.

Documentation

🕸️ Website
🧅 Tor onion site
📙 Documentation
FAQ

Advanced Guide

If you want to build or update Wasabi from source code, check out these easy instructions.

Wasabi uses reproducible builds, which you can verify with this guide.

Requirements

  • Windows 10 1607+
  • Windows 11 22000+
  • macOS 12.0+
  • Ubuntu 20.04+
  • Fedora 37+
  • Debian 11+

Full Changelog

Read more