prevanced / prevanced-manager

A simple android app to download and install latest release from ReVanced APKs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PreVanced Manager

A simple android app to download and install latest release from ReVanced APKs.

Features

  • Download the latest ReVanced APKs directly from the app.
  • Change GitHub repository for fetching release.

Installation

Download the latest release from here.

Screenshots

Manager Options
Screenshot_2024_02_06_00_50_19_37_4ed0fa99112b9393c8307694b9754972 Screenshot_2024_02_03_15_45_46_12_4ed0fa99112b9393c8307694b9754972

Todo

  • Add feature to check for updates and push notifications
  • View all installed supported apps and manage them.
  • One click install for all supported apps

Contributors

Contributors

Contributing

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.

Setup

  1. Clone the repository
  2. Run bun install to install all the dependencies
  3. Connect an android device or start an emulator with ADB (USB Debugging) enabled
  4. Run bun run android to start the app. All changes will be reflected in real time.

Building

  1. Run bun run build:android && ./android/gradlew build to build the APK for android.
  2. Output APK will be in android/app/build/outputs/apk/debug/

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A simple android app to download and install latest release from ReVanced APKs.

License:MIT License


Languages

Language:TypeScript 81.4%Language:Kotlin 10.0%Language:Python 7.2%Language:JavaScript 1.3%