https://github.com/farag2/ReVanced-Builder
https://github.com/farag2/ReVanced-Builder
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/farag2/ReVanced-Builder
- Owner: farag2
- License: mit
- Created: 2022-08-30T20:58:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T10:31:54.000Z (2 months ago)
- Last Synced: 2025-04-06T04:10:28.667Z (2 months ago)
- Language: PowerShell
- Size: 305 KB
- Stars: 74
- Watchers: 6
- Forks: 45
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-ReVanced - ReVanced Builder (Powershell)
README
[](https://t.me/sophia_chat) [](https://github.com/farag2/ReVanced_Builder/actions)
# ReVanced builder
Build ReVanced package (.apk) easily than ever using latest ReVanced patches and dependencies locally or via cloud
## Usage
### Locally
* To build `revanced.apk` locally you need just to run [`Build.ps1`](https://github.com/farag2/ReVanced_Builder/blob/main/Build.ps1) via PowerShell;
* All [patches](https://github.com/revanced/revanced-patches) except the followings applied to `revanced.apk`:
* comments
* premium-heading
* hide-captions-button
* disable-fullscreen-panels* The script downloads latest available YouTube package (having parsed [JSON](https://api.revanced.app/v2/patches/latest)) supported by ReVanced Team from and all dependencies and build package using [Zulu JDK](https://www.azul.com/downloads/?package=jdk);
* Script installs no apps—everything will be held in your `Downloads folder\ReVanced`;
* After compiling you get `revanced.apk` & `microg.apk` ready to be installed;
* Release notes are generated dynamically using the [Release.md](https://github.com/farag2/ReVanced_Builder/blob/main/ReleaseNotesTemplate.md) template.### By using CI/CD
```powershell
git clone https://github.com/farag2/ReVanced_Builder
```Trigger the [`Build`](https://github.com/farag2/ReVanced_Builder/actions/workflows/Build.yml) Action manually to create [release page](https://github.com/farag2/ReVanced_Builder/releases/latest) with configured release notes showing dependencies used for building.

`ReVanced.zip` will contain a built `revanced.apk` & latest `microg.apk`.
## Requirements if you compile locally
* Windows 10 x64 or Windows 11
* Windows PowerShell 5.1/PowerShell 7.## Links
* [ReVanced Patches](https://github.com/revanced/revanced-patches)
* [ReVanced Manager](https://github.com/revanced/revanced-manager)
* [Telegram](https://t.me/sophia_chat)
* [AngleSharp](https://github.com/AngleSharp/AngleSharp)