1. baseOS

wget https://github.com/home-assistant/operating-system/releases/download/7.6/haos_rpi4-64-7.6.img.xz -O /tmp/ha.img.xz
xzcat /tmp/ha.img.xz | sudo dd of=/dev/mmcblk0 bs=4M status=progress iflag=fullblock oflag=direct; sync
Tip if u don’t have a raspberry, check: https://www.home-assistant.io/installation/

insert the microSD into the raspberry and do the initial setup

2. aftercares

./pic/snap01.png ./pic/snap02.png

./pic/snap11.png ./pic/snap12.png ./pic/snap03.png

3. references