🇹🇼 中文版
Termux, a temrminal emulator, could be an good Linux Deploy alternative. You can manually install Ubuntu chroot environment on Android phone without using Linux Deploy .
🇹🇼 中文版
This tutorial is for those who want to install Anaconda on Android phone.
The benefit of Anaconda is that you could have multiple Python versions installed on the same device.
🇹🇼 中文版
Stable Diffusion is an open-source deep-learning model. It can generate (paint) images conditioned on text descriptions.
I tried to run Stable Diffusion on my Android phone and it worked.
🇹🇼 中文版
There are various ways of running Docker containers on Android. First, Docker will not work in proot. And because Android kernel lacks the features which are required by dockers to run, even with root permission you still cannot run docker in chroot environment.
🇹🇼 中文版
Termux is an open-source terminal emulator for Android devices. It has its own package manager so you can download and run commandline tools in Termux.
🇹🇼 中文版
Recently I tested more than ten popular Windows galgames (Japanese visaul novel games) on Arch Linux. Some of them worked, some of them just crashed.
🇹🇼 中文版
We can run Windows programs (.exe) with Box86 and Wine in Termux proot on Android. No root required. Wine is a translation layer for running x86/x64 Windows programs on Linux.