github thunderkex/revancex v1.0.3
ReVanceX CLI v1.0.3

one hour ago

ReVanceX CLI v1.0.3

Standalone executable binaries for patching apps locally without needing to install Rust or run cargo build.

Assets

  • Linux (x86_64): revancex-linux-x86_64.tar.gz
  • Windows (x86_64): revancex-windows-x86_64.zip

Quick Start

Linux

tar -xzf revancex-linux-x86_64.tar.gz
chmod +x revancex
./revancex download-tools
./revancex build --apps youtube,microg --arch arm64-v8a

Windows (PowerShell)

Expand-Archive revancex-windows-x86_64.zip -DestinationPath .
.\revancex.exe download-tools
.\revancex.exe build --apps youtube,microg --arch arm64-v8a

Don't miss a new revancex release

NewReleases is sending notifications on new releases.