A one-click automated TWRP compiler for Android devices. 🔧
Follow these steps to generate your own TWRP build:
- Step 1: Fork this repository to your GitHub account.
- Step 2: Use a tool like
bootimgto unpack yourrecovery.img.
Editdefault.proporprop.defaultby appending this line at the bottom:
ro.product.first_api_level=(your Android SDK version)
Then repack the recovery. - Step 3: Upload the repacked
recovery.imgto your forked repo and copy its direct link. - Step 4: Go to the Actions tab in your repo, and start a new workflow run.
Paste the direct link and specify the desired TWRP version. - Step 5: Hit Run workflow and let the system build your TWRP image.
- Step 6: After the build finishes, download the compiled TWRP recovery from the Releases section.
This tool is designed for Android modders and device maintainers who want a simplified and automated way to generate recovery builds. Whether you're personalizing your device or contributing to the community, this tool should give you a head start.
Have feedback or ideas? Head over to the Issues section or open a pull request to improve the tool.
If you run into any issues, check out our Discord server or open a GitHub issue to let us know!
⭐ If this tool was of any use to you, please consider giving it a Star - it would make my day! ⭐
Thanks to ColdWindScholar for building the initial project from which this was forked.

