No results found

GH FastPass - Xposed Module Repository

GH FastPass

Automatically dismiss GitHub Mobile’s 2FA verification dialog after approval.

Android 10+ LSPosed API 101 Kotlin Gradle

Overview

Every time you approve a 2FA push notification in the GitHub app, a “Verification request approved” dialog blocks the screen until you tap CLOSE. This module removes that friction by hooking the dialog’s Compose state machine and finishing the activity as soon as the approval completes.

StockPatched
Stock GitHub 2FA dialog Patched auto-dismiss

Requirements

  • Android 10 (API 29) or higher
  • An LSPosed Manager version with API 101 support (required for now)
  • GitHub mobile app (com.github.android)

[!NOTE] Tested with GitHub Mobile v1.249.1. Other versions should work as long as GitHub doesn’t restructure the 2FA dialog internals.

Install

  1. Download the APK:

    Get it on GitHub Get it on Obtainium

  2. Enable the module in LSPosed and scope it to com.github.android

  3. Force-stop the GitHub app and relaunch

Build

git clone --recurse-submodules https://github.com/hxreborn/gh-fast-pass.git
cd gh-fast-pass
./gradlew buildLibxposed
./gradlew assembleRelease

Requires JDK 21 and Android SDK. Configure local.properties:

sdk.dir=/path/to/android/sdk

# Optional signing
RELEASE_STORE_FILE=<path/to/keystore.jks>
RELEASE_STORE_PASSWORD=<store_password>
RELEASE_KEY_ALIAS=<key_alias>
RELEASE_KEY_PASSWORD=<key_password>

License

GPLv3

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.

Package

eu.hxreborn.ghfastpass

Authors

rafareborn

Releases

v2.0.0

Release Type: Stable

3/17/2026, 5:31:49 PM

View all releases

Releases

v2.0.0

Release Type: Stable

3/17/2026, 5:31:49 PM

What's Changed

Added

  • c8053fe - Migrate to libxposed API 101 [breaking] by @hxreborn in hxreborn/gh-fast-pass#3

    Migrates from libxposed API 100 to 101. API 100 will no longer be supported once 101 is officially released. An LSPosed Manager with API 101 support may not be publicly available yet.

Show older versions

© 2021 - 2026 New Xposed Module Repository