| Platform | Requirements | File | Checksum |
|---|---|---|---|
| 🪟 Windows | Windows desktop (64-bit) | ToastWallet.Setup.3.0.0.exe | SHA256 |
| 🍎 macOS | macOS desktop | ToastWallet-3.0.0.dmg | SHA256 |
| 🐧 Linux | Most modern 64-bit distributions, no install needed | ToastWallet-3.0.0-x86_64.AppImage | SHA256 |
Verify your download against the matching SHA256 file before running any installer — all files and checksums are also listed together on the official v3.0.0 release page.
⚠️ Only download Toast Wallet from this repository's releases page. A fraudulent app called "Toast Plus" and a phishing site (toastwallet.app) have both impersonated this project and stolen real funds — see Security below before you install anything.
Windows
- Download
ToastWallet.Setup.3.0.0.exefrom the table above. - Run the installer and follow the prompts.
- Launch Toast Wallet from the Start menu.
macOS
- Download
ToastWallet-3.0.0.dmgfrom the table above. - Open the
.dmgand drag Toast Wallet to your Applications folder. - On first launch, if Gatekeeper blocks the app, right-click it in Finder and choose "Open," or run:
xattr -cr /Applications/ToastWallet.app
Linux
- Download
ToastWallet-3.0.0-x86_64.AppImagefrom the table above. - Make it executable and run it:
chmod +x ToastWallet-3.0.0-x86_64.AppImage ./ToastWallet-3.0.0-x86_64.AppImage - If it fails to launch due to sandbox restrictions, retry with:
./ToastWallet-3.0.0-x86_64.AppImage --no-sandbox
- Non-custodial — your keys and funds are never held on a server
- Send and receive XRP directly on the public XRP Ledger
- PIN, passphrase, and recovery-phrase credential model designed to resist casual brute-forcing
- Encrypted local backup export and restore
- Cross-platform: Windows, macOS, and Linux desktop builds
Toast Wallet has not been under active feature development since 2020, and its name has been actively targeted by fraud since then — read this before you do anything else.
- A fraudulent app called "Toast Plus" has appeared on app stores using a near-identical name and logo, and has stolen an estimated $5M+ in XRP.
- A phishing site at
toastwallet.appclones the look of official recovery tooling and steals anything entered into it. - Several unofficial marketing sites (
xrp-toastwallet.com,toast-wallet.com,en-toastwallet.com,toast-wallet.net) misrepresent this project. toastwallet.comwas the original site but has been retired and is no longer part of the project's official presence. This GitHub organization, at github.com/Toast-Wallet, is the only official presence, and this repository's Releases page is the only official download source.
Full scam details, tracked indicators, and recovery guidance: github.com/Toast-Wallet/docs
If you believe you've been affected by any of the above, report it at ic3.gov. No one can reverse a transaction on the XRP Ledger — treat any offer of paid "recovery services" as a second scam.
This repository (core) contains the wallet's core JavaScript and CSS. Each supported platform
is built from a separate wrapper repository around this same HTML5 app — for example, the browser
build lives in Toast-Wallet/browser.
Build scripts: Toast-Wallet/build-scripts
Building the browser version:
- Clone this repo.
- Install PhoneGap.
- Run:
phonegap platform add browser phonegap build browser
Note for maintainers: the steps above cover the browser build only, per this repo's existing documentation. Build steps for the Windows, macOS, and Linux desktop installers published in Releases aren't documented here yet — if you maintain those wrapper repos, adding the equivalent steps (or linking to them) would close that gap.
Branches: master is the active development branch. Tagged releases may lag behind master;
use the Releases page for the current stable
build rather than building from master directly unless you specifically want the latest
in-progress code.
Not documented yet in this repository — local config, backup, and data file locations per platform would be a useful addition here for anyone debugging an install. Contributions welcome.
- Documentation, recovery guides, and the full scam warning list: github.com/Toast-Wallet/docs
- Found a bug or a new scam variant impersonating this project? Open an issue.
GPL-2.0. See LICENSE.