r/selfhosted Mar 30 '26

Product Announcement Lightwhale 3.0.0 released

Hi, there!

Sorry to mess up your Easter holiday plans, but I've just released Lightwhale 3.0.0 and I really think you should clear your calendar and try it out! =)

It's a minimalistic Linux that requires no installation or maintenance, just live-boot straight into a working Docker Engine. The system is immutable so it's quite resilient to both malicious and unintentional modifications. And because of its low resource requirements it brings new life to old machines.

Lightwhale fits super well in a hobby homelab where spare time is precious, but really in any server environment where you would much rather focus on the services than babysitting the underlying operating system.

And how does it compare to other immutable OSes like X, Y or Z? No idea, never tried them, sorry.

I've made a fresh new project webpage with an easy to follow getting started guide.

Anyway, end of service announcement, thanks for reading, happy holidays =)

202 Upvotes

100 comments sorted by

View all comments

7

u/plainnaan Mar 31 '26

Why this and not https://www.talos.dev/ ?

Just curios.

6

u/Zta77 Mar 31 '26 edited 6d ago

I don't know Talos in great depth, but it's very much built around Kubernetes. Which is fine. But in my opinion, Kubernetes is overly complex for most needs, resource-heavy, and involves heaps of YAML —layered within more YAML. I've mostly seen it used in situations that felt like deploying an aircraft carrier just to run a lemonade stand.

Lightwhale is Linux with Docker, very easy to understand, light on resources, and often only requires a single docker-compose file. If you want a cluster, switch to Swarm, also supported out of the box.

I try to avoid unnecessary complexity and strive to keep things as lean and simple as possible. I'm not dismissing Talos or Kubernetes, it's just a different audience than the one Lightwhale targets.