EasyOS: An experimental Linux distribution
Security model & running as root
- Default user is root, which many find “odd” or “nuts” from a traditional security standpoint.
- Some argue root vs non-root barely matters on single-user machines: most valuable data is in the user’s home, and compromise of that user is already catastrophic.
- Others stress “security is an onion”: user separation, reduced attack surface, and immutable system layers still help.
- EasyOS mitigations: each non-root app runs as its own user, with optional containers and per-app isolation; several see this as closer to mobile-style, untrusted-by-default apps and more secure than the usual Linux desktop model.
- Critics worry about easier system breakage and unintended destructive actions when logged in as root.
Ease of use, GUI-first philosophy
- Project aims for “everything via GUI, no CLI.”
- Some welcome this, recalling classic Mac OS where GUI-only was workable.
- Others argue heavy GUIs with many checkboxes will become complex, and that investing in CLI skills is more durable and powerful.
- Broader Linux UX debate emerges: discoverability and “just add an account” workflows vs deeply technical docs and CLI-heavy culture.
Installation, ISOs, images & VMs
- EasyOS intentionally avoids ISO; uses IMG-like disk images instead.
- Many object: ISO is a de facto standard, works with VMs, Ventoy, USB flashing tools, and hybrid ISOs already cover USB use.
- Others side with the “ISO must die” stance, saying ISOs are legacy optical-media artifacts and disk images are more natural for modern boot and atomic systems.
- Practical complaint: raw images are harder to plug into VirtualBox/VMware than ISOs; some users reconsider trying EasyOS because of this.
Relationship to Puppy Linux & live/persistent use
- EasyOS originated from earlier Puppy/Quirky work but is now distinct, focused on containers and experimental ideas.
- Several recall Puppy fondly as an early small live distro with persistence and “run in RAM” behavior; EasyOS is seen as a spiritual successor exploring new mechanisms.
Atomic / image-based design
- Thread connects EasyOS with Guix, Nix, Silverblue and general move toward atomic upgrades and image-based systems.
- Benefits cited: reliable rollbacks, easier reproducibility, safer updates (power loss mid-update just falls back to previous deployment).
Website & overall reception
- Website praised for being minimal, text-centric, and free of cookie popups; others find it visually dense and hard to scan.
- Overall tone: curiosity and respect for the experimental design, mixed with skepticism about running as root, nonstandard install formats, and GUI-everything ambitions.