- Which file should I download?
- Pick the build for your operating system. On Windows and Linux the 64-bit build is correct for every current machine; the 32-bit link exists only for older installations that cannot run 64-bit binaries. On macOS a single package covers both Intel and Apple silicon.
- How do I verify the download before running it?
- Compare the checksum published next to the release with the one you compute locally: certutil -hashfile file.exe SHA256 on Windows, shasum -a 256 file.dmg on macOS, sha256sum file.AppImage on Linux. If the values differ, delete the file and download it again from this page only.
- Why does my system warn me about an unknown developer?
- Desktop operating systems flag any application that is not distributed through their own store or signed with a paid publisher certificate. The warning describes the distribution channel, not the contents. Verify the checksum, then allow it explicitly.
- Do I need an account or an email address to download?
- No. There is no registration, no email confirmation and no licence key. The wallet is non-custodial: your account is created locally on first launch and exists on the public XRP Ledger, not on a server here.
- Is my antivirus flagging it a real problem?
- Generic heuristic detections are common for Electron applications that write an encrypted file and open network sockets. Confirm the checksum matches the published value; if it does, the binary is exactly the released one and you can add an exception.
- What do I need before the wallet becomes usable?
- An XRP Ledger account must hold the base reserve to exist on the ledger, so send at least the reserve amount to your new r-address. Until that payment is validated the overview screen reports the account as inactive.
- Can I run it from a USB stick or an offline machine?
- Yes. The Linux AppImage is portable, and the wallet supports a Cold Wallet mode that signs transactions on a machine with no network connection while a second, online machine submits the signed blob.
- Will an old wallet file from an earlier version still open?
- Yes. Encrypted wallet files from previous releases open with the same passphrase, and in any case the secret key alone is enough to restore the account in any compatible XRP Ledger client.
- How do I update to a newer version?
- Download the new build and install it over the old one. Your encrypted wallet file is stored separately and is never touched by an update — but confirm your paper backup of the secret key before updating anything.