{"id":47629818,"url":"https://github.com/monsivamon/morpheapp-apk","last_synced_at":"2026-05-16T13:06:51.790Z","repository":{"id":346118334,"uuid":"1187985561","full_name":"monsivamon/morpheapp-apk","owner":"monsivamon","description":"Automated build system for patched YouTube \u0026 YT Music using Morphe CLI.","archived":false,"fork":false,"pushed_at":"2026-05-10T17:57:00.000Z","size":42,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-10T19:58:07.298Z","etag":null,"topics":["apk-builder","github-actions","morphe","morphe-cli"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monsivamon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-21T13:14:21.000Z","updated_at":"2026-05-07T01:56:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/monsivamon/morpheapp-apk","commit_stats":null,"previous_names":["monsivamon/morpheapp-apk"],"tags_count":62,"template":false,"template_full_name":null,"purl":"pkg:github/monsivamon/morpheapp-apk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monsivamon%2Fmorpheapp-apk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monsivamon%2Fmorpheapp-apk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monsivamon%2Fmorpheapp-apk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monsivamon%2Fmorpheapp-apk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monsivamon","download_url":"https://codeload.github.com/monsivamon/morpheapp-apk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monsivamon%2Fmorpheapp-apk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33103982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apk-builder","github-actions","morphe","morphe-cli"],"created_at":"2026-04-01T23:13:15.958Z","updated_at":"2026-05-16T13:06:51.755Z","avatar_url":"https://github.com/monsivamon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YouTube \u0026 YT Music APK (Morphe Patches) - Auto Builder\n\n[![Build Status](https://github.com/monsivamon/morpheapp-apk/actions/workflows/build.yaml/badge.svg)](https://github.com/monsivamon/morpheapp-apk/actions)\n[![Latest Release](https://img.shields.io/github/v/release/monsivamon/morpheapp-apk)](https://github.com/monsivamon/morpheapp-apk/releases/latest)\n\nAutomated build system for applying [Morphe's](https://github.com/MorpheApp/morphe-patches) patches to YouTube and YouTube Music.\nThe core mechanism of this builder is based on [monsivamon/twitter-apk](https://github.com/monsivamon/twitter-apk).\n\n## ⚠️ Disclaimer\n**App stability is NOT guaranteed.** This build system is configured to automatically force-apply **ALL compatible patches** for the target applications, bypassing the upstream default recommendations. Because it aggressively applies every supported patch, unexpected bugs or crashes may occur. Use at your own risk.\n\n**Note on Missing APKs:** Due to APKMirror's strict download restrictions (Cloudflare), an app's base APK might occasionally fail to download even after attempting older compatible versions. If a release only contains either YouTube or YouTube Music, don't worry—this is completely normal. The system automatically publishes whichever app successfully builds.\n\n## ⚠️ Requirements\nTo use the patched YouTube and YouTube Music apps and log in with your Google account, you **MUST** install MicroG (GmsCore). \nWe highly recommend using **[MicroG-RE](https://github.com/MorpheApp/MicroG-RE)** provided by the Morphe team.\n\n## ✨ Key Features \u0026 Improvements\n\n### 1. Auto-Fallback Download System\nTo combat aggressive anti-bot measures on APKMirror, the builder extracts a list of all supported APK versions from the patch JSON. If downloading the latest version is blocked, it automatically falls back to older compatible versions until a successful download is achieved.\n\n### 2. Force-Apply Full Patching\nInstead of limiting features to official recommendations, the system dynamically parses Morphe's `patches-list.json` and forcefully applies **all compatible patches** for the successfully downloaded APK version, ensuring you get maximum features.\n\n### 3. Dual-Track Release System (Stable \u0026 Pre-release)\nThe builder independently monitors the upstream repository for both **Stable** and **Pre-release** channels. It automatically triggers builds for both, appropriately tagging them on GitHub Releases, so you always have access to the latest channels.\n\n### 4. Powered by Morphe CLI \u0026 Daily Automation\nThe build pipeline relies entirely on the modern **Morphe CLI** for fast, reliable patching, automatically running daily via GitHub Actions.\n\n## 📥 Download\n\nGet the latest pre-built APKs from the **[Releases Page](https://github.com/monsivamon/morpheapp-apk/releases)**.\n\n## Credits\n\n* [MorpheApp/morphe-patches](https://github.com/MorpheApp/morphe-patches) - The patch source.\n* [MorpheApp/morphe-cli](https://github.com/MorpheApp/morphe-cli) - Morphe CLI patcher.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonsivamon%2Fmorpheapp-apk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonsivamon%2Fmorpheapp-apk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonsivamon%2Fmorpheapp-apk/lists"}