awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
facebook avatar

facebook/redex

0
View on GitHub↗
6,292 星标·678 分支·C++·MIT·2 次浏览fbredex.com↗

Redex

A bytecode optimizer for Android apps

Features

  • Bytecode Optimizers - Provides the core bytecode optimization engine that shrinks and speeds up Android APKs.
  • Android Bytecode Shrinkers - Removes unused code and resources from Android bytecode to produce a smaller application package.
  • DEX Analyzers - Reads and transforms .dex files through a structured framework for custom optimization passes.
  • Type Preservation for Reflection - Prevents deletion of classes or interfaces referenced through reflection or instanceof checks.
  • APK Package Managers - Removing unused code and resources from compiled Android bytecode to produce a smaller application package.
  • Android Performance Optimizations - Shrinks and speeds up Android APKs by applying bytecode optimization passes.
  • DEX-to-IR Pipelines - Transforms Android bytecode through a sequence of passes operating on an intermediate representation.
  • Pass-Based Optimizations - Runs independent optimization passes in a configurable sequence, each mutating the shared IR.
  • APK Size Optimizers - Remove unused code and resources from Android bytecode to reduce the final APK file size.
  • Bytecode Execution Optimizers - Reduces execution time and memory usage by optimizing bytecode instructions during app operation.
  • Keep Rule Engines - Preserves classes and members matching ProGuard-style keep rules to prevent removal of reflection-accessed code.
  • Obfuscation and Shrinking Rules - Protects specific classes and interfaces from removal during bytecode shrinking by accepting ProGuard configuration files.
  • Android Utility Tools - Bytecode optimizer for Android applications.

Star 历史

facebook/redex 的 Star 历史图表facebook/redex 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

facebook/redex 是做什么的?

A bytecode optimizer for Android apps

facebook/redex 的主要功能有哪些?

facebook/redex 的主要功能包括:Bytecode Optimizers, Android Bytecode Shrinkers, DEX Analyzers, Type Preservation for Reflection, APK Package Managers, Android Performance Optimizations, DEX-to-IR Pipelines, Pass-Based Optimizations。

facebook/redex 有哪些开源替代品?

facebook/redex 的开源替代品包括: aefyr/sai — SAI is a binary package bundler and application manager designed for Android and iOS. It functions as an installer and… kurikomi-labs/komi-store — Komi Store is an Android app store client designed for discovering and installing applications directly from git… droid-ify/client — This project is an Android package manager and app store client designed for browsing, installing, and updating… android/android-ktx — android-ktx is a Kotlin extension library for the Android framework. It provides a collection of idiomatic helper… getactivity/androidproject — AndroidProject is an application framework and development suite for Android that provides a collection of base… obfuscar/obfuscar — Obfuscar is a .NET assembly obfuscator and managed code protector designed to prevent reverse engineering of compiled…

Redex 的开源替代方案

相似的开源项目,按与 Redex 的功能重合度排序。
  • aefyr/saiAefyr 的头像

    Aefyr/SAI

    3,430在 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

    Java
    在 GitHub 上查看↗3,430
  • droid-ify/clientDroid-ify 的头像

    Droid-ify/client

    7,010在 GitHub 上查看↗

    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

    Kotlin
    在 GitHub 上查看↗7,010
  • android/android-ktxandroid 的头像

    android/android-ktx

    7,421在 GitHub 上查看↗

    android-ktx is a Kotlin extension library for the Android framework. It provides a collection of idiomatic helper functions that wrap native system calls to reduce boilerplate and improve code readability throughout Android application development. The library implements a set of tools for building styled strings, transformation matrices, and graphical elements. It utilizes a builder-based syntax to simplify the construction of system objects such as content values and data bundles. The project covers a broad range of capabilities, including the simplification of view manipulations and time

    androidkotlinkotlin-extensions
    在 GitHub 上查看↗7,421
  • getactivity/androidprojectgetActivity 的头像

    getActivity/AndroidProject

    6,840在 GitHub 上查看↗

    AndroidProject is an application framework and development suite for Android that provides a collection of base classes and utilities designed to accelerate the creation and refactoring of mobile projects. It functions as a foundational system for managing application architecture and common shared features. The framework includes a specialized activity result manager that replaces manual callback overrides with listener objects and automated request code generation. It also provides a performance optimization library focused on reducing memory usage and code size to improve application stabi

    Javaandroidbaseactivitycompose
    在 GitHub 上查看↗6,840
查看 Redex 的所有 30 个替代方案→