Anbox86
A script to install box86 and wine on a termux proot for arm64 devices.
Instructions
1- Install Termux (FROM F-DROID) https://f-droid.org/en/packages/com.termux/
2- Copy/paste these commands into Termux
pkg update -y; pkg install wget -y < "/dev/null"
wget https://raw.githubusercontent.com/lowspecman420/AnBox86/main/AnBox86.sh && \
bash AnBox86.sh
Projects used
Proot-Static by Zhymabek Roman https://github.com/ZhymabekRoman/proot-static
Box86 by ptitseb https://github.com/ptitSeb/box86
Termux https://github.com/termux/termux-app