Two ways to run it. On a VM or a Raspberry Pi, use Home Assistant OS and add the Aloha add-on โ that gives Aloha full run of the box (updates, add-ons, backups). Already have your own host? Use the Docker image.
Home Assistant OS + the Aloha add-on โ for a VM (Proxmox / VirtualBox / VMware) or a Raspberry Pi / arm64 SBC.
https://github.com/sackio/alohaBundles Home Assistant + the agent in one container. Runs anywhere Docker does (amd64 / arm64).
docker run -d --name aloha \
-p 8123:8123 -p 7123:7123 \
-v aloha-data:/data \
ghcr.io/sackio/aloha:latestHome Assistant โ :8123 ยท Aloha โ :7123. Already run Home Assistant? Start with
-e ALOHA_MODE=standalone -e ALOHA_HA_URL=http://your-ha:8123 and drop the 8123 mapping.