{"id":51189190,"url":"https://github.com/m4mental/morphe-revanced-builds","last_synced_at":"2026-06-27T13:04:22.126Z","repository":{"id":367321039,"uuid":"1280244150","full_name":"m4mental/morphe-revanced-builds","owner":"m4mental","description":"Auto-build Morphe (ReVanced) YouTube \u0026 YT Music APKs for Root \u0026 Non-Root devices.","archived":false,"fork":false,"pushed_at":"2026-06-25T20:05:14.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-25T20:08:42.785Z","etag":null,"topics":["apk-builder","github-actions","magisk-module","morphe","morphe-youtube","revanced","revanced-youtube","youtube-morphe","youtube-music","youtube-revanced"],"latest_commit_sha":null,"homepage":"","language":null,"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/m4mental.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-06-25T11:58:26.000Z","updated_at":"2026-06-25T20:05:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/m4mental/morphe-revanced-builds","commit_stats":null,"previous_names":["sandeshk20525/test-world","m4mental/morphe-revanced-builds"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/m4mental/morphe-revanced-builds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4mental%2Fmorphe-revanced-builds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4mental%2Fmorphe-revanced-builds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4mental%2Fmorphe-revanced-builds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4mental%2Fmorphe-revanced-builds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m4mental","download_url":"https://codeload.github.com/m4mental/morphe-revanced-builds/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4mental%2Fmorphe-revanced-builds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34854261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","magisk-module","morphe","morphe-youtube","revanced","revanced-youtube","youtube-morphe","youtube-music","youtube-revanced"],"created_at":"2026-06-27T13:04:21.549Z","updated_at":"2026-06-27T13:04:22.115Z","avatar_url":"https://github.com/m4mental.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛠️ Morphe Patched Builds\n\nAutomated CI/CD pipeline for building Morphe-patched YouTube and YouTube Music applications using GitHub Actions.\n\n## 📖 Overview\n\nThis repository utilizes GitHub Actions to automatically fetch, patch, and release the latest versions of YouTube and YouTube Music using [Morphe Patches](https://github.com/MorpheApp). It generates both standard APKs for non-root devices and Magisk modules for rooted environments.\n\n## ✨ Features\n\n* 🤖 **Automated Nightly Builds**: Monitors upstream patches daily and triggers builds automatically.\n\n* 📱 **Multi-Architecture Support**: Generates separate `arm64-v8a` and `armeabi-v7a` optimized APKs.\n\n* ⚡ **Magisk Integration**: Outputs direct flashable `.zip` modules for root users.\n\n* 📥 **Dynamic Source Fetching**: Automatically extracts the latest untouched, `nodpi` APKs from secure archives.\n\n## 🚀 Workflow Setup\n\n1. 🍴 **Fork** this repository (Keeping the fork private is highly recommended).\n\n2. ⚙️ Navigate to **Settings \u003e Actions \u003e General \u003e Workflow permissions** and select `Read and write permissions`.\n\n3. ▶️ Go to the **Actions** tab, click on `Build Morphe APKs and Magisk Modules`, and manually trigger the workflow via **Run workflow**.\n\n4. 📦 Retrieve your compiled assets from the **Releases** page upon completion.\n\n## 📦 Output Artifacts\n\n| Application | Architecture | Type | Target | \n | ----- | ----- | ----- | ----- | \n| 🟥 **YouTube** | arm64-v8a / armeabi-v7a | APK | Non-Root | \n| 🟥 **YouTube** | Universal | ZIP | Root (Magisk) | \n| 🎵 **YT Music** | arm64-v8a / armeabi-v7a | APK | Non-Root | \n| 🎵 **YT Music** | Universal | ZIP | Root (Magisk) | \n\n## 🔗 Dependencies\n\n* 🧩 **Non-Root**: [MicroG-RE](https://github.com/WSTxda/MicroG-RE) is required for Google account authentication.\n\n* 🛡️ **Root**: [Zygisk-Detach](https://github.com/j-hc/zygisk-detach) is recommended to prevent unintended Play Store updates.\n\n## 💖 Credits \u0026 Acknowledgments\n\n* 👨‍💻 [MorpheApp](https://github.com/MorpheApp) - Core CLI, Patches, and Integrations\n\n* 🗄️ [j-hc](https://github.com/j-hc) - APK Archiving \u0026 Zygisk-Detach Module\n\n* 🔓 [WSTxda](https://github.com/WSTxda) - MicroG-RE\n\n* 🎭 [topjohnwu](https://github.com/topjohnwu) - Magisk Framework\n\n⚠️ *Disclaimer: This repository is intended for personal, educational, and automated testing purposes only. No proprietary or modified APKs are hosted directly in this repository.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4mental%2Fmorphe-revanced-builds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm4mental%2Fmorphe-revanced-builds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4mental%2Fmorphe-revanced-builds/lists"}