awesome-repositories.com
Blog
MCP
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
·
Back to facebook/redex

Open-source alternatives to Redex

30 open-source projects similar to facebook/redex, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Redex alternative.

  • 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

    Java
    Ver en GitHub↗3,430
  • getactivity/androidprojectAvatar de getActivity

    getActivity/AndroidProject

    6,840Ver en 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
    Ver en GitHub↗6,840
  • kurikomi-labs/komi-storeK

    kurikomi-labs/komi-store

    15,630Ver en GitHub↗

    Komi Store is an Android app store client designed for discovering and installing applications directly from git repository releases. It functions as a git release manager and APK package manager, allowing users to track software versions and assets hosted on git platforms. The project differentiates itself by integrating deep git repository functionality, such as an OAuth repository browser for managing issues and pull requests, and a system for importing starred repositories. It utilizes a multi-provider aggregation model to normalize release data from various git hosting platforms into a u

    Kotlin
    Ver en GitHub↗15,630

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • obfuscar/obfuscarAvatar de obfuscar

    obfuscar/obfuscar

    3,007Ver en GitHub↗

    Obfuscar is a .NET assembly obfuscator and managed code protector designed to prevent reverse engineering of compiled binaries. It functions as a binary metadata compressor and security tool that renames symbols and encodes strings to protect intellectual property. The project distinguishes itself by altering the Common Intermediate Language structure and modifying assembly metadata tables to hide implementation details. It provides string-to-buffer encoding to prevent plain-text analysis of constants and includes a strong-name re-signing mechanism to ensure modified assemblies remain valid a

    C#c-sharpdotnetdotnet-framework
    Ver en GitHub↗3,007
  • droid-ify/clientAvatar de Droid-ify

    Droid-ify/client

    7,010Ver en 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
    Ver en GitHub↗7,010
  • android/android-ktxAvatar de android

    android/android-ktx

    7,421Ver en 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
    Ver en GitHub↗7,421
  • frege/fregeAvatar de Frege

    Frege/frege

    3,700Ver en GitHub↗

    Frege is a purely functional programming language that compiles to JVM bytecode, providing Haskell-like semantics for the Java platform. It is built around a Haskell-inspired compiler that implements non-strict evaluation and a static type inference system to ensure data immutability and prevent side effects. The project distinguishes itself through a sophisticated type system featuring rank polymorphism, type-class based dispatch, and static purity enforcement. It includes a JVM language bridge and a foreign function interface that map Java classes and interfaces into functional types, allow

    Frege
    Ver en GitHub↗3,700
  • yosyshq/yosysAvatar de YosysHQ

    YosysHQ/yosys

    4,543Ver en GitHub↗

    Yosys is a digital logic synthesizer and RTL synthesis tool that transforms hardware description language code into optimized gate-level representations. It functions as a hardware logic optimizer and formal verification tool, providing a framework to convert generic circuit representations into specific technology library cells for targeted hardware platforms. The project serves as a hardware design automator through a scriptable environment used to execute sequences of synthesis commands. This automation allows for the management of complex digital hardware workflows, integrating RTL design

    C++
    Ver en GitHub↗4,543
  • qiskit/qiskit-tutorialsAvatar de Qiskit

    Qiskit/qiskit-tutorials

    2,513Ver en GitHub↗

    This project is a quantum computing educational resource and implementation library. It provides a collection of interactive notebooks and guides designed for learning quantum programming, developing algorithms, and simulating quantum circuits. The resource includes tutorials for implementing standard quantum algorithms and creating custom circuit passes. It specifically covers quantum hardware control, providing instructions on scheduling raw microwave or laser pulses to implement precise gates at the physical layer. The materials cover the broader surface of quantum circuit design, includi

    Jupyter Notebookqiskitquantum-computingquantum-programming-language
    Ver en GitHub↗2,513
  • jermic/android-crack-toolAvatar de Jermic

    Jermic/Android-Crack-Tool

    2,944Ver en GitHub↗

    This project is a toolkit for reverse engineering, modifying, and re-signing Android application packages. It provides a suite of utilities designed to decompile compiled binary files into readable source code and translate low-level bytecode into formats suitable for human analysis. The tool facilitates security auditing and research by allowing users to extract and interpret manifest metadata, decode Unicode sequences, and inspect internal application logic. Beyond analysis, it supports the modification of application packages, enabling users to rebuild and re-align files to optimize perfor

    androidandroid-crackapk
    Ver en GitHub↗2,944
  • mozilla/rhinoAvatar de mozilla

    mozilla/rhino

    4,594Ver en GitHub↗

    Rhino is a Java-based JavaScript engine that implements an ECMAScript compatibility layer for execution inside a Java virtual machine. It serves as an embedded scripting engine and a scripting bridge, allowing JavaScript code to be integrated and executed within Java applications. The project facilitates direct inter-language communication by mapping Java classes and objects into a JavaScript environment. This integration enables scripts to interact with internal system services and native host objects through a dedicated mapping mechanism. The engine optimizes performance by compiling JavaS

    JavaScript
    Ver en GitHub↗4,594
  • bytedance/memory-leak-detectorAvatar de bytedance

    bytedance/memory-leak-detector

    1,189Ver en GitHub↗

    This project is a diagnostic tool and memory profiler designed to identify and track memory allocation patterns within native code layers. It functions as a native code debugging utility that monitors heap usage and resource lifecycle management to assist in the resolution of memory leaks and resource exhaustion issues. The tool utilizes hook-based allocation interception to maintain a real-time map of active memory blocks and employs shadow-stack call tracing to associate these blocks with specific code locations. By performing periodic reachability analysis and differential memory snapshott

    C
    Ver en GitHub↗1,189
  • tencent/tinkerAvatar de Tencent

    Tencent/tinker

    17,644Ver en GitHub↗

    Tinker is an Android hotfix framework designed to update application code, resources, and native libraries at runtime without requiring a full reinstallation or store update. It provides a comprehensive engine for injecting runtime fixes and managing the software lifecycle of deployed mobile applications. The framework distinguishes itself through a robust binary patching system that generates compact difference files between application versions, significantly reducing bandwidth usage during distribution. To ensure operational stability, it incorporates a crash-resilient safe mode that autom

    Javaandroiddynamichotfix
    Ver en GitHub↗17,644
  • amimo/dccAvatar de amimo

    amimo/dcc

    1,286Ver en GitHub↗

    DCC (Dex-to-C Compiler) is method-based aot compiler that can translate DEX code to C code.

    Pythoncompilerdalvikjava2c
    Ver en GitHub↗1,286
  • aslody/legendAvatar de asLody

    asLody/legend

    1,603Ver en GitHub↗

    A framework for hook java methods.

    Java
    Ver en GitHub↗1,603
  • google/android-classysharkAvatar de google

    google/android-classyshark

    7,565Ver en GitHub↗

    Android Classyshark is a binary analysis toolset designed to extract structural data from Android executable files. It functions as a bytecode viewer and binary XML parser to analyze compiled Java and Android binaries. The project converts binary XML files into readable formats for the inspection of application manifests, layouts, and resource files. It also provides the ability to analyze class interfaces, members, and dependency counts without requiring access to the original source code. The toolset supports static analysis and the export of binary information into plain text formats for

    Java
    Ver en GitHub↗7,565
  • javiersantos/piracycheckerAvatar de javiersantos

    javiersantos/PiracyChecker

    1,572Ver en GitHub↗

    An Android library that prevents your app from being pirated / cracked using Google Play Licensing (LVL), APK signature protection and more. API 14+ required.

    Javaandroid-libraryapkapk-signature-protection
    Ver en GitHub↗1,572
  • manbanggroup/phantomAvatar de ManbangGroup

    ManbangGroup/Phantom

    1,367Ver en GitHub↗

    Phantom — 唯一零 Hook 稳定占坑类 Android 热更新插件化方案

    Javaandroidandroid-libraryplugin
    Ver en GitHub↗1,367
  • megatronking/httpcanaryAvatar de MegatronKing

    MegatronKing/HttpCanary

    467Ver en GitHub↗

    HttpCanary app repository

    Ver en GitHub↗467
  • megatronking/netbareM

    megatronking/netbare

    0Ver en GitHub↗
    Ver en GitHub↗0
  • megatronking/stringfogAvatar de MegatronKing

    MegatronKing/StringFog

    1,999Ver en GitHub↗

    一款自动对字节码中的字符串进行加密Android插件工具

    Javaandroiddexencrypt
    Ver en GitHub↗1,999
  • meituan-dianping/robustAvatar de Meituan-Dianping

    Meituan-Dianping/Robust

    4,455Ver en GitHub↗

    Robust is an Android hotfix framework and runtime application updater designed for patching bugs in production environments. It functions as a bytecode patcher and dynamic code injection tool, allowing for the modification of application logic without requiring a full app update or device reboot. The project enables the remediation of Android defects by injecting new classes and methods into existing builds and modifying the implementations of existing methods. It utilizes a toolchain to generate binary patch files that update application behavior and introduce workarounds on the fly. The sy

    Javaandroiddynamicgradle
    Ver en GitHub↗4,455
  • meituan-dianping/walleAvatar de Meituan-Dianping

    Meituan-Dianping/walle

    6,852Ver en GitHub↗

    Walle is a tooling system for automating the injection of distribution channel identifiers and metadata into signed Android application binaries. It functions as a command-line utility and build pipeline extension that reads and writes custom metadata directly into the Android application signing block. The tool specifically modifies the Android Signature V2 block to embed channel identifiers and key-value pairs without re-signing the binary. This approach enables the generation of multiple channel-specific application packages without requiring a full binary rebuild or repeated signing opera

    Javaandroidapk-signature-scheme-v2gradle
    Ver en GitHub↗6,852
  • proxymanapp/proxymanAvatar de ProxymanApp

    ProxymanApp/Proxyman

    6,858Ver en GitHub↗

    Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket traffic. It functions as a man-in-the-middle proxy, decrypting SSL/TLS traffic to allow real-time inspection and modification of encrypted requests and responses. The tool is designed for debugging web and mobile applications, with capabilities for API mocking and simulation, scriptable traffic modification, and team collaboration on network logs. What distinguishes Proxyman is its deep integration with mobile and cross-platform development workflows. It provides automated certif

    debugging-tooliosmacos
    Ver en GitHub↗6,858
  • smartdone/dexdumpS

    smartdone/dexdump

    0Ver en GitHub↗
    Ver en GitHub↗0
  • testwhat/smaliexT

    testwhat/SmaliEx

    0Ver en GitHub↗
    Ver en GitHub↗0
  • whataa/pandoraAvatar de whataa

    whataa/pandora

    1,496Ver en GitHub↗

    an android library for debugging what we care about directly in app.

    Javaandroid-libraryassistantdatabsae
    Ver en GitHub↗1,496
  • lsposed/magiskonwsalocalAvatar de LSPosed

    LSPosed/MagiskOnWSALocal

    10,535Ver en GitHub↗

    MagiskOnWSALocal is a toolkit and set of scripts designed to integrate root access and Google Apps into the Windows Subsystem for Android. It functions as a customization utility to provide administrative control over the virtualized Android environment. The project enables the installation of Magisk root binaries and the integration of Google Play Store services. It includes capabilities for removing default application marketplaces and modifying system settings to customize the subsystem. The toolset manages subsystem maintenance through version updates that preserve user data. It also pro

    Shellandroidgoogle-appsmagisk
    Ver en GitHub↗10,535
  • microsoft/vscode-dev-containersAvatar de microsoft

    microsoft/vscode-dev-containers

    4,747Ver en GitHub↗

    This project is a container-based workspace orchestrator and a standard for defining development environments using Docker. It provides a mechanism to automate the build, launch, and management of isolated toolchains, ensuring that software dependencies and runtimes are separated from the local host system. The system enables the distribution of environment definitions, editor settings, and toolchain configurations via source control. This ensures portability and standardization across teams, allowing contributors to instantiate identical workspaces on different machines. It also supports rem

    Shellcodespacescontainersdev-containers
    Ver en GitHub↗4,747
  • cross-rs/crossAvatar de cross-rs

    cross-rs/cross

    8,235Ver en GitHub↗

    Cross is a container-based build environment and cross-compilation tool for Rust. It functions as a multi-architecture binary builder and testing framework, allowing users to compile crates into binaries for different operating systems and CPU architectures without installing local toolchains on the host system. The project distinguishes itself by using Docker images to provide consistent toolchains and system dependencies for foreign target architectures. It integrates the Zig toolchain within container images to facilitate compilation across various architectures and library versions, and i

    Rustaarch64armbsd
    Ver en GitHub↗8,235