An open API service indexing awesome lists of open source software.

https://github.com/m4mental/morphe-apks-build

Morphe builder
https://github.com/m4mental/morphe-apks-build

Last synced: 27 days ago
JSON representation

Morphe builder

Awesome Lists containing this project

README

          

๐Ÿ› ๏ธ Morphe APK & Magisk Module BuilderAutomated cloud builder for patched YouTube, YT Music & Reddit using GitHub Actions.Ye repository GitHub Actions ka use karke automatically YouTube, YouTube Music, aur Reddit ke patched versions build karti hai. Is project me Morphe Patches (jo ki ReVanced ka ek behtareen alternative/variant hai) ka use kiya gaya hai.Is builder ki khaasiyat ye hai ki ye aapko cloud me automatically apps build karke seedha Releases section me de deta hai, jisse aapko apne phone ya PC par manual patching nahi karni padti.โœจ Featuresโ˜๏ธ Cloud Build: GitHub Actions ke through fast aur automated builds.๐Ÿ“ฑ Non-Root Support: Standard APKs (MicroG/GmsCore support ke sath) jo kisi bhi device par install ho sakte hain.โšก Root/Magisk Support: YouTube aur YT Music ke liye flashable Magisk Modules (.zip files).๐Ÿ”„ Always Updated: Latest Morphe CLI, Patches, aur Integrations automatically fetch hote hain.๐Ÿš€ Kaise Use Karein (How to Setup)Apne khud ke account par is builder ko set up karne ke liye niche diye gaye steps follow karein:Step 1: Repository SetupIs code ko apne GitHub account par ek Private Repository me copy karein ya is repo ko fork karein.Note: Repo ko Private rakhna safe hota hai taaki DMCA issues se bacha ja sake.File path: .github/workflows/morphe-build.yml ko open karein.Step 2: Original APK Links Update KareinWorkflow script me jahan Download Original APKs wala step hai, wahan aapko original (unpatched) APKs ke direct download links daalne honge.# Example snippet from workflow
wget -qO apks/youtube.apk "YOUR_DIRECT_LINK_HERE"
(Note: APKMirror ke links GitHub Actions me directly kaam nahi karte, isliye Uptodown ya apne khud ke kisi server ka direct link use karein).Step 3: Permissions Set KareinGitHub Actions ko release create karne ki permission dena zaruri hai.Repository ki Settings me jayein.Left sidebar se Actions > General par click karein.Page ke end me Workflow permissions section me jayein.Read and write permissions select karein aur Save kar dein.Step 4: Build Run KareinRepository ke Actions tab me jayein.Left side se Build Morphe APKs and Magisk Modules workflow par click karein.Run workflow button par click karke process start karein.5-10 minute wait karein. Build complete hone ke baad, aapke repo ke Releases section me aapko files mil jayengi! ๐ŸŽ‰๐Ÿ“ฆ Output FilesBuild complete hone ke baad Releases me ye files generate hongi:File NameTypeDescriptionYouTube-Morphe-NonRoot.apkAPKNormal install ke liye (Requires MicroG)YTMusic-Morphe-NonRoot.apkAPKNormal install ke liye (Requires MicroG)Reddit-Morphe-NonRoot.apkAPKNormal install ke liyeYouTube-Morphe-Magisk.zipZIPRoot users ke liye (Magisk Module)YTMusic-Morphe-Magisk.zipZIPRoot users ke liye (Magisk Module)โš ๏ธ DisclaimerYe repository sirf educational aur personal use ke liye banayi gayi hai.Original apps ke copyrights unke respective owners (Google, Reddit) ke paas hain.Kripya in builds ko publicly distribute na karein taaki aapka GitHub account safe rahe.