Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required. A minimal base system is installed automatically - additional packages are available using the APT package manager.
Before doing anything follow the instructions in the video below. Open Termux and run this command first. Click the command to copy: termux-setup-storage
Watch this instructional video: Click here to watch
Before installing, make sure you are logged into Ubuntu. If you're not logged in, use this command to log in. Click the command to copy: ./start-ubuntu22.sh Use the following command to install Box86/64. Click the command to copy: apt install wget -y && wget -O box86_64.sh https://firebasestorage.googleapis.com/v0/b/anbui-10f24.appspot.com/o/sh%2Fbox86.txt?alt=media && chmod +x box86_64.sh && ./box86_64.sh ; rm --force box86_64.sh