Hello everyone got home assistance core running on termux proot but with lots of issues, nevertheless if you want to try here are the steps
1- update termux
yes | apt update && apt upgrade
2- install proot
apt install proot
apt install proot-distro
3- install ubuntu
proot-distro install ubuntu
proot-distro login ubuntu
4- update ubuntu packages
apt update && apt upgrade -y
5- installation of dependency
apt install python3 python3-pip python3-venv python3-dev build-essential libffi-dev libssl-dev libjpeg-dev zlib1g-dev
6-create a virtual environment
python3 -m venv homeassistant
7-activate the virtual environment
source homeassistant/bin/activate
8-install home assistance core
pip install homeassistant
(It will take a while)
9-start home assistance
hass
Open up your browser and navigate to http://localhost:8123
I tasted on galaxy note9 (exynos)
I am not good in linux,if you know better please try to improve the installation method and help out others and me as well😊
Thank you