Installing apps
Applications on LuminusOS come from Flathub as Flatpaks: sandboxed, independent from the base system, and always current.
With GNOME Software
Section titled “With GNOME Software”Open Software, search, click install. That is the whole guide.
From the terminal
Section titled “From the terminal”flatpak search obsidianflatpak install flathub md.obsidian.Obsidianflatpak updateWhy Flatpak?
Section titled “Why Flatpak?”- The OS stays clean. Apps never modify the base system, so updates and rollbacks of the OS never touch your apps, and vice versa.
- Sandboxing. Apps run with limited permissions you can inspect and adjust in Settings → Apps.
- Always current. App updates come straight from Flathub, independent of OS releases.
What about CLI tools and development?
Section titled “What about CLI tools and development?”For development environments, use Toolbox containers, included out of the box:
toolbox createtoolbox entersudo dnf install gcc make # inside the toolbox, mutable as usualYour home directory is shared with the toolbox, the host system stays immutable.