Some salient but unusual features:
• A desktop that is GNOME adapted into a non-desktop metaphor, more like a smartphone: a full-screen app browser, and an app switcher that's loosely like the Windows taskbar.
• A read-only root filesystem, with no package manager.
• All apps are Flatpaks.
• OS upgrades are atomic, whole-system-at-once, like Android or iOS upgrades on a smartphone.
What is the difference between a package manager and an App Store?
The difference is huge.
A package manager installs, removes, updates etc. components of the OS. It manipulates files in /bin, /sbin, /lib, /usr and so on.
In Endless, the root filesystem is read-only and immutable. It is not possible to modify any of the files provided with the OS in any way, including all of those paths above and others.
Flatpak apps are containerised and all of their components are within the app bundle, typically in `/var/lib/flatpak` I believe. (I am not a GNOME user and don't use Flatpak much, but I have a couple of Snap apps installed.)
Nothing goes anywhere else or is allowed to install dependencies etc.
Think of it like a Smartphone. Android and iOS are both *nix OSes. The entire OS is essentially a single image, kept in Flash, and booted into RAM each time you turn on. The user can't change it in any way. Apps are kept in a separate chunk of flash memory and they can't change the OS. OS updates are a single big file that updates the entire OS partition in one operation.
It's a little bit like booting a Live USB with a persistent storage file: nothing can change the SquashFS, but you can add your own files and have them survive a reboot.
Endless works the same way. It is comparable to Red Hat Atomic Workstation, Core OS, Chrome OS, and SUSE MicroOS.
https://infrequently.org/2020/09/the-pursuit-of-appiness/
Discussion: https://news.ycombinator.com/item?id=26578458
"and even works without internet access."
"free for individuals and non-commercial use up to 500 computers"
I'm confused- who are they targeting? At endlessos.org, I found this:
"We're not changing the way technology works... we are working to make it better.
We develop our tools to meet the needs of real users with diverse technical challenges to work with.
We design them with access, agency, and usability in mind. This approach allows us to create as much positive impact as possible for our communities."
Am I the only one who finds such marketing speak to be a sure sign to run the opposite direction and stick with a well known FOSS distro?
I'm still very good with the terminal and it serves me well in my six-figure career
$Command, $options $input file/directory $output file/directory
That shouldn't be overly complicated for honestly most people with literacy who are capable of functioning in modern society.
- What a filesystem is.
- How directories, files, and filesystems relate to one another.
- What a server is/does.
- How any kind of raw text whatsoever relates to what the computer "actually is" (the GUI)
- When or how or under what circumstances a program might read a file (say, re-reading a config file)
- What all that prompt noise means.
- Why some things they type on the command line work and why others don't—they don't understand that the things they're running are discrete programs and not somehow built in to the terminal or the OS, and they certainly don't understand the concept of a PATH.
- All kinds of magical bullshit you need to just know (or spend time finding out then internalizing) to use a command line (what the fuck is ".."? Why do I need to put "-" before things seemingly at random, but other times that breaks stuff? Et c., et c.)
- What they can even expect to be able to do on the command line (change permissions on files? Is that a thing you can do? Oh now you're going to need to learn how your OS permissions system works on a lower level than you've ever needed to know before, or else just blindly copy-paste from the Web and hope for the best)
And that list is far from comprehensive.
1. Graphical UIs are inherently more discoverable. There's no way around this and "googling it" isn't a good enough answer.
2. Graphical UIs, for better and worse, hide or limit you from doing things that will break. Those guardrails reduce the fear associated with exploration. There are guardrails on CLIs as well (sudo), but we take for granted what those are and how they work.
3. You overestimate the level of skills required to function in modern society.
Really? The most popular computing device of our time is the smartphone, and you don't understand why people find command lines intimidating?
Command lines are unforgiving, frequently obscure, and will let you delete files and break things without blinking. There's plenty to be intimidated by for people who have no need to learn the skills.
Another way to say this is that the people who were too intimidated to use CLIs know things that you don't that are of the same character as your own knowledge of CLIs and it shouldn't have been overly complicated for you to know those in a modern society seeing as you are literate.
If you think people should really do what you are advocating: pave the roads. Lower the acquisition cost. Make it easier for people who are time constrained to do the thing you think they should be doing.
And so people did... and now we arrive at why things are the way they are.
It turns out that in the case of CLIs there is a usability problem. CLIs are constrained to text. Other mediums are a superset. They have more options for lowering the barrier. The people who are doing the paving in those cases are able to make better progress and faster! The masses flow to the GUI, not the CLI, because the GUI does a better job lowering the acquisition cost! It is a fight. On one hand we have the CLI, a hand tied behind its back. It is not allowed to go beyond text. In the other we have the other mediums. They have text, but are not limited to it. Should the CLI overcome them, they shall just put a little window wherein the CLI is present. They might do a nasty trick when they do this, stealing the fame of the CLI, by calling this a TextArea or a TextInput or even a TextBox.
Woe to the CLI, we type into the textboxes, supposing that the GUI has won.
Your anecdotal life story of overcoming early challenges with linux, that benefited your subsequent career is likely not scalable to the entire human population.
I think any reasonable person will align with the notion that low barrier of entry, coupled with an engaging curriculum to grow their level of computing expertise, will net much greater success.
Sometimes you just got to strap yourself in and embrace the the terminal. If you're too afraid to try you'll never learn. Once around the same time I actually fried a motherboard by not mounting it properly, a nice computer repair shop owner gave me a bunch of motherboard spacers for free and told me to never Mount the motherboard directly to the case again.
I actually love programming in that it's one of the last Fields where you can teach yourself how to do amazing things for free. Sure if you need to deploy things you might need to spend two or three bucks a month on AWS, but even then you can get so much done locally.
I think the word "operating system" should be reserved for systems with sufficiently original kernel and/or system code.
For those that are curious, I found on Distrowatch that it's based on Debian.
There is a lot of stuff in Endless OS to improve the experience for users with limited connectivity. That's why there are so many simple apps with big content libraries, why ostree is very useful, among other things. We do a lot of stuff upstream, but you can get a pretty good idea what we're all doing over at https://github.com/endlessm/.
Church of the machine God strikes... (From Deus Ex)
This is the distrowatch page describing the technical details underpinning Endless:
Ubuntu was broadly a continuation of the UserLinux project. A simple, easy-to-install distro, with a single example of each of the mainstream app categories. An installer that asks only the most essential questions; no software ones, no hardware-config ones, not even a root password. But nonetheless a mainstream distro with mainstream choices.
Endless is quite different.