⚠️ Beta Software Notice

OpenSY Wallet is currently in public beta. Please understand:

  • Only use amounts you can afford to lose during beta testing
  • Your 12-word recovery phrase is the only way to restore your wallet
  • We cannot recover lost funds or recovery phrases
  • Always verify downloads using the checksums below

By downloading, you accept our Terms of Service and Privacy Policy.

📱 Mobile Wallets

🌐 Web Wallet

💻

Web Wallet BETA

No installation required

Open Web Wallet

Works in any modern browser
Keys stored locally in your browser

👁️

Watch-Only Wallet

Monitor addresses without keys

Open Watch Wallet

Safe for public computers
Cannot send transactions

🖥️ Desktop (Full Node)

🪟

Windows

Coming Soon

🍎

macOS

Coming Soon

🐧

Linux

Coming Soon

📦

Source Code

GitHub

📲 Installing on Android (Sideloading)

  1. Download the APK file above
  2. Open your phone's Settings → Security
  3. Enable "Install from unknown sources" for your browser
  4. Open the downloaded APK and tap Install
  5. Important: Disable "unknown sources" after installation

⚠️ Only download from opensyria.net — never install APKs from other sources.

🔧 Build from Source

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)

🔐 Verify Your Download

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