Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Atomic Linux distributions (often called “immutable” distros) are a modern breed of operating system designed to be more reliable, secure, and maintainable than traditional Linux distributions. See chat with Gemini .

Some Good Atomic Linux Distributions

Package Managements for Atomic Linux Distributions

See chat with Gemini .

  1. Core OS

    • Fedora Atomic: rpm-ostree

    • AerynOS: moss

  2. GUI applications

    • flatpak

    • snap

    • AppImage

      • It can be a good choice if you need deep system access but don’t want to get into the hell of configuring using flatseal (or a flatpak app doesn’t even exist). For example, it’s a good choice for WeChat and terminal apps.

    • Distrobox / Toolbx

      • GUI applications might fail to launch

    • Virtual Machine Manager

      • based on KVM, great performance

      • the ultimate (but heavy) solution

  3. CLI utilities

  4. Dev environment

    • Podman

    • Docker