Download the OpenSY wallet for your device
OpenSY Wallet is currently in public beta. Please understand:
By downloading, you accept our Terms of Service and Privacy Policy.
Version 1.0.0 • 52 MB
Download APKRequires Android 8.0 or later
Direct download • No Play Store account needed
67873a10b045be1672f746d8711c223bf67699c9966ec3ed20a1f21e90d151a3
Version 1.0.0 • TestFlight
Coming SoonRequires iOS 15.0 or later
TestFlight requires Apple Developer Account ($99/year)
Pending Apple Developer enrollment
No installation required
Open Web WalletWorks in any modern browser
Keys stored locally in your browser
Monitor addresses without keys
Open Watch WalletSafe for public computers
Cannot send transactions
⚠️ Only download from opensyria.net — never install APKs from other sources.
For maximum security, build the wallet yourself:
# Clone repository git clone https://github.com/opensyria/OpenSY.git cd OpenSY # Build Android app cd mobile/android ./gradlew assembleRelease # Build full node (Linux/macOS) cmake -B build -DCMAKE_BUILD_TYPE=Release cmake --build build -j$(nproc)
Always verify the checksum before installing:
# Linux/macOS sha256sum OpenSY-1.0.0.apk # Windows (PowerShell) Get-FileHash OpenSY-1.0.0.apk -Algorithm SHA256 # Compare with the checksum shown above