Installer Script For Termux

This page summarizes the projects mentioned and recommended in the original post on /r/revanced_builder

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • revanced-builder

    Discontinued A NodeJS ReVanced builder

  • echo 'Downloading and installing builder' mkdir -p ~/.local/share ; mkdir -p ~/temp ; cd ~/temp ; wget https://github.com/reisxd/revanced-builder/archive/refs/heads/main.zip ; unzip main.zip ; mv revanced-builder-main ~/.local/share/revanced-builder ; cd ~/.local/share/revanced-builder ; npm i ; cd && rm -rf ~/temp ; touch /data/data/com.termux/files/usr/bin/revanced-builder ; echo 'cd ~/.local/share/revanced-builder && node .' > /data/data/com.termux/files/usr/bin/revanced-builder ; chmod +x /data/data/com.termux/files/usr/bin/revanced-builder echo 'Installing update script' touch /data/data/com.termux/files/usr/bin/update-builder ; echo 'mkdir -p ~/temp ; cd ~/temp ; wget https://github.com/reisxd/revanced-builder/archive/refs/heads/main.zip ; unzip main.zip ; mv revanced-builder-main revanced-builder ; \cp -r revanced-builder ~/.local/share ; cd ; rm -rf ~/temp' > /data/data/com.termux/files/usr/bin/update-builder ; chmod +x /data/data/com.termux/files/usr/bin/update-builder You can run this in Termux to get things going: wget -O install-builder.sh https://pastebin.com/raw/2esftmK4 chmod +x install-builder.sh ./install-builder.sh ```

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts