This might be the dumbest stuff anyone has asked here, but has anyone tried running Alpine as a desktop base OS? Seems pretty well stocked when it comes to the repo, and it’s light asf.

Thoughts?

  • I did for some time. There’s beauty in the simplicity and flexibility of Alpine, plus BusyBox is great once you understand all the weird quirks between it and coreutils. As unpopular as it might be, I actually really like OpenRC. Alpine feels pretty close to BSD if you’re familiar with that family of operating systems. These days I use it for just about all my servers save for a few Nix boxes.

    If you decide to explore this route, here are a couple tools I found useful at the start:

    • Conty - A single executable that launches applications in a standalone Linux Container
    • x11docker - Run GUI apps and desktop environments in docker and podman containers.

    Also might behoove you to check out Alpine community’s documentation on chroots in case you need specific software that isn’t available otherwise.