gitwtfhub

wtf is morphe-ai?

paresh-maheshwari/morphe-ai — explained in plain English

Analysis updated 2026-05-18

126ShellAudience · developerComplexity · 4/5LicenseSetup · hard

TL;DR

A multi-agent AI workspace that automates decompiling, analyzing, and patching Android APK files step by step.

Mindmap

mindmap
  root((Morphe AI))
    What it does
      Decompiles Android APKs
      Hunts patch targets
      Writes and deploys patches
    Tech stack
      Kiro CLI
      Shell scripts
      Kaggle notebooks
    Use cases
      Reverse engineer an app
      Automate patch workflows
      Study smali bytecode
    Audience
      Reverse engineers
      Android developers
    Setup
      Needs RE tools
      Needs Kaggle token
      Needs GitHub token

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Automate the decompiling and analysis of an Android APK using AI agents

REASON 2

Reuse the steering and prompt files as context for a different AI coding tool

REASON 3

Offload memory-heavy decompiling to a free Kaggle notebook instead of a local machine

REASON 4

Learn common patch patterns used across community Android modding repositories

What's in the stack?

ShellKiro CLIKaggleGradle

How it stacks up

paresh-maheshwari/morphe-aimizuamedesu/reportskillsskydoves/android-testing-skills
Stars126131132
LanguageShellShellShell
Setup difficultyhardeasyeasy
Complexity4/51/52/5
Audiencedevelopergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · hard Time to first run · 1h+

Requires multiple Android RE command line tools plus Kaggle and GitHub API tokens configured before first use.

This project uses a proprietary license, so typical open source rights to reuse, modify, or redistribute the code do not apply.

Wtf does this do

Morphe AI is a workspace that automates the process of analyzing and patching Android app files, known as APKs. It sets up a pipeline of AI agents, each handling one step of the process: examining an app's metadata, decompiling it into readable code, hunting for specific parts of the code to change, writing a patch, and then building and deploying the modified app. It is built around a tool called Kiro CLI, but the author notes that the instructions and prompts are written so they can be adapted to other AI coding assistants as well. The real content of the project lives in a set of markdown files organized into folders called steering, prompts, and skills. These describe things like how to write patches, how to read a low-level bytecode format called smali, and patterns learned from other community patch repositories, such as bypassing app billing checks or removing ads. Someone using a different AI tool can feed these files in as context or system instructions rather than using Kiro directly. Setting the project up involves installing several Android reverse engineering command line tools, cloning the repository along with a separate repository of your own patches, and creating a configuration file with API tokens for services like Kaggle and GitHub. Kaggle is used specifically because decompiling large apps needs more memory than most personal computers have, so the project runs that step remotely on Kaggle's free notebook servers. The workspace includes six specialized AI agents that each activate for a different task, such as identifying an APK's structure, decompiling it, or building and deploying the final patched file. This project is licensed under a proprietary license, meaning the usual open source freedoms to reuse or redistribute the code do not automatically apply.

Yoink these prompts

Prompt 1
Walk me through setting up the Kaggle API token and kernel ID this project needs.
Prompt 2
Explain how the apk-recon agent identifies an APK's metadata and protections.
Prompt 3
Help me adapt Morphe AI's steering files to work with a different AI coding assistant.
Prompt 4
Describe the full pipeline this project uses to go from a raw APK to a deployed patch.

Frequently asked questions

wtf is morphe-ai?

A multi-agent AI workspace that automates decompiling, analyzing, and patching Android APK files step by step.

What language is morphe-ai written in?

Mainly Shell. The stack also includes Shell, Kiro CLI, Kaggle.

What license does morphe-ai use?

This project uses a proprietary license, so typical open source rights to reuse, modify, or redistribute the code do not apply.

How hard is morphe-ai to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is morphe-ai for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.