awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesSplit APK Installers

Tools for installing Android applications distributed as split APK bundles.

Distinct from Rooted Application Installers: Candidates focus on generating split APKs or rooted installers; this is specifically the installation of split bundles.

Explore 3 awesome GitHub repositories matching mobile development · Split APK Installers. Refine with filters or upvote what's useful.

Awesome Split APK Installers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • aefyr/saiAvatar de Aefyr

    Aefyr/SAI

    3,430Ver en GitHub↗

    SAI is a binary package bundler and application manager designed for Android and iOS. It functions as an installer and export tool that packages application source files and metadata into a proprietary format for portable distribution and backup. The project features a rootless application deployment pipeline, allowing the installation of third-party packages on mobile devices without requiring system-level root access. It includes a split archive reconstructor to reassemble fragmented application files into complete installation directories during deployment. The tool covers Android split A

    Installs Android applications distributed as split files or app bundles using rooted or rootless methods.

    Java
    Ver en GitHub↗3,430
  • lsposed/corepatchAvatar de LSPosed

    LSPosed/CorePatch

    2,876Ver en GitHub↗

    Overlays and installs Android apps even when their signatures do not match the currently installed version.

    Javacorepatchdisable-signature-verificationxposed
    Ver en GitHub↗2,876
  • zacharee/installwithoptionsAvatar de zacharee

    zacharee/InstallWithOptions

    2,575Ver en GitHub↗

    InstallWithOptions is a specialized Android application deployment utility designed to install application packages using advanced flags and elevated permissions. It functions as an installer and deployer that can bypass standard system restrictions, such as version checks and minimum target SDK requirements. The tool differentiates itself through the ability to perform version downgrades, deploy multi-part split APK bundles as single cohesive apps, and install test-only packages. It further automates the deployment process by granting runtime permissions automatically and spoofing the instal

    Provides advanced installation flags to bypass version and signature checks for Android application packages.

    Kotlin
    Ver en GitHub↗2,575
  1. Home
  2. Mobile Development
  3. Split APK Installers

Explorar subetiquetas

  • Inconsistent Signature InstallersTools that overlay and install Android apps even when their signatures do not match the currently installed version. **Distinct from Split APK Installers:** Distinct from Split APK Installers: focuses on installing apps with mismatched signatures, not handling split APK bundles.
  • Installation BypassesTechniques for installing Android apps that would normally be blocked by version, signature, or digest checks. **Distinct from Split APK Installers:** Distinct from Split APK Installers: focuses on bypassing installation restrictions rather than handling split APK bundles.