Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revanced-apks/build-apps
The ReVanced APKs
https://github.com/revanced-apks/build-apps
revanced
Last synced: 2 months ago
JSON representation
The ReVanced APKs
- Host: GitHub
- URL: https://github.com/revanced-apks/build-apps
- Owner: revanced-apks
- License: gpl-3.0
- Fork: true (j-hc/revanced-magisk-module)
- Created: 2022-09-09T13:37:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T22:37:02.000Z (3 months ago)
- Last Synced: 2024-09-26T00:49:20.287Z (3 months ago)
- Topics: revanced
- Language: Shell
- Homepage: https://revanced_apks_web.t.me/
- Size: 19.8 MB
- Stars: 1,382
- Watchers: 32
- Forks: 84
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- Awesome-ReVanced - ReVanced APKS
README
# ReVanced Magisk Module
[![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/revanced_apks_web)
[![Build Modules](https://github.com/revanced-apks/build-apps/actions/workflows/build.yml/badge.svg)](https://github.com/revanced-apks/build-apps/actions/workflows/build.yml)
[![CI](https://github.com/revanced-apks/build-apps/actions/workflows/ci.yml/badge.svg?event=schedule)](https://github.com/revanced-apks/build-apps/actions/workflows/ci.yml)Extensive ReVanced builder
Get the [latest CI release](https://github.com/revanced-apks/build-apps/releases).
Use [**zygisk-detach**](https://github.com/j-hc/zygisk-detach) to detach YouTube and YT Music from Play Store if you are using magisk modules.
Features
- Support all present and future ReVanced and ReVanced Extended apps
- Can build Magisk modules and non-root APKs
- Updated daily with the latest versions of apps and patches
- Optimize APKs and modules for size
- Modules
- recompile invalidated odex for faster usage
- receive updates from Magisk app
- do not break safetynet or trigger root detections
- handle installation of the correct version of the stock app and all that
- support Magisk and KernelSU
Note that the CI workflow is scheduled to build the modules and APKs everyday using GitHub Actions if there is a change in ReVanced patches. You may want to disable it.
## To include/exclude patches or patch other apps
* Star the repo :eyes:
* Use the repo as a [template](https://github.com/new?template_name=revanced-magisk-module&template_owner=j-hc)
* Customize [`config.toml`](./config.toml) using [rvmm-config-gen](https://j-hc.github.io/rvmm-config-gen/)
* Run the build [workflow](../../actions/workflows/build.yml)
* Grab your modules and APKs from [releases](../../releases)
also see here [`CONFIG.md`](./CONFIG.md)
## Building Locally
### On Termux
```console
bash <(curl -sSf https://raw.githubusercontent.com/j-hc/revanced-magisk-module/main/build-termux.sh)
```
### On Desktop
```console
$ git clone https://github.com/j-hc/revanced-magisk-module
$ cd revanced-magisk-module
$ ./build.sh
```