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.
الميزات الرئيسية لـ aefyr/sai هي: APK Package Managers, Rootless Deployment Pipelines, iOS, iOS Packaging Tools, iOS Application Backup Tools, Bundle Metadata Exporters, Split APK Installers, Split APK Installation.
تشمل البدائل مفتوحة المصدر لـ aefyr/sai: zacharee/installwithoptions — InstallWithOptions is a specialized Android application deployment utility designed to install application packages… nomad-cli/shenzhen — Shenzhen is a command-line interface and suite of tools designed to automate the build, packaging, and distribution of… droid-ify/client — This project is an Android package manager and app store client designed for browsing, installing, and updating… theos/theos — Theos is a cross-platform mobile development toolchain and build system designed for compiling and packaging software… facebook/redex — A bytecode optimizer for Android apps. kurikomi-labs/komi-store — Komi Store is an Android app store client designed for discovering and installing applications directly from git…
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
Shenzhen is a command-line interface and suite of tools designed to automate the build, packaging, and distribution of iOS applications. It provides a system for compiling source code into distributable installation packages and uploading those archives to testing services and app stores. The project includes a provisioning profile inspector used to extract and display embedded identity information and entitlements from installation archives. This allows for the verification of app permissions and signing capabilities during the automation process. The toolset manages the full pipeline from
This project is an Android package manager and app store client designed for browsing, installing, and updating open-source software from F-Droid and custom third-party repositories. It functions as an open-source repository client that allows users to discover software through a synchronized catalog. The system features a local-first repository cache, enabling users to search and manage their software library in an offline operation mode without an active internet connection. It supports multi-source catalog management to aggregate application data from multiple repository URLs into a single
Theos is a cross-platform mobile development toolchain and build system designed for compiling and packaging software for mobile operating systems. It functions as a system tweak kit and runtime hooking framework, allowing developers to create modifications that alter the internal behavior of mobile OS environments. The project distinguishes itself by providing specialized preprocessor syntax that generates low-level API calls, removing the boilerplate code typically required for function and method hooking. It enables dynamic runtime method swizzling and class extensions, allowing developers