Privacy-focused Bitcoin wallet.
Website | Documentation | API | Support | PGP
Ginger Wallet is a privacy-focused, open-source Bitcoin desktop wallet.
The goal is to provide a reliable and privacy-aware user experience while keeping the full source code publicly available.
Official release binaries are available in the GitHub Releases section.
There are no pre-releases.
You can always build the latest version directly from the master branch.
- MSI Windows – Code signed (Martin Rimoczi, Certum Code Signing CA)
- DMG MacOS x64 and ARM64 versions – Signed with Apple Developer ID
- ZIP (portable) – Binaries for all platforms, Deterministically reproducible build
- DEB - Debian linux package
- tar.gz - Compressed archive containing the Linux application files
- All files include a corresponding PGP (.asc) signature
- Public key: https://github.com/GingerPrivacy/GingerWallet/blob/master/PGP.txt
- .NET SDK (as defined in the repository)
- Git
git clone https://github.com/GingerPrivacy/GingerWallet.git
cd GingerWallet
dotnet restore --locked-mode
dotnet build --configuration Release
dotnet run --configuration ReleaseTo run unit tests:
dotnet test --configuration Release --filter "UnitTests"If you believe you found a security issue, avoid opening a public issue.
Use GitHub Security Advisories (if enabled) or contact the maintainers privately.
See the LICENSE file in this repository.
