A non-interactive, fully automated YouTube ReVanced patcher and installer, straight from latest releases. Now with Discord & Nextcloud integrations.
Install dependencies: curl
, wget
, jq
, git
, Java Runtime jre-openjdk
version >11 will work. jre-openjdk-headless
will throw an error for some reason.
Distribution specific:
Alpine Linux:
sudo apk update && sudo apk add git wget curl jq openjdk18
Arch-based:
sudo pacman -S curl wget git jq jre-openjdk
Debian-based:
sudo apt update && sudo apt install git wget curl jq openjdk-17-jre
git clone -b nextcloud_discord_auto https://github.com/dng-nguyn/auto-revanced-linux.git
cd auto-revanced-linux
chmod +x ./run.sh
There is a provided .env.example in the directory. Simply do:
cp .env.example .env
And then fill in the variables as needed. Make sure to audit & review the code before handing in your credentials.
./run.sh
A revanced-<version>.apk
will be built for you.
ReVanced For making all of this possible
apkmirror-downloader For providing a way to download apks with a specified version straight from apkmirror
##To do:
Support for Termux (why? more like why not) i give up
Implement fail safes or error exiting instead of executing everything