Download Sparrow Wallet for Desktop

Choose the correct version for your operating system.

Sparrow Desktop Latest Release: 2.5.2

Sparrow Desktop is the fully featured application. Once downloaded, refer to our Quick Start guide for initial setup instructions. For headless systems, use Sparrow Server below.

Type Link
macOS (Apple M-series) Sparrow-2.5.2-aarch64.dmg
macOS (Intel) (11+) Sparrow-2.5.2-x86_64.dmg
Windows Installer (10+) Sparrow-2.5.2.msi
Windows Standalone (10+) Sparrow-2.5.2.zip
Linux (Intel/AMD) (Ubuntu/Debian) sparrowwallet_2.5.2-1_amd64.deb
Linux (Intel/AMD) (Redhat/CentOS) sparrowwallet-2.5.2-1.x86_64.rpm
Linux (Intel/AMD) Standalone sparrowwallet-2.5.2-x86_64.tar.gz
Linux (ARM64) (Ubuntu/Debian) sparrowwallet_2.5.2-1_arm64.deb
Linux (ARM64) (Redhat/CentOS) sparrowwallet-2.5.2-1.aarch64.rpm
Linux (ARM64) Standalone sparrowwallet-2.5.2-aarch64.tar.gz
Manifest Signature sparrow-2.5.2-manifest.txt.asc
Manifest sparrow-2.5.2-manifest.txt

Sparrow Server

Sparrow Server builds are intended for systems without displays (headless platforms). Note the .deb and .rpm packages install to /opt/sparrowserver.

Type Link
Linux (Intel/AMD) (Ubuntu/Debian) sparrowserver_2.5.2-1_amd64.deb
Linux (Intel/AMD) (Redhat/CentOS) sparrowserver-2.5.2-1.x86_64.rpm
Linux (Intel/AMD) Standalone sparrowserver-2.5.2-x86_64.tar.gz
Linux (ARM64) (Ubuntu/Debian) sparrowserver_2.5.2-1_arm64.deb
Linux (ARM64) (Redhat/CentOS) sparrowserver-2.5.2-1.aarch64.rpm
Linux (ARM64) Standalone sparrowserver-2.5.2-aarch64.tar.gz
Manifest Signature sparrow-2.5.2-manifest.txt.asc
Manifest sparrow-2.5.2-manifest.txt

Older Operating Systems

If you are using macOS 10.13 to 10.15, or older Linux distributions, you can use the latest release from the 1.x series.

Verifying the Release

To ensure that your downloaded installation file is safe and has not been modified by attackers, you should verify it before installing.

Easy Verification (via Sparrow Wallet)

If you already have Sparrow (version 1.8.3 or newer) installed, verification is very easy. Download these three files into the same folder (e.g., Downloads):

Simply drag and drop any of these files into the open Sparrow Wallet window. The program will automatically check the signatures and show you the result.

Signed By:
Craig Raw <craig@sparrowwallet.com>
Release Hash:
Matched manifest hash
Verified:
Ready to install Sparrow-2.5.2-aarch64.dmg

Manual Verification (via Terminal / Command Line)

If you prefer to check everything manually using command-line tools, make sure you have gpg installed (it is built into Linux, and available via GPGTools for macOS or Gpg4win for Windows).

1. Open your terminal and import the developer’s public PGP key:

curl https://keybase.io/craigraw/pgp_keys.asc | gpg —import

2. Navigate to your downloads folder and verify the manifest file:

cd Downloads
gpg —verify sparrow-2.5.2-manifest.txt.asc

If everything is correct, the terminal output will look like this:

gpg: assuming signed data in ‘sparrow-2.5.2-manifest.txt’
gpg: Signature made Mon Jun 01 12:00:00 2026 SAST
gpg: using RSA key D4D0D3202FC06849A257B38DE94618334C674B40
gpg: Good signature from «Craig Raw <craig@sparrowwallet.com>» [unknown]

3. Finally, verify the hash of your specific installation file to make sure it matches the manifest:

macOS

shasum —check sparrow-2.5.2-manifest.txt —ignore-missing
Sparrow-2.5.2.dmg: OK

Linux

sha256sum —check sparrow-2.5.2-manifest.txt —ignore-missing
sparrowwallet_2.5.2-1_amd64.deb: OK

Windows

CertUtil -hashfile Sparrow-2.5.2.msi SHA256 | findstr /v «hash»

Installation & Upgrading

Install the downloaded file as you normally would for any application on your operating system.

Note for Upgrades: Sparrow stores all your wallets, private keys, and settings in a separate data folder. You can safely overwrite or uninstall the old version and install the new one — your data and funds will not be affected. Just make sure to close the wallet before upgrading.