Open-source, non-custodial, privacy focused Bitcoin wallet for Windows, Linux, and Mac. Built-in Tor, CoinJoin, and coin control features.
Перейти к файлу
Lucas Ontivero ac54c06620
Use `xz` instead of `zst` for compression (#13460)
2024-09-24 06:51:27 +02:00
.github
Contrib
WalletWasabi
WalletWasabi.Backend
WalletWasabi.Daemon
WalletWasabi.Documentation
WalletWasabi.Fluent
WalletWasabi.Fluent.Desktop
WalletWasabi.Fluent.Generators
WalletWasabi.Tests
WalletWasabi.WindowsInstaller
.editorconfig
.gitattributes
.gitignore
BannedSymbols.txt
CONTRIBUTING.md
CodeMaid.config
Directory.Build.props
Directory.Packages.props
LICENSE.md
NuGet.Config
PGP.txt
README.md
SECURITY.md
Settings.StyleCop
WalletWasabi.sln
deps-all.nix
deps.nix
exclusion.dic
flake.lock
flake.nix
global.json
omnisharp.json
ui-ww.png

README.md

An open-source, non-custodial, privacy-focused Bitcoin wallet for desktop.

Website | Documentation | API | Support | YouTube | PGP


Download Wasabi


Build From Source Code

Get The Requirements

  1. Get Git: https://git-scm.com/downloads
  2. Get .NET 8.0 SDK: https://dotnet.microsoft.com/download
  3. Optionally disable .NET's telemetry by executing in the terminal export DOTNET_CLI_TELEMETRY_OPTOUT=1 on Linux and macOS or setx DOTNET_CLI_TELEMETRY_OPTOUT 1 on Windows.

Get Wasabi

Clone & Restore & Build

git clone --depth=1 --single-branch --branch=master https://github.com/WalletWasabi/WalletWasabi.git
cd WalletWasabi/WalletWasabi.Fluent.Desktop
dotnet build

Run Wasabi

Run Wasabi with dotnet run from the WalletWasabi.Fluent.Desktop folder.

Update Wasabi

git pull