Skip to content

Latest commit

 

History

History
97 lines (67 loc) · 2.56 KB

File metadata and controls

97 lines (67 loc) · 2.56 KB

Genius Wallet - Release Usage Instructions

Supported Platforms

  • Windows (Windows-Release.zip)
  • Linux (x86_64) (Linux-x86_64-Release.tar.gz)
  • Linux (aarch64) (Linux-aarch64-Release.tar.gz)
  • Android (Android-Release.apk)
  • macOS (Genius.Wallet.pkg)
  • iOS (distributed via TestFlight, contact us for access)

Windows

  1. Download Windows-Release.zip from the GitHub release page.
  2. Extract the zip file.
  3. Inside the extracted folder, you will find genius_wallet.exe.
  4. Double-click genius_wallet.exe to launch Genius Wallet.

Linux (x86_64 and aarch64)

Our Linux builds are tested on Ubuntu 22 and newer for x86_64, and on Debian Bullseye and Ubuntu 22+ for aarch64. They should work on most modern Linux distributions with a reasonably up-to-date system.

  1. Download the appropriate tar.gz for your architecture:

    • Linux-x86_64-Release.tar.gz for x86_64
    • Linux-aarch64-Release.tar.gz for aarch64 (ARM64)
  2. Extract using:

    tar -xvf Linux-x86_64-Release.tar.gz
    # or
    tar -xvf Linux-aarch64-Release.tar.gz
  3. Navigate to the extracted directory:

    cd artifacts/bundle
  4. Run the application:

    ./genius_wallet

    If you get a "Permission denied" error:

    chmod +x genius_wallet
    ./genius_wallet

Android

  1. Download Android-Release.apk from the GitHub release page.

  2. Transfer the APK to your Android device.

  3. Enable installation from unknown sources:

    • Open Settings.
    • Go to Security or Apps & notifications.
    • Tap Install unknown apps or Special app access.
    • Select your browser or file manager.
    • Enable Allow from this source.
  4. Locate the APK in your downloads or file manager.

  5. Tap it and follow the installation prompts.

  6. Open Genius Wallet from your app drawer.

  7. (Optional) You can disable Allow from this source afterward.


macOS

  1. Download Genius.Wallet.pkg from the GitHub release page.
  2. Double-click Genius.Wallet.pkg to start the installer.
  3. Follow the prompts to complete installation.
  4. Once installed, you can launch Genius Wallet from your Applications folder.

iOS

Genius Wallet is distributed via TestFlight for iOS.

Contact us to request TestFlight access, and we will send you an invitation link to join the Genius Wallet beta.


Feedback and Support

If you encounter any issues, please open an issue on the GitHub repository or contact us directly for support.

Thank you for using Genius Wallet!