Download Zapstore
Get the Android app or the Zapstore CLI for macOS and Linux.
Android App
Android 10+ (arm64-v8a).
Optional: Verify on your terminal:
shasum -a 256 <downloaded apk file>
# must equal:
800b9048974dfcac4e1e1b9afe0812d15e42a08264ba0b8877e22c2e6d2221ae APK certificate/hash details are published on our Nostr profile (open in client).
Zapstore CLI
Download the standalone binary for your platform. After download, run chmod +x zapstore to make
it executable. Linux binaries should also work in Windows via WSL.
88c82772eee5c262a0a2553f85a569004ebee54b1636f080ec930f314ac01b1d
curl -sL https://cdn.zapstore.dev/88c82772eee5c262a0a2553f85a569004ebee54b1636f080ec930f314ac01b1d -o zapstore
shasum -a 256 zapstore # must equal
88c82772eee5c262a0a2553f85a569004ebee54b1636f080ec930f314ac01b1d
chmod +x zapstore6e2c7cf6da53c3f1a78b523a6aacd6316dce3d74ace6f859c2676729ee439990
curl -sL https://cdn.zapstore.dev/6e2c7cf6da53c3f1a78b523a6aacd6316dce3d74ace6f859c2676729ee439990 -o zapstore
shasum -a 256 zapstore # must equal
6e2c7cf6da53c3f1a78b523a6aacd6316dce3d74ace6f859c2676729ee439990
chmod +x zapstore Requires SQLite! On Debian-based systems you can install via: sudo apt install libsqlite3-dev
26ee91aa165695b6d5e81a56c0e095ef681d30843c3fa5a9177edca436b1730d
curl -sL https://cdn.zapstore.dev/26ee91aa165695b6d5e81a56c0e095ef681d30843c3fa5a9177edca436b1730d -o zapstore
shasum -a 256 zapstore # must equal
26ee91aa165695b6d5e81a56c0e095ef681d30843c3fa5a9177edca436b1730d
chmod +x zapstore Requires SQLite! On Debian-based systems you can install via: sudo apt install libsqlite3-dev
Verification best practices
For cryptographic verification, ensure hashes are published on a domain different from the file host. The SHA-256 values above are embedded in the CDN URL path for convenience and published here for visibility.