EW Logo
v2.12.8.240 ยท Build 418

EW-v2.12.8.240.apk

All releases are published on GitHub. Head to the Releases section to download the latest APK for Android.

Download from GitHub

Requires Android 8.0 (API 26) or higher

Verify Your Download

Always verify SHA-256 checksums after downloading to ensure integrity.

ZIP SHA-256:
6e351163feb5d8fad652d7c8b011795db9343367357a6daa2b9543633df03faa
build.gradle SHA-256:
52f3e787db4ba25d5c9f615213e2ac96d232e2e380af6144c9f7e7ecd29cde13
Application ID: org.everywherewallet
Version Name: v2.12.8.240
Version Code: 418

System Requirements

Android 8.0+ โ€” minSdk 26, targetSdk 35 (Android 15)
Architecture: arm64-v8a, armeabi-v7a, x86, x86_64 (universal APK)
Camera โ€” required for QR code scanning
Internet access โ€” for P2P/SPV synchronization with BTC2 network
~50 MB storage โ€” for the app and local wallet file

How to Install

  1. Download the APK from GitHub โ€” go to github.com/EverywhereWallet/EW/releases and download the latest APK.
  2. Enable Unknown Sources โ€” Settings โ†’ Apps โ†’ Special app access โ†’ Install unknown apps โ†’ Allow for your file manager.
  3. Verify the checksum โ€” use a SHA-256 tool to confirm the hash before installing.
  4. Install the APK โ€” tap the downloaded file and follow Android's prompts.
  5. Complete setup โ€” create or restore your wallet, set your password and PIN to unlock the main interface.

Build from Source

Build it yourself with Android Studio, Android SDK, JDK and NDK (required for the native Quark hashing C/C++ library).

Primary build: ./gradlew assembleDebug
Windows: gradlew.bat assembleDebug
Output APK: EW-v2.12.8.240.apk
NDK required: CMake (Quark hashing, BTC2 native layer)
compileSdk / minSdk / targetSdk: 35 / 26 / 35

Note: bitcoinj 0.15.10 is intentional โ€” uses internal APIs incompatible with newer branches.