eGate Installer for Mac & Windows - Connected to GitHub API

I’ve put together a cross-platform solution for installing the latest eGate APKs from GitHub via ADB. Whether you’re on Windows or macOS, these scripts make it easy to:

  • Choose the version you want from all official GitHub releases.
  • Automatically install app-general-release.apk.
  • Optionally install:
    • app-external_accessibility-release.apk or app-qinf21-release.apk (for Qin F21 Pro
    • app-lgclassic-release.apk (for LG Classic)
  • Avoid having to download or run any commands manually.

Requirements

  • Windows

    • adb must be installed and in your PATH
    • curl must be installed (Windows 10+ has it by default)
    • PowerShell is required (also default on Win 10+)
    • Internet Access
  • macOS

    • adb and curl (you can get via brew install android-platform-tools)
    • Terminal access
    • Internet access

How It Works

  1. The script uses the GitHub API to get a list of releases.
  2. It shows a simple GUI to choose which version of eGate you want.
  3. It downloads app-general-release.apk and installs it via adb.
  4. If you confirm your device is a Qin F21 Pro or LG Classic, it installs the additional APKs as needed.

Download the Scripts

Enjoy! I hope this helps

5 Likes

2 posts were merged into an existing topic: Beginners Questions

it ceashes right away

What’s the error?