Hi
I’m wondering, is it possible to run on HA OS different applications for Linux?
If yes, what kind of Linux is it (which distro)?
Thanks
Hi
I’m wondering, is it possible to run on HA OS different applications for Linux?
If yes, what kind of Linux is it (which distro)?
Thanks
No, see GitHub - home-assistant/operating-system: 🔰 Home Assistant Operating System
But - you can use a “regular” Linux (Debian) to run HA Supervised on it.
As @m0wlheld says, it is not really a full Linux distribution so you can’t use it as such, but what you can do is install the portainer addon, and then run any docker container you want.
There’s a lot of docker containers out there for lots of purposes, so if it’s just a case of “I want to install X on my computer” you can probably do it by finding a docker container that runs X.
Ok, thanks guys!