README.md

September 22, 2026 · View on GitHub

Morphe Patch Tracker

Morphe Patch Tracker

Automated compatibility, patch discovery & update monitoring for Morphe patches

Live Demo
CI License Stars PRs Welcome Python Node React TypeScript Vite Vercel

Patch Sources Auto Scan Dashboard


What is this?

Morphe Patch Tracker monitors the Morphe patch ecosystem — tracking 210+ patch sources across GitHub and GitLab, detecting compatibility changes, and presenting everything in a real-time dashboard. The pipeline runs every 3 hours via GitHub Actions, auto-discovers new patch authors, and generates a static site hosted on Vercel.

Inspired by awesome-for-morphe by @nvbangg.


Features

Pipeline

  • Automated Scanning — tracks Jman-Github/ReVanced-Patch-Bundles registry
  • External Repo Discovery — fetches community repos.txt from rushiforai/morphe-archive
  • GitLab & GitHub Support — parses both seamlessly
  • Multi-channelstable and dev release channels
  • Smart Dedup — hash-based fingerprints prevent redundant changes

Dashboard

  • Dynamic Web App — responsive dark-themed React SPA
  • App Icons — auto-fetched from Google Play Store with persistent cache
  • Add-to-Source Links — one-click action links into Morphe app
  • Full Changelog — daily rollups of added, updated, removed apps
  • Offline-ready — Service Worker with stale-while-revalidate caching

Tech Stack


React 18
UI Framework

TypeScript 5
Type Safety

Vite 5
Build Tool

Python 3.11
Pipeline Engine

GitHub Actions
CI/CD

Vercel
Hosting

Quick Start

# Clone
git clone https://github.com/drnx64/morphe-track-patches.git
cd morphe-track-patches

# Install dependencies
npm install

# Start dev server (serves data/ via Vite plugin)
npm run dev

# In another terminal — run the pipeline (needs GITHUB_TOKEN)
export GITHUB_TOKEN=ghp_...
python scripts/run_pipeline.py

The dev server uses a custom Vite plugin to serve data/ files. Never use file:// — always use npm run dev.


How It Works

The pipeline runs every 3 hours and follows these steps:

graph TD
    A[Fetch Registry Tree] -->|fetch_patch_tree.py| B[Tree Output]
    B -->|download_bundles.py| C{Is Morphe Bundle?}
    C -->|No / non-.mpp| D[Skip Bundle]
    C -->|Yes / .mpp| E[Download Bundle & List Json]
    E -->|fetch_external_repos.py| E1{Fetch repos.txt from<br/>morphe-archive}
    E1 --> E2[Parse & compare<br/>against Jman bundles]
    E2 --> E3{Repo already<br/>tracked?}
    E3 -->|Yes| E4[Skip]
    E3 -->|No| E5[Download patches-bundle.json<br/>& patches-list.json<br/>from raw.githubusercontent.com]
    E5 --> E6[Fetch GitHub releases<br/>for stable/dev channels]
    E6 --> E7[Save to data/raw/bundles/<br/>same format as Jman]
    E7 -->|parse_bundles.py| F[Extract Repos & Unique Apps]
    F -->|icon_fetcher.py| G[Enrich with Play Store Icons]
    G -->|fingerprint_engine.py| H[Generate Hashes]
    H -->|diff_engine.py| I{Has Changes?}
    I -->|No & No Rollover| J[Exit Silently]
    I -->|Yes| K[Update Daily Buffer]
    K -->|merge_daily_buffer.py| L[Update live.json + changelog.json]
    L -->|generate_site.py| N[Sync Static Files]
    N -->|sw.js| O[Service Worker Caches Data]

Pipeline Steps

#StepScriptWhat it does
1Discoveryfetch_patch_tree.pyCrawls Jman-Github/ReVanced-Patch-Bundles via GitHub Git Trees API
2Downloaddownload_bundles.pyFilters .mpp bundles, downloads with skip cache + atomic swap
2bExternalfetch_external_repos.pyFetches community repos.txt, discovers untracked patch sources
3Parseparse_bundles.pyExtracts repos, apps, compatibility lists from bundles
4Iconsicon_fetcher.pyScrapes Google Play Store icons with persistent cache
5Diffdiff_engine.pySHA-256 fingerprints, detects additions/updates/removals
6Mergemerge_daily_buffer.py24h change windowing, computes stats, writes core.json
7Syncgenerate_site.pyPreserves files across CI checkouts

Data Flow

GitHub API → download → parse → fingerprint → diff → daily buffer → JSON files → frontend

Repository Layout

MorpheTracker/
├── src/                    # React frontend (TypeScript)
│   ├── components/         #   UI components
│   ├── context/            #   AppContext with useReducer
│   ├── hooks/              #   useDataFetching, useEntries
│   ├── services/           #   fetchData, iconCache, indexedDB
│   ├── types/              #   Bundle, Changes, API types
│   └── utils/              #   SVG icons, helpers
├── scripts/                # Python pipeline engine
│   ├── run_pipeline.py     #   Main orchestrator
│   ├── fetch_patch_tree.py #   Registry tree crawler
│   ├── download_bundles.py #   Bundle downloader + skip cache
│   ├── parse_bundles.py    #   Bundle parser
│   ├── icon_fetcher.py     #   Play Store icon scraper
│   ├── diff_engine.py      #   Change detection + badges
│   ├── merge_daily_buffer.py # Change windowing + stats
│   └── config.py           #   Shared constants
├── data/                   # Generated JSON (tracked)
│   ├── bundles/            #   Per-bundle metadata
│   ├── core.json           #   Aggregated app data
│   ├── changes.json        #   Latest detected changes
│   ├── stats.json          #   Global statistics
│   └── state/              #   Pipeline state (gitignored)
├── assets/                 # CSS styles (~6000 lines)
├── public/                 # Service worker, favicon, msg.txt
├── tests/                  # 30 pytest tests
├── .github/workflows/      # CI checks + auto-update pipeline
├── index.html              # Dashboard entry point
└── vercel.json             # SPA fallback routing

Credits

All Patch Authors — 210+ repos and growing

Thanks to every developer who publishes Morphe patches. The full up-to-date list is maintained in data/repos_list.txt.

#RepoAuthor
16ixfalls/revanced-patches@6ixfalls
2abhis1n/Morphe-Patches@abhis1n
3adderalladmiral/psychonaut-wiki-journal-patches@adderalladmiral
4ahmedyarub/morphe-patches@ahmedyarub
5ajstrick81/morphe-androidtv-patches@ajstrick81
6Akash-Sriram/De-Vanced@Akash-Sriram
7alalloush/xperia-1v-camera-patches@alalloush
8alan7383/sofatime-patches@alan7383
9Alastor-Kaneki/Morphe-Patches@Alastor-Kaneki
10AlecBlance/android-patches@AlecBlance
11alejandrobellver/pichiwa-patches@alejandrobellver
12AlexNaga/android-patches@AlexNaga
13Almewty/my-morphe-patches@Almewty
14ameenalasady/ameen-morphe@ameenalasady
15ameenalasady/photogrid-morphe@ameenalasady
16Amitaisela/travian-morphe-patches@Amitaisela
17AmpleReVanced/revanced-patches@AmpleReVanced
18anddea/revanced-patches@anddea
19andersonlucasg3/PetalMaps-AndroidAuto@andersonlucasg3
20andersonlucasg3/PetalMaps-NonHuawei@andersonlucasg3
21andrewliang25/morphe-patches@andrewliang25
22andronedev/morphe-patches@andronedev
23andronedev/morphe-portal-patch@andronedev
24ang3lo-azevedo/morphe-patches@ang3lo-azevedo
25AngelDark92/steamlink-patches@AngelDark92
26anxyis/anxy-patches@anxyis
27Apostolique/apos-morphe-patches@Apostolique
28arandomhooman/hoomans-morphe-patches@arandomhooman
29archie9211/morphe-patches@archie9211
30areteruhiro/Haiagaru-Morphe@areteruhiro
31ARHCOS/arhcos-patches@ARHCOS
32ariecos/gemini-patches@ariecos
33arunpdl/morphe-patches@arunpdl
34azksama/aniskip-stremio@azksama
35AzukiSensei/aniskip-stremio@AzukiSensei
36babyhuehnchen/morphe-patches@babyhuehnchen
37bdgerszewski/morphe-patches-ihealth@bdgerszewski
38benzophury/oraimo-health-morphe-patches@benzophury
39bernardo7894/remove-permaban-banner-patch@bernardo7894
40BholeyKaBhakt/android-patches-xtra@BholeyKaBhakt
41bigyank/morphe-patches-samsung@bigyank
42binarymend/morphe-patches@binarymend
43BlazeFTL/FTL-Patches@BlazeFTL
44BlazeFTL/Morphe-Portal-Patches-New@BlazeFTL
45BlueDragon4251/tiktok-patches-for-morphe@BlueDragon4251
46braiNtropy/braintropy-patches@braiNtropy
47brosssh/morphe-patches@brosssh
48browzomje/browzomje-patches@browzomje
49bruddaa/bruddas-morphe-patches@bruddaa
50bufferk/morphe-patches@bufferk
51Burhanverse/test@Burhanverse
52byehi98/okish-morphe-patches@byehi98
53canh0chua/Morphe-patches@canh0chua
54catsmoker/anime-witcher-patches@catsmoker
55cesbar/zpatches@cesbar
56ch3thanhs/stylus@ch3thanhs
57chicco-carone/morphe-patches-chicco@chicco-carone
58chirag127/morphe-patches@chirag127
59chukfinley/tidal-patches@chukfinley
60ciraolone/morphe-watch-later@ciraolone
61claviola/morphe-patches-nl@claviola
62crimera/piko@crimera
63crimera/piko-newx@crimera
64csagataj2/morphe-patches@csagataj2
65d0nj/morphe-patches@d0nj
66Dan1elTheMan1el/Morphe-Patches@Dan1elTheMan1el
67DarioDKM/ringconn-patches@DarioDKM
68david419kr/niconico-yt-morphe-patches@david419kr
69debakarr/morphe-patches@debakarr
70dexnis-dev/morphe-patches@dexnis-dev
71dh6k/morphe-patches@dh6k
72dhrubonai/morphe-patches@dhrubonai
73docbt/patched-up@docbt
74Dr4w/morphe-patches@Dr4w
75drnhzn/supreme-patches@drnhzn
76drosoCode/morphe-patches@drosoCode
77dumb-software/T2C-App-Patch-Morphe@dumb-software
78dumketo/multi-app-patches@dumketo
79durgesh0505/chiggi_morphe_patches@durgesh0505
80Educal72/educal-patches@Educal72
81electiveDev/tiaruebar-patches-vip-fix@electiveDev
82enccmp/mn-patches@enccmp
83Entree3k/Morning-Entree-Patches@Entree3k
84Epxec/android-patches@Epxec
85ethanm6/letterboxd-stremio-morphe-patch@ethanm6
86eyalm2000/tidal-debug-menu@eyalm2000
87eZ4RK0/morphe-patches@eZ4RK0
88fangkampanat/gmaps-patches@fangkampanat
89FoxxoOwO/foxxo-patches@FoxxoOwO
90franticg33k/morphe-patches@franticg33k
91Freeman022026/rustore-privacy-patches@Freeman022026
92Fripe070/PixivPatches@Fripe070
93furkngld/tiktok-lite-patches-for-morphe@furkngld
94gitlab.com/early.egg3707@gitlab.com
95gitlab.com/IMXEren@gitlab.com
96gitlab.com/inotia00@gitlab.com
97gitlab.com/inotia00@gitlab.com
98gitlab.com/Paresh-Maheshwari@gitlab.com
99GoldRift/morphe-patches@GoldRift
100Graywizard888/Enhancify@Graywizard888
101hackingguy/morphe-patches@hackingguy
102Hari-sys786/telegram-patches@Hari-sys786
103hashtagbasit/aimal-patches@hashtagbasit
104heinrich26/morphe-patches@heinrich26
105HelioFloxZ/HelioFloxZ-Patches@HelioFloxZ
106HelioFloxZ/YouTube-Studio-Patches@HelioFloxZ
107HellveticaStandard/HellveticaPatches@HellveticaStandard
108heval99/Heval-Morphe-Patches@heval99
109heval99/morphe-patches@heval99
110hhawkinsau/hh-patches@hhawkinsau
111Hiosdra/morphe-patches@Hiosdra
112homelander11/beetle-patches@homelander11
113hoo-dles/jadx-morphe@hoo-dles
114hoo-dles/morphe-patches@hoo-dles
115HSlightsteel/slight-patches@HSlightsteel
116hu-liberator/patches@hu-liberator
117humzakh/HK-Morphe-Patches@humzakh
118HvQ/eksi-morphe@HvQ
119hxreborn/hxreborn-tiktok-patches@hxreborn
120hxreborn/morphe-patches@hxreborn
121icysymmetra/tiktok-patches-for-morphe@icysymmetra
122Ikuradachi/ikura-patches@Ikuradachi
123ilikeadofai/vocacolle-morphe-patches@ilikeadofai
124ImmortalZeus/ImmortalZeus-Morphe-Patches@ImmortalZeus
125ImNoammm/morphe-spotify-patches@ImNoammm
126IMXEren/mix-patches@IMXEren
127Insane96/Pinterest-patch@Insane96
128ispacecase/patchweaver@ispacecase
129isuruhg/cricinfo-tweaks@isuruhg
130isuruhg/fin-tweaks@isuruhg
131itsthejoker/itsthejoker-patches@itsthejoker
132jackblk/morphe-patches@jackblk
133JacobPlaysGames/CrimeRadar-Morphe-Patches@JacobPlaysGames
134jancerny2001/morphe-patches@jancerny2001
135jaredcat/morphe-patches@jaredcat
136jasonwu1994/Gboard-patches@jasonwu1994
137jkennethcarino/adobo@jkennethcarino
138Jl4cTuk/morphe-patches@Jl4cTuk
139Jman-Github/Awesome-ReVanced@Jman-Github
140Jman-Github/ReVanced-Patch-Bundles@Jman-Github
141Jman-Github/Universal-ReVanced-Manager@Jman-Github
142Joristdh/Platypatch@Joristdh
143Joussflls10/Jouss-Patches@Joussflls10
144jrddupont/discord-patches@jrddupont
145JZ6/Flexboard@JZ6
146kanup4m/morphe-patches@kanup4m
147kareemlukitomo/morphe-patches@kareemlukitomo
148Kecerim24/morphe-patches@Kecerim24
149kiraio-moe/Lain-Patches@kiraio-moe
150kolaron/morphe-patches@kolaron
151kondratjev/morphe-patches@kondratjev
152kontsevoye/emorphe-patches@kontsevoye
153kuchingneko28/ipusnas-patches@kuchingneko28
154kun-codes/npci-bhim-morphe-patches@kun-codes
155kuntal-devrat/diskwala-patches@kuntal-devrat
156kveld9/kveld-morphe-patches@kveld9
157LaBlazer/morphe-patches@LaBlazer
158LaKakaReal/LaKakaShitPatches@LaKakaReal
159legendsciber/morphe-patches@legendsciber
160liongalahad/liongalahad-nuviotv-morphe-patches@liongalahad
161liongalahad/liongalahad-stremio-morphe-patches@liongalahad
162liongalahad/nuviotv-morphe-patches@liongalahad
163liongalahad/nuviotv-patches@liongalahad
164liongalahad/stremio-androidTV-morphe-patches@liongalahad
165LOCKhart07/morphe-patches@LOCKhart07
166logm1lo/logm1lo-patches@logm1lo
167lootdev78/psylos-morphe-patches@lootdev78
168loskutov/youtube-domain-fronting-patch@loskutov
169Lynx6319/patch-youtube-scroll-block@Lynx6319
170lyyako/realme-link-patches@lyyako
171madhu-gowda6/atharv-patches@madhu-gowda6
172MarcaDian/morphe-patches-yavot@MarcaDian
173MauroGamerVN/Morphe-Patches@MauroGamerVN
174meridianfresco/morphe-meta-patches@meridianfresco
175MiguelNinja19/miguel-morphe-patches@MiguelNinja19
176miketweaver/friendsturner-patches@miketweaver
177MohamedElnaggar00/morphe-patches-tiktok-lite-only@MohamedElnaggar00
178MoonShadowKeeper/Telegram-patchesMorphe@MoonShadowKeeper
179MorpheApp/morphe-patches@MorpheApp
180mvaishak/letterboxd-morphe-patches@mvaishak
181mxkrgt/dbtcoach-morphe-patches@mxkrgt
182Nagol12344/patch@Nagol12344
183Nai64/Nai64Patches@Nai64
184NekoGryphou/gryphous-morphe-patches@NekoGryphou
185Nerahikada/asken-patches@Nerahikada
186nosini/disable-shorts-repeat@nosini
187NullWaypoint/morphe-patches@NullWaypoint
188nvbangg/builder-for-morphe@nvbangg
189Okazakee/iptv-morphe-patches@Okazakee
190osirisad/teamsnap-patches@osirisad
191osirisad/ts-patches@osirisad
192ozeroztas/Morphe-Patch@ozeroztas
193Pa-kon/morphe-screenshot-patches@Pa-kon
194Paresh-Maheshwari/patch-explorer@Paresh-Maheshwari
195PawiX25/pepper-morphe-patches@PawiX25
196picarica/My-moprhe-patches@picarica
197PixelPusher247/morphe-patches@PixelPusher247
198pmaxhogan/vantage-patches@pmaxhogan
199polka-bear/morphe-patches@polka-bear
200PrathxmOp/Prathxm-Patches@PrathxmOp
201PrathxmOp/ytmusic-patches@PrathxmOp
202pseudofractal/morphe-patches@pseudofractal
203PyFlat-JR/Morphe-Patches@PyFlat-JR
204quantavil/edge-morphe-patches@quantavil
205Quantro100/Morphe-patches@Quantro100
206RabehX/rabehx-patches@RabehX
207rafag00/morphe-patches@rafag00
208rahul9999xda/telegram-morphe-patches@rahul9999xda
209RealCyberwash/max-patches@RealCyberwash
210rhubarbshoelaces/morphe-patches@rhubarbshoelaces
211riky-dev/morphe-patches@riky-dev
212Ripthulhu/morphe-google-patches@Ripthulhu
213RookieEnough/De-Vanced@RookieEnough
214RoundSalmon4/morphe-patches-template@RoundSalmon4
215rushiranpise/RI-Vanced-Universal-Morphe-Patches@rushiranpise
216rushiranpise/Ri-Vanced-Universal-Morphe-Patches@rushiranpise
217ryuya0124/gemini-microg-patches@ryuya0124
218saieshshirodkar/saiesh-morphe-patches@saieshshirodkar
219Santodan/santodan-patches@Santodan
220SapitoSucio/FroggoMorphePatches@SapitoSucio
221sashade8-ship-it/dual-vot-patches@sashade8-ship-it
222Seobject/Seobject-patches@Seobject
223Sfehhrths/ekispert-morphe-patches@Sfehhrths
224shaun-the-sheep-patches/morphe-patches@shaun-the-sheep-patches
225ShuhaibNC/morphe-patches@ShuhaibNC
226sjshb57/Pairip-Patches@sjshb57
227skulldogged/cobalt-morphe@skulldogged
228SouBryan/pinterest-morphed@SouBryan
229spookyexe/morphe-patches@spookyexe
230subenoeva/roadsync-patches@subenoeva
231sushruth/imgur-patches@sushruth
232SysAdminDoc/hushfeed@SysAdminDoc
233tadikwa/google-clock-morphe-patches@tadikwa
234theabhishekbhujang/morphe-patches@theabhishekbhujang
235thejaustin/smartlauncher-morphe-patches@thejaustin
236TheRealCrazyfuy/abeja-morphe-patches@TheRealCrazyfuy
237TheRealSkywarp/morphe-patches@TheRealSkywarp
238thrkingunknown/gboard-theme-patch@thrkingunknown
239tiaruebar1024/tiaruebar-patches@tiaruebar1024
240timpra/a17@timpra
241Tornillo2/movistar-block-ads-morphe@Tornillo2
242totsiaw/proxma-patches@totsiaw
243Trimpsuz/morphe-busuu@Trimpsuz
244Utsavrajputt/Modx-patches@Utsavrajputt
245V4n1X/morphe-patches@V4n1X
246variablenine/morphe-patches@variablenine
247vladon/morphe-patches-navi@vladon
248vomw/morphe-patches@vomw
249WalkTheEarth/morphe-ytvr-patches@WalkTheEarth
250wchill/anddea-rvx-morphed@wchill
251wchill/patcheddit@wchill
252wchill/rvx-morphed@wchill
253WZSE/aapam-patches@WZSE
254WZSE/morphe-patches@WZSE
255Xhehab/Xhehab-Patches@Xhehab
256Xisrr1/Revancify-Xisr@Xisrr1
257xob0t/morphe-patches@xob0t
258XTapped/morphe-patches@XTapped
259yann-soliman/morphe-patches@yann-soliman
260ynotzort/morphe-patches@ynotzort
261Z-drgon/morphe-patches@Z-drgon
262Zanuaimi/UniPatches@Zanuaimi
263zeldrisho/morphe-patches@zeldrisho

Missing or new? Check data/repos_list.txt for the most current list.

Core Contributors


@nvbangg

awesome-for-morphe

@rushiforai

morphe-archive

@Jman-Github

ReVanced-Patch-Bundles

Star History

Star History Chart

Star history chart powered by star-history


Built with ❤️ for the Morphe community

Visit Dashboard