As far as I know, HA core will still work in the future, as it will still be used internally for developing HA as I understood. But there is no support for it anymore for end users. So if something doesnt work, that is related to the installation method of using HA core, bug reports will be closed automatically.
Only HA OS and HA containers are officially supported.
I am currently trying to install unsupported HA core with dietpi-software on an outdated and unsupported Rasperry Pi 1B with 512MB of RAM that runs dietpi 10.0.1 with debian 12 bookworm with the new kernel (6.12.62+rpt-rpi-v6 #1 Raspbian 1:6.12.62-1+rpt1~bookworm (2026-01-19) armv6l).
I ran into quite a few issues related to memory that I seem to have fixed for now, after many failed attemps. The install script gave me errors and compiled python 3.13 at least 10 times. So I am trying this for at least a week, as compiling python alone takes maybe around 4 hours or so.
It took me a while to understand from the failed install logs that the problem was either not enough RAM or not enough disk space.
I increased the usable RAM to 475MB by allocating only 16MB for the GPU and configured a swap file of 1.5GB and unmounted the tmpfs on /tmp.
Right now the install script is running for 22 hours and âBuilding wheel for grpcio (pyproject.toml): still runningâ for quite a while.
RAM usage is around 100MB to 450MB and swap file around 250MB. The disk access to /tmp seems to slow it down a lot.
I hope this installation finishes at some point, it would be the first time that HA runs on this device under debian 12 bookworm.
Before I was using debian 11 bullseye and dietpi 9.20.2 and I could install HA âsuccesfullyâ, but only version 25.1, because only sqlite <3.40 is availabe under debian 11. It was running kind of fine like that, but some integrations could not be installed and even if they worked, they had to be compiled each time for a couple of hours âon demandâ. The compiling under debian 11 was faster, as I didnt have to use a swap file there and had tmpfs mounted on /tmp, but also got a lot of errors during compiling due to low memory on /tmp, so some parts were missing but HA did kind of run fine at least.
This obviously isnât supposed to be a perfectly running HA system, its just supposed to support a few basic features that donât require as much from the hardware.
Itâs not a great idea to do this
I just want to know whatâs still possible today with these low specs and this old hardware and if itâs still usable for some use cases.