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
![]() |
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