- Download the latest ReVanced APKs directly from the app.
- Change GitHub repository for fetching release.
Download the latest release from here.
| Manager | Options |
|---|---|
![]() |
![]() |
- Add feature to check for updates and push notifications
- View all installed supported apps and manage them.
- One click install for all supported apps
We welcome contributions from the community. We use React Native for the app with Expo. It is fully written in TypeScript and compiled to native Java/Kotlin code for Android.
We recommend you use bun to manage the project. However, you can use npm, pnpm or yarn as well.
- Clone the repository
- Run
bun installto install all the dependencies - Connect an android device or start an emulator with ADB (USB Debugging) enabled
- Run
bun run androidto start the app. All changes will be reflected in real time.
- Run
bun run build:android && ./android/gradlew buildto build the APK for android. - Output APK will be in
android/app/build/outputs/apk/debug/
This project is licensed under the MIT License - see the LICENSE file for details.


