Wasabi Wallet is an easy to use, privacy-focused, open-source, non-custodial, Bitcoin wallet.
Download
:window: Windows :green_apple: Apple M1/M2 :apple: Apple Intel :penguin: Ubuntu / Debian :penguin: 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
:spider_web: Website :onion: Tor onion site :orange_book: Documentation :grey_question: 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:
- Trezor Safe 5 & Coldcard Q support by @turbolay in https://github.com/WalletWasabi/WalletWasabi/pull/13438
- Modernize Tor usage technology by @lontivero in https://github.com/WalletWasabi/WalletWasabi/pull/13339
- Functional Payment in Coinjoin by @lontivero in https://github.com/WalletWasabi/WalletWasabi/pull/13458
- Add coinjoin inputs/outputs summary by @turbolay in https://github.com/WalletWasabi/WalletWasabi/pull/13469
- New format for BTC Amounts by @turbolay in https://github.com/WalletWasabi/WalletWasabi/pull/13491
- Decrease RevealDelay for PrivacyChars on hover by @MarnixCroes in https://github.com/WalletWasabi/WalletWasabi/pull/13504
- Extend Input/Output Lists to TxPreview and TxDetails by @turbolay in https://github.com/WalletWasabi/WalletWasabi/pull/13507
- Add Transaction Hex as copyable content by @turbolay in https://github.com/WalletWasabi/WalletWasabi/pull/13508
- Add context menu in Input/Output lists to copy BTC Address by @turbolay in https://github.com/WalletWasabi/WalletWasabi/pull/13511
Bug Fixes
- Incorrect clipboard content casting by @lontivero in https://github.com/WalletWasabi/WalletWasabi/pull/13447
- Fix spacing in MusicBox by @turbolay in https://github.com/WalletWasabi/WalletWasabi/pull/13454
- IOException when corrupted index by @turbolay in https://github.com/WalletWasabi/WalletWasabi/pull/13456
- Error importing wallets with space in their names by @remcoros in https://github.com/WalletWasabi/WalletWasabi/pull/13476
- Duplicated p2p network messages by @lontivero in https://github.com/WalletWasabi/WalletWasabi/pull/13518
- Improve propagation confirmation by @lontivero in https://github.com/WalletWasabi/WalletWasabi/pull/13492
- Make client to compute
RoundId
(#13514) by @lontivero in https://github.com/WalletWasabi/WalletWasabi/pull/13523
Coordinator
- Collect coordinator output if and only if economical by @turbolay in https://github.com/WalletWasabi/WalletWasabi/pull/13451
- Amount credential size configurable by @lontivero in https://github.com/WalletWasabi/WalletWasabi/pull/13499
Package/Release
- Debian: Use
xz
instead ofzst
for compression by @lontivero in https://github.com/WalletWasabi/WalletWasabi/pull/13460 - Update version in doc after a release by @turbolay in https://github.com/WalletWasabi/WalletWasabi/pull/13463
- Auto update version number on Website by @turbolay in https://github.com/WalletWasabi/WalletWasabi/pull/13466
- Fix version number in MacOs plist by @turbolay in https://github.com/WalletWasabi/WalletWasabi/pull/13473
- Correct sed -i usage on MacOs by @turbolay in https://github.com/WalletWasabi/WalletWasabi/pull/13524
New Contributors
- @remcoros made their first contribution in https://github.com/WalletWasabi/WalletWasabi/pull/13476
Full Changelog: https://github.com/WalletWasabi/WalletWasabi/compare/v2.2.1.0...v2.3.0.0