AnduinOS
145 points
3 days ago
| 29 comments
| anduinos.com
| HN
newfocogi
3 days ago
[-]
I made it half way down the page before I realized this wasn’t “ArduinOS”.

I can’t be the only one.

reply
dcminter
3 days ago
[-]
reply
UncleOxidant
2 days ago
[-]
Thanks. That's what I was hoping this was as I also mis-read it.
reply
spcebar
2 days ago
[-]
Presumably a reference to the river in Lord of the Rings or the WoW character, though the relation to either is somewhat lost on me. It is a cool name though.

Edit: or I'm dumb and the author's name is Anduin.

reply
horizion2025
3 days ago
[-]
Same but then I saw "only 2 GB image"
reply
cnst
2 days ago
[-]
At first I thought it must have been a typo…
reply
userbinator
2 days ago
[-]
https://en.wikipedia.org/wiki/List_of_Arduino_boards_and_com...

Some of them are powerful enough that they could probably run a full desktop Linux comfortably.

reply
shakna
2 days ago
[-]
The Uno can also run it uncomfortably [0].

[0] https://github.com/raspiduino/arv32-opt

reply
ryukoposting
2 days ago
[-]
Yeah, I clicked expecting it to be some madman who made a multitasking kernel for Arduino. What I actually got wasn't nearly as exciting.
reply
mrheosuper
2 days ago
[-]
Arduino is just a fancy HAL that hobbyists like to use. So yeah nothing about it prevent you writting kernel.

In fact, the arduino port on esp32 is just a task of FreeRTOS, a multitasking kernel.

reply
deadbabe
2 days ago
[-]
Even after reading this comment I looked back because I really didn’t know what you were talking about, and only after reading the comment about “Anduin” did I realize there was no r in the name. Crazy.
reply
tiagod
2 days ago
[-]
I was confused for a lot longer than I am willing to admit.
reply
Saris
3 days ago
[-]
That's what I thought too at first
reply
tines
3 days ago
[-]
That’s some mentally-induced bad keming right there.
reply
throwup238
3 days ago
[-]
I think it's more of a parafoveal processing effect in contextual word recognition.
reply
teekert
2 days ago
[-]
First thought: Wow someone is running a full DE on an Arduino! How cool!!
reply
AbraKdabra
3 days ago
[-]
I mean, it can be worse, I read the title and thought "an OS by Anduin Wrynn to help us remove that sword from Silithus".
reply
tyre
3 days ago
[-]
“Why do I have this horde of zombie processes?”
reply
atoav
2 days ago
[-]
"An operating system for Arduino boards?" — my first thought.
reply
kwanbix
2 days ago
[-]
Yeah, very bad name.
reply
bdcravens
2 days ago
[-]
I saw the spelling, and assumed it was Android on an Arduino.
reply
pjmlp
2 days ago
[-]
Nope, also on the same boat, quite an unfortunate name.
reply
j45
2 days ago
[-]
The authors name is Anduin
reply
lucyjojo
2 days ago
[-]
my day is ruined...
reply
moffkalast
2 days ago
[-]
"Hey they're doing a micropyth- oh.."
reply
FpUser
2 days ago
[-]
ROFL. Yes. count me in
reply
ThinkBeat
3 days ago
[-]
I really wish people creating a distro, and even more so distro of a distro of a distro should not call it OS. (Debian - Ubuntu . AnduinOS)

I am alwasy happy to look at new operating system projects. It is a major hobby.

Could distros use AnduinDI AnduinUbuntu AnduinLinux. or just Anduin

I dont like getting my hopes up like that.

reply
benreesman
2 days ago
[-]
Technically what people often refer to as "Linux" should more properly be called "GNU slash Linux", or as I've taken to calling it, "GNU plus Linux", GNU being a holistic operating system with multiple kernel...

;)

reply
jillesvangurp
2 days ago
[-]
GNU people would insist so. But Linus Torvalds doesn't use that name and he seems indifferent to the whole GNU thing. The kernel was actually named Linux after Linus by early users and it kind of stuck. The license came later. And the Linux Foundation, the thing that is now probably closest to "owning" Linux (aside from Linus Torvalds) just calls it the "Linux kernel". There is no actual distribution called GNU/Linux. And insisting they all should be called that is a bit weird. None of those actually refer to themselves as GNU/Linux as far as I know.

Aside from that, it's also an inaccurate label these days. Most Linux distributions come with a lot of non GNU licensed software. To the point where these distributions (or any distribution) would be unusable without all that non GNU software. For example xfree86 and its modern replacement wayland are MIT licensed. Some popular window managers are GPL of course. But some aren't.

And some distributions actually replace GNU components on purpose (for stability/memory safety reasons usually). For example libc is now sometimes replaced by a MIT licensed variant called musl. You can now compile Linux with llvm instead of gcc. People commonly use zsh instead of bash. There are rust implementations of commonly used command line tools. Etc.

reply
cAtte_
2 days ago
[-]
it's a copypasta
reply
benreesman
2 days ago
[-]
In my defense its a remix of several copypastas.
reply
exe34
2 days ago
[-]
I think I can allow it for nixos, which is such a pain in the ass (I say that affectionately) that it merits the accolade. it's an os made of nix the language and nixpkgs the package manager. it happens to use the Linux kernel and a lot of gnu stuff, so maybe it could still be called a distribution, but it's so unlike 99% of what's out there.
reply
yjftsjthsd-h
2 days ago
[-]
> Could distros use AnduinDI AnduinUbuntu AnduinLinux. or just Anduin

ANAL, but I'm reasonably sure that the answer is no, they could not, because Ubuntu and Linux have trademark policies that would prevent that.

Also, I disagree; a distro, even a respin, is an operating system, they just don't have a unique kernel which sounds like what you want.

reply
mzajc
2 days ago
[-]
I believe it's fine, as long as you get a sublicense: https://www.linuxfoundation.org/legal/the-linux-mark
reply
voidUpdate
2 days ago
[-]
What does it actually mean to create a distro though? Is it just what software you package in your flavour of debian?
reply
ginko
2 days ago
[-]
To be an independent distro it should at least have its own package manager.
reply
spjt
2 days ago
[-]
The last thing the world needs is another Linux package manager. F-Droid uses apt and it could hardly be considered Debian.

It's an interesting question though, that I haven't thought about. At a minimum I'd say that it should have some sort of coherent goals and philosophy, its own package repository, and should not be replicable from its parent distro with a script to install/remove various packages.

The last one is probably the most critical, if it can do something the base distro can't, then it at least has a reason to exist, whether or not you want to call it a "distro" or not.

reply
LauraMedia
2 days ago
[-]
To me, a "distro" always was a prepackaged system that includes everything you need to use (it for). Of course there are major distros, they build their own systems and packages and bundle them with their main releases. But then there are also subdistros, that build other/more packages for a different experience (think elementaryOS).
reply
voidUpdate
2 days ago
[-]
I feel like I've seen a load of "distros" that are just ubuntu with different packages or a different default DE or something
reply
Hasnep
2 days ago
[-]
> F-Droid uses apt

I think you mean termux

reply
4gotunameagain
2 days ago
[-]
Or its own package repositories ! There are many excellent package managers out there :)
reply
voidUpdate
2 days ago
[-]
Don't loads use apt?
reply
ginko
2 days ago
[-]
Yeah and they're all Debian derivatives, IMO.
reply
alfiedotwtf
3 days ago
[-]
Names could be trademarked… it’s like if I started a car company called Red, but later marketed it as RedLamborghini
reply
ginko
2 days ago
[-]
This is also a pet peeve of mine.
reply
zamadatix
3 days ago
[-]
The last thing I'm going to care about comparing distros is whether they used the same naming pattern as Microsoft instead of Apple. To give credit to their author, it sounds like their name really is Anduin Xue and this is their OS, not that they intended for it to sound confusing. Not all that different than how Debian was named, beyond including OS at the end.

https://anduin.aiursoft.cn/page/about

reply
zem
3 days ago
[-]
I think the gp is complaining specifically about the "OS" bit; that makes it sound like a new operating system rather than a derivative linux distribution
reply
zamadatix
2 days ago
[-]
The points are are the same specific topic. A distro is a superset of the OS bit and the latter is rarely distributed without the additional software, documentation, and configuration that make up a distro so, to me, it's more than fine to me to include OS in the name. Even to switch between one Debian derivative to another it's extraordinarily rare to not reinstall the OS as part of that swap, so why not name the whole solution according to what it includes?
reply
astrange
2 days ago
[-]
The same naming pattern as Microsoft? Like a distro named Linux for Workgroups Lync 365?
reply
sampo
3 days ago
[-]
> AnduinOS, a one-man project from a Chinese Microsoft engineer, is quite a new Ubuntu remix that reshapes GNOME in the image of Windows 11.

> it modifies Canonical's current version of GNOME to look strikingly like Windows 11, using a collection of existing extensions and themes

https://www.theregister.com/2025/05/23/anduinos/

reply
sangeeth96
2 days ago
[-]
reply
kamranjon
2 days ago
[-]
wow that timeline is a bit of a roller coaster:

"In 2022, my project HowToCook became enormously popular on GitHub, causing me to spend significant time maintaining it.

Unfortunately, my relationship with Lily changed. Her arrogance and disrespect led to us breaking up. I learned that people change."

...

"After moving my account and files to Suzhou, I explored GPU computing, built a Boeing 737 simulator in Suzhou Center, and reignited my relationship with Lily, looking forward to our future together."

reply
darkwater
2 days ago
[-]
He definitely seems to be on the TMI side:

> I unintentionally released Windows 11 screenshots before its GA, which caused significant discomfort and impacted my career.

reply
4ggr0
2 days ago
[-]
i must say i'd be slightly offended if my current SO slammed me on their public about page, lol.
reply
majkinetor
2 days ago
[-]
I love the history, each year in paragraph or two. Really awesome.
reply
ForHackernews
2 days ago
[-]
> AnduinOS has more than just cosmetic changes, though. It removes Canonical's controversial Snap packaging format and its supporting tools. It replaces it with Flatpak and the GNOME Software app store configured to show only Flatpak apps. AnduinOS uses native .deb packages throughout, including for Mozilla Firefox; it comes with no Flatpaks installed at all.

Sounds like a big win for those of us frustrated by Snap. Are there any other good Debian-derivatives with Flatpak? I suppose you can always add Flatpak on vanilla Debian.

reply
ChocolateGod
2 days ago
[-]
VanillaOS?
reply
SadTrombone
2 days ago
[-]
Isn't VanillaOS immutable?
reply
rtpg
2 days ago
[-]
This is Yet Another Example of people just refusing to use Plasma despite Plasma being _so much closer_ to Windows.

Please people! KDE/Plasma gets you to something Windows-like! You don't have to use GNOME!

reply
dartharva
2 days ago
[-]
Yeah but Plasma is buggy and doesn't have a comparable ecosystem of apps like GNOME does.
reply
popol12
2 days ago
[-]
When was the last time you tried it ? What do you mean by "a comparable ecosystem of apps" ? Which apps would you miss on a KDE install ?
reply
mfro
2 days ago
[-]
I would argue GNOME doesn't have a comparable ecosystem of apps to KDE...
reply
dartharva
2 days ago
[-]
edit: please disregard the second half of my comment
reply
tombert
2 days ago
[-]
This actually looks pretty neat, particularly the integration with Flatpak.

One thing that confused me when I first went to Linux a million years ago was the difference in how you install stuff. With Windows you download an exe file, double click it, next next next finish, and you have your app installed.

With Linux, every distro is slightly different and it's almost never quite as straightforward to people. I think Flatpak has the potential to bring that kind of Windows-style of installation to the masses, and it always kind of annoyed me that Ubuntu doesn't embrace Flatpak outta the box.

reply
wsc981
2 days ago
[-]
I feel the Mac way is preferable, if possible.

Download a package (disk image) - macOS automatically extracts to the desktop. Drag and drop the application from the disk image into the /Applications directory. Done.

This is the way, I believe, most software should be installed. I understand some stuff might need to touch system files and for that, perhaps a wizard makes sense.

reply
jeroenhd
2 days ago
[-]
The Mac way kind of depends on how you get your application. Sometimes applications come from the app store, sometimes they're ZIP'ed files that get auto-extracted, sometimes they're in DMGs that are mounted but not extracted, and sometimes they open some kind of install wizard.

Some of them you can open by right-clicking them and hitting open. Others just open directly. There are also apps that throw up an error when you try to open them and you need to go to the security settings to hit an oddly-placed button to open them. Whether or not you've managed to run the program at least once also seems to influence whether or not an app in the applications folder actually shows up in Launchpad.

Windows does half of this too these days, but these days every OS is confusing and needs specific know-how when you just want to run the tool you downloaded.

reply
ZaoLahma
2 days ago
[-]
It's neat enough, but I still prefer to not have to download stuff, and instead have the available software in a central repository.

There's a reason why projects like Homebrew exist for Mac.

reply
pidgeon_lover
2 days ago
[-]
Central repositories and package managers are the reason I avoid Linux - I like to keep offline backups of old software. This is extremely difficult on Linux and you have to trust the package managers to keep your software available. I do not trust them to do so, and have faced countless issues at work with package deprecation on industrial Linux boxes. I end up having to manually search for and archive a million DEBs, which I can then manually install, and it ends up just being a very messy and time consuming way of approximating a fraction of Windows/Mac/Android's power.
reply
darkwater
2 days ago
[-]
If you are so worried by that you can setup a private repository. It's just a glorified HTTP server...
reply
tombert
2 days ago
[-]
I've debated trying to run my own Nixpkgs just because I think it would be fun, but I've talked myself out of it because I'm afraid that maintaining it would become a full time job.
reply
ChocolateGod
2 days ago
[-]
This is only really possible on MacOS where's there's only one target.

Linux is not a single target.

reply
alerighi
2 days ago
[-]
Honestly, the fact that to install software you have to go on a site, download an installer, and run it, is one of the reasons why I don't like Windows.

Not only that thing is time consuming and cannot be easily automated, but it's error prone, you are likely to find in the first Google results not the official website of the software but some other site like Softonic that with the software also installs bloatware/malware/toolbars/etc. Of course an expert user can distinguish the official site from a scam, but usually the average computer user can't.

What I like about Linux is just that you type in a terminal (or you use one of the many GUI that exist) `sudo apt install <software name>` and a version of that software, along with its dependencies, it is installed. And not only installed, but packaged, if needed patched, and tested to work along with other software in the distribution. When I install Windows I spend at least 1 hours going to every website of software that I need, download the installer, run the installer, click next, next, next, and repeat. With Linux I can just type in a single command every software that I need, let it run and install it, while I do other things.

And when you need to uninstall a software? On Windows you need the uninstaller, that if it was not created correctly, or created at all, will leave a lot of stuff on the system, files, registry keys, broken links, cache files, etc that you need to remove either manually or with some "cleaner" programs that do more harm than good, for that reason an installation of Windows needs to be formatted every X years cause of the accumulated crap.

From a developer point of view, and I've done many times, writing an installer for Windows, even using open source frameworks like NSIS, is a manual operation that is time consuming, can induce in errors, you need to learn a specific scripting language, etc, while making a package for Ubuntu/Debian (for example) is a simple operation, as simple as put the files of your software in a directory, put in a metadata file, and launch a command to produce the package. Most build systems (automake, cmake) already can create deb packages automatically with commonly used plugins.

reply
the__alchemist
2 days ago
[-]
Anecdote: Most of the software I use isn't available in `apt`, or the version there is dated. I prefer to get software from its official source, not a third party I don't know will have the current or any versions. And, there is more to software than free/OSS.
reply
popol12
2 days ago
[-]
I switched to an Arch based distribution and it's night and day. Almost everything is available through the AUR, you even have the choice to rebuild a package or to use a pre-compiled one. I'll never go back to Ubuntu and apt.

Oh, and it's a rolling release so my install doesn't break every 2 years with the new LTS upgrade.

reply
j_w
2 days ago
[-]
The AUR really is night and day compared to other package managers. Official packages get updates FAST, user packages typically not much slower.

Issues with new versions get immediate solutions on the forums, so breaking changes hardly impact you if you just check the front page of the forums when they do happen.

Arch has the reputation of being the hardcore distro, but really its so user friendly to manage after the initial setup (and I think they have an "easy" setup process if you don't want to manually configure everything now).

reply
bobajeff
2 days ago
[-]
I want to be able rely an an arch distro enough to be my main but it just seems like it needs too much maintenance and I'm afraid of some parts of my system breaking in some updates.

Meanwhile, on Ubuntu/Debian-based systems I can just install locally or use a third party repository for the things that need to be more up to date.

reply
j_w
2 days ago
[-]
Since I've started daily driving Arch on my personal machine I've had two instances that I can recall of a breaking change, both related to an NVIDIA driver update relying on some package that for whatever reason couldn't be bundled with the NVIDIA driver package. On the front page of the forums the fix was immediately available.

The reputation that things are always breaking just doesn't have merit anymore.

reply
tombert
2 days ago
[-]
You might look into NixOS unstable.

Its packages are generally pretty up to date, like Arch, but every update/rebuild snapshots the current system.

I find this pretty wonderful; if I am mucking around with packages or boot parameters or whatever, it’s way less scary; if I break something I simply reboot and choose an older generation.

reply
popol12
2 days ago
[-]
I was scared too and found out that it's actually the opposite !

I'm using Manjaro (derived from Arch), so I can't talk for Arch itself but so far (2 years) it's been way more friendly to me than Ubuntu (which I used for 7 years before).

reply
bobajeff
2 days ago
[-]
Long ago manjaro was my favorite distro because it had a lot of great defaults that are rare among distros. The thing I didn't like was always having to be on top of updates or the update system would break and fixing it was a process. However, the thing that made me stop altogether was that one update caused my Keyboard to stop working!
reply
pidgeon_lover
2 days ago
[-]
The Windows way, the software will always be available and will work "forever" from that installer. Archive to disk, reinstall in 30 years. Everything installs to a few easy-to-find paths, and the community support is amazing thanks to the largest userbase of all operating systems. Windows has its telemetry and update problems, but if you're not violating Microsoft's EULAs and hacking your own PC (with easy-to-use GUIs), you're not using it right.

The Linux way, the maintainers will archive your DEB or one of its dependencies and it will disappear - your business-critical machine now no longer works. You will not be able to reinstall it when travelling without an internet connection. The developer of another program might be Russian and now for political reasons his server is blocked/censored, so you can no longer install his software. Another developer changes the EULA and implements AI and mandatory telemetry and backdoors to the Five Eyes - your Linux system auto-updates and now you're pwned. You install a rolling release Linux and it updates endlessly until your CPU performance is compromised (see how Win10/11/iOS updates); you try to roll back and your software and dependencies all break (unfixable because APT installed them God-knows-where all over your system); when fixed, you find that because of the rolling release, you can't find the specific "last-good-version" of that one tool.

reply
prmoustache
2 days ago
[-]
It has been years most distros allows you to install apps through tools like Gnome Software or KDE <whichever its name is> which look exactly like an app store regardless if you are using flatpak or regular packages.
reply
bodge5000
2 days ago
[-]
An interesting anecdote for you about just how much an exe/dmg equivalent may be the missing link to mass adoption:

My older brother needed a new laptop. A little bit of background about him, he is not technically inclined at all and doesn't want to be. He uses Siri to operate things like alarms and reminders on his iPhone because he doesn't know how to use them. I even offered to show him, he doesn't want to know. This is someone for who an alarm clock app is too technical to get involved in.

So anyway, he needed a new laptop, and I of course had a fair collection of Thinkpads so gave him one of them; loaded up with Fedora (Gnome as the DE). I installed the basics he uses, pretty much just Chrome and the Spotify Desktop app.

He's been using that for a few years now and far less than having difficulty with it, he actually loves it, and says (I suppose mostly due to the speed of it) that he wouldn't want to go back to Windows.

Now obviously Flatpak can install everything he uses there, but I think for most people, that being an option rather than a requirement is scary. Windows doesn't have the option of using .exe, thats just how you install things, like it or not (*yes I know there's winget and whatnot, but you've gotta be pretty in the weeds to even be aware that exists). And if you want to install some non-free software, you can find yourself in a difficult position.

Clearly from my brothers case, Linux is now at a point where anyone can use it, I do think the last missing link is a unified executable/installer, that works across distros (in his mind, he's not using Fedora, he's using linux) and works in the same way as exe and dmg. And not just as another option either (see xkcd 927), but as a core requirement of shipping on Linux, and that's a far more difficult problem to solve.

reply
pkulak
2 days ago
[-]
If you’re gonna install everything as a flatpak, run Debian stable.
reply
slim
2 days ago
[-]
On your mobile phone you install software like in linux, by looking it up in the store. Windows is the outlier
reply
pjmlp
2 days ago
[-]
reply
thewebguyd
2 days ago
[-]
Unless you're looking for dev tools, then we are back to downloading an exe in the form of curl | bash taking over everywhere.
reply
mrheosuper
2 days ago
[-]
I've seen many times in Linux, the version in app store is different from its website(usually outdated).
reply
razemio
2 days ago
[-]
Yes, this makes sense, since most distros use a "standard release" system. The intention behind it is to keep your OS stable and only apply security patches at some point. If you want to have a system with always the newest software, you need to use a "rolling release " system. I think Arch Linux is the most popular (arch user btw). This is much more fun, if you know what you are doing. Otherwise you will end up with a broken system pretty fast. Ofc you can fix it, but depending on experience and skill something like Ubuntu is the better choice.
reply
the__alchemist
2 days ago
[-]
I think this is a conflation of the OS with the software a user is running on it.
reply
tombert
2 days ago
[-]
Sure, but it's a big outlier.

It's one of those things, I think younger people would adapt to Linux just fine because of the reason you stated, but I think people my age (or my parents' age) would have the most trouble with it. When I learned how to use a computer, outside of the Commodore 64 that I broke as a little kid, I learned to download .exe files and next next next finish to install, as did my parents.

reply
pidgeon_lover
2 days ago
[-]
On my mobile phone, I install software like on Windows, via APK/XAPK/IPA. I archive "last-known-good" versions of software I like, before the developer adds telemetry, advertising, AI and drops support for my OS version.

All "Linux forks" (MacOS, iOS, Android, Playstation OSes) all solve the installer problem and have offline installers.

Linux is the outlier.

reply
abrookewood
2 days ago
[-]
You can also download an MSI file ... or execute a Powershell script ... or install via chocolatey ... or install via myget ... or install via winget ... or the Windows Store

Not quite as straight forward as you are suggesting.

reply
wvenable
2 days ago
[-]
It used to be that simple but Microsoft (and others) are intent on copying Linux here. That would probably be fine on Windows as well as Linux if there was just one standard.
reply
tombert
2 days ago
[-]
MSI files are still basically the same experience as the exe. The rest are pretty developer-centric, except the Windows Store, which I agree is more analogous.
reply
neilv
2 days ago
[-]
Flatpak is great for people who wish they were running Microsoft.

Others can just run a distro for people who believe in open source software.

reply
dartharva
2 days ago
[-]
It's the opposite. Windows users don't procure their software from centralized stores, they install them from each of their individual installers downloaded from their respective websites.
reply
TheFreim
2 days ago
[-]
> Others can just run a distro for people who believe in open source software.

What about Flatpak is contrary to open source software as you seem imply? Flatpak itself is free software, so is most of the software packaged with it. There are quite a few good reasons to use Flatpak, especially for developers who want to make their software available on different distributions without wanting to worry about packaging separately themselves. There are valid criticisms of it, but being somehow against open source software or being somehow related to Microsoft is not one of them.

reply
j45
2 days ago
[-]
People don’t seem to understand the world doesn’t have to accept a solely form of packaging - theirs.

Flatpak might not be for me, it certainly helps get some beginners to Linux going. If they outgrow it, that’s great, or maybe they never need to.

reply
sgc
2 days ago
[-]
In the spirit of conversation I will give you my take on this.

Things I hate: Flatpak, Snaps, Docker containers, SystemD (different I know, but worth a mention due to the strong emotions nonetheless). Obviously too big a topic to talk about everything, but one common theme in all of them is they are often presented as the only way to do things by the developers that use them. The projects that use them tend to be harder to customize than they should be - sometimes much harder. Some of them, like Snaps and SystemD, get shoved down my throat so I hate them with a smouldering hate! And I won't use Ubuntu or derivatives any more. If you want to make a derivative distro, use Debian, use Arch, use openSuse, use RedHat.

I don't love it when I see so many projects on github where the project is a docker image or a flatpak - instead of writing an app that I can directly install on at least some flavor of Linux, with an optional wrapper / container / package. Of course I understand why its done, but it does feel a bit antithetical to the spirit of open source if I have to do a ton of arcane work to decouple your project from these containers (all of which have obvious downsides as well as upsides) just to use it directly in an OS - which is ultimately where all this type of software runs.

Why write beautiful or useful software, and lock it in a box? Technically, of course it remains open source. Yes, I can probably laboriously take it out of the box. No, locking it in the box in the first place is not as effectively open as if it had never been placed only there in the first place. Developers who want to do this are totally free to do so - just it will rub me wrong and I won't appreciate their work nearly as much. That is a trade off I presume they know they are making for many users, so to each his own.

Practically? I have opted to avoid all flatpaks and snaps, and to only use appimages - to avoid having a variety of these tools with their variety of performance, maintenance, and security concerns to deal with on my system. I chose appimage because snaps are terrible and I much prefer the fuller inclusion of dependencies in an appimage compared to flatpaks just duplicating what a repository already does - and sharing dependencies between apps. I only use appimage if I really need a piece of software and there is no other packaging available. Similarly, I only use docker off my main device, but there are a few projects that require me to use it. I will always prefer an LXC or a VM first if I can.

That's my own little world. I know it doesn't matter. But I would guess it fits pretty close to the sentiment and practice of a lot of people.

reply
ethersteeds
2 days ago
[-]
Huh. I'm sure there's some projects that release exclusively via docker or snap/flatpak, but in my experience that's pretty uncommon. Far more often I see a release page with a dozen or more options. Binaries for Arm, AMD64, flatpak, snap, a few flavors of Mac, dockerfile, and of course the venerable tarball. The advanced will have deb and rpm as well. I see these options as very much aligning with the spirit of free or open source software: everyone can pick what's best for themselves.

Obviously when the choices are removed and there's cramming down throats, that's a problem. And I'm sure being forced to shuck software from a container would leave a bad taste. However I don't see the popularity of the formats you dislike as causing a broad decline of those you do.

reply
sgc
2 days ago
[-]
It's becoming more and more common in my experience, hence the long post. Ubuntu's notorious hiding snaps in apt by writing wrappers and making it hard to work around it is the next level of this trend - and it is deplorable. That type of obfuscation and attempted deception is not the spirit of open source.
reply
ethersteeds
1 day ago
[-]
That's a good point. I've stayed completely away from Ubuntu since they started down that path, which has made me out of touch with the day to day experience of its users. Deplorable is the right word.
reply
the__alchemist
2 days ago
[-]
I agree! I think the easy/simple thing to move towards is more compatible ABIs, and just... running standalone executribles, unless the program triggers a certain complexity threshold most don't.
reply
keysdev
2 days ago
[-]
.deb should be fine too. It can convert to appimages pretty easily.
reply
neilv
2 days ago
[-]
Calling it (edit: using the term) "free software" is a great example of utterly failing to promote your own principles, and stabbing the entire mission in the face.

Let's try to repurpose an incredibly widely used pre-existing term, that means almost the opposite of the essence of our entire mission, to mean our mission. And every time people tell us that's moronic, we double down. As we continue to watch people somehow totally miss the point of the mission, but surely the fact that we're mind-bogglingly self-sabotaging at advocacy can't have anything to do with that. We should totally keep stabbing ourselves in the face.

IMHO, it is one of the most shameful failures of marketing of the last century.

reply
TheFreim
2 days ago
[-]
Flatpak is unambiguously and undeniably free and open source software and the fact that you think it isn't demonstrates that you have been misinformed. The Flatpak project is licensed with the LGPL. Furthermore, the vast majority of software packaged with Flatpak is free and open source software.

https://github.com/flatpak/flatpak

reply
neilv
2 days ago
[-]
No, I'm saying that you are making the advocacy mistake of using the term "free software".
reply
marcus_holmes
2 days ago
[-]
I don't understand this. The software is free. But calling it "free software" is a mistake?

And I don't understand the advocacy angle. Is any reference to "free" or "open" in any tech-related conversation automatically advocacy (even if the author did not intend to be an advocate for it)?

Genuinely curious. Apologies if it doesn't read like genuine curiosity, I am genuinely curious.

reply
neilv
2 days ago
[-]
There are specific philosophies and missions behind various kinds of software for which you might have access to the source code.

The most formalized and principled original one, was unfortunately named "free software". (Where RMS expects to be able to explain that it doesn't mean "you don't have to pay money for it" like everyone already thought, but he wants it to actually means "free as in freedom". And he imagines having this conversation, and people being intrigued by the wordplay, etc.)

Of course what happened is that everyone wanted stuff without paying money for it, which is fine, but most people never learned the principles behind the various philosophies, nor why they are that way. Installing a Linux-based software distro is the same as downloading a freebie "community version" of software decidedly not in the same spirit, is the same as downloading a cracked version -- it's all just "free".

A related thing happened with the Internet, in a sense. The early people tended to be egalitarian and principled, and actively onboarded new people into the culture, etc. But when the dotcom gold rush happened, most of that was quickly swept aside. And most of what was already known and taught about cooperative online behavior was never even learned.

reply
marcus_holmes
1 day ago
[-]
Thanks for replying and explaining.
reply
FergusArgyll
2 days ago
[-]
Maybe they're confusing it with snaps?
reply
tombert
2 days ago
[-]
I run NixOS so I have my own opinions on the best way to package software. I'm just saying that I think Flatpak is, if nothing else, good for people who want to transition away from Microsoft.

My parents are both pretty smart people but I genuinely doubt that I would be successful in converting over to Linux if they have to type `sudo apt search my_package` and then `sudo apt install my_package` all the time. For people like them, who have been on windows for the last thirty years, I think that Flatpak is great.

reply
yjftsjthsd-h
2 days ago
[-]
> if they have to type `sudo apt search my_package` and then `sudo apt install my_package` all the time.

As opposed to the much easier `flatpak install com.fqdn.app.name`? Don't confuse underlying package format with CLI/GUI; Synaptic, GNOME Software, Plasma Discover, etc. are fine ways to install normal packages.

reply
tombert
2 days ago
[-]
I've had it set up so you can just double-click the Flatpak files, not too dissimilar to an exe download.
reply
the__alchemist
2 days ago
[-]
You don't have to be non-technical to prefer a simple, non-memorize-text way to install things.
reply
j45
2 days ago
[-]
Agreed.

Also the majority of people like to do things with a computer other than, or rather than work on the operating system.

I like customizing my OS. But it shouldn’t be a barrier or gatekeep beginners out.

reply
Saris
3 days ago
[-]
I'm not really sure after reading through the front page why it's different from Ubuntu, it mentions flatpaks so that's one aspect.

But there's no breakdown of what other major things are different, or why to pick it over Ubuntu or [other popular distro].

reply
ethan_smith
2 days ago
[-]
The key differences are: Windows 11-like UI via GNOME extensions, Flatpak-first approach instead of Snap, removal of Ubuntu telemetry, and pre-configured extensions that would otherwise require manual setup.
reply
sambaumann
2 days ago
[-]
Or mint, which is a much more popular Ubuntu derivative which uses flatpaks
reply
glenstein
3 days ago
[-]
It is emphatic about no telemetry, so I wondered if that was in contrast to Ubuntu (been forever since I've used Ubuntu so I don't know, unless package repository interaction counts as telemetry). But it might just mean that in contrast to Windows or even just a general sense that distinguishes it even from apps which for many are one of the bigger sources of telemetry concerns.
reply
Saris
3 days ago
[-]
Yeah I saw that too, but since it doesn't say how Ubuntu compares I assumed it was just a random fact they picked to put there.

For comparison the Bazzite website is fantastic for making me interested in it because it explains a lot about what it does to make my life easier!

It's good to have facts about things, but explaining how something helps the user is important too, the open source community definitely benefits from having marketing-style info IMO.

reply
dartharva
2 days ago
[-]
It wants to specifically target Windows 11 users, which is strange because Windows 11 itself isn't done with targeting its own users yet.
reply
_imnothere
2 days ago
[-]
Seeing the screenshot on the site with WPS Office seem like a huge red flag to me, while the distro might not be affiliated with WPS Office, I'll just put the link here to raise attention that WPS Office DOES NOT worth anyone's trust.

https://www.reddit.com/r/linux/comments/vz1gse/allegedly_wps...

reply
jeroenhd
2 days ago
[-]
It's a Chinese distro, so it's not that surprising that they package a Chinese office solution.
reply
dartharva
2 days ago
[-]
Ain't nobody outside China using WPS cloud, you don't have much to worry about from a functional point of view.

I prefer OnlyOffice myself. The Russians made such a good MS Office clone even UNESCO is using it apparently: https://www.onlyoffice.com/customers.aspx?from=default

reply
skvmb
3 days ago
[-]
I read this as Arduino OS. :sad_face:
reply
rlue
3 days ago
[-]
Yes, this naming is really unfortunate. It appears to be inspired by a fictional river from the LOTR-iverse:

https://tolkiengateway.net/wiki/Anduin

reply
JoshTriplett
3 days ago
[-]
It appears to be the lead developer's name: https://github.com/Anduin2017
reply
platevoltage
2 days ago
[-]
That's what got me to click.
reply
meta-level
3 days ago
[-]
you're not alone it seems..
reply
cardanome
2 days ago
[-]
Considering we already have Linux Mint which is Ubuntu based with the shite parts removed and where flatpacks are well supported, I wish it would say more about about the unique selling point of AnduinOS.
reply
p1necone
2 days ago
[-]
There's currently a large amount of non-technical Windows users who are being told Windows 10 is going to be no longer supported, and the only way for them to switch to Windows 11 is to buy a brand new device.

Anecdotally these people are less resistant to moving to Linux instead than you'd think, and having a distro which looks exactly like windows would be useful. Although I've just been recommending Kubuntu - KDE Plasma is already pretty close to Windows, and likely to be supported for a long time unlike this.

Getting off topic now, but I think this forced sunsetting of hardware by MS is a huge misstep - desktop/laptop PCs are no longer the necessity they used to be, I feel like a large proportion of people are going to choose to switch to just using their phone/tablet full time instead of buying a new Windows PC or installing Linux. Combined with their seemingly intentional devaluing of the xbox brand they seem to be hellbent on destroying everything that gives them mindshare with regular people.

reply
cardanome
2 days ago
[-]
Yeah but for these people Linux Mint is the clear recommendation. Cinnamon is pretty close to the traditional Desktop they know.

For non-technical users you want something mainstream with a big community. Sure, for me AnduinOS not being very popular would not be an issue because of the Ubuntu base and me knowing what to search for but for beginners it is better to stick something where it is easy to get help for.

reply
_carbyau_
2 days ago
[-]
> they seem to be hellbent on destroying everything that gives them mindshare with regular people

I agree. MS is making Win11 hard to swallow while at the same time devaluing the Xbox brand.

But Windows market share is remarkably resilient - especially PC gaming. They can afford to lose some tiny % market share if it will benefit them elsewhere. I don't see the benefit, but maybe someone in MS does?

Would I like to see PC gamers suddenly flip to desktop linux? Sure, I'd be pleasantly surprised. But history suggests that's not the way to bet.

Come November, maybe Windows will go from 95% on the Steam hardware listings to 94%. Although I guess change starts somewhere and that 1% is not to be discounted.

reply
chrsw
2 days ago
[-]
I doubt many people will switch to Linux because of the forced switch. Most people will putter along on Windows 10 until they can upgrade. It's still too much of a disruption to swith to Linux, especially for non-technical users.
reply
p1necone
2 days ago
[-]
For sure - the people I mentioned anecdotally willing to switch were only willing because I was there to go through the rigmarole of making a bootable usb, changing bios boot settings and giving them a rundown of the differences in UX.
reply
j45
2 days ago
[-]
I love mint, but Linux is about choice.

Best messaging and explanation wins, not best distribution.

I’m still finding it pretty remarkable this is so small, but I shouldn’t be.

reply
dartharva
2 days ago
[-]
Windows 11 theme. That's it.
reply
tamimio
2 days ago
[-]
I have been distro-hopping since probably around 2004, whenever now someone is asking me what to recommend as a Linux, it’s as follow:

- Entry level and everything you will ever need, stable, etc: Mint

- Feeling adventures: go with arch or some of its arch-based distros.

- Used linux before: NixOS.

reply
KetoManx64
2 days ago
[-]
Hard to recommend Nix now with how deep a hole they've dug for themselves with their leftist politics, banning of users for their political views and forcing the founder to leave the project over politics. Nix logo is now officially LGBTQ colors according to them.
reply
SnuffBox
2 days ago
[-]
It's a shame how there are so many developers detached from reality now; the amount of people perfectly fine with acting like squabbling children is exhausting for anybody with more than a passing interest in open source software.

I know there have always been people detached from reality but it seems that there are more now than ever before, like this brand of online insanity is a more recent phenomenon.

reply
byproxy
2 days ago
[-]
What's leftist about supporting the LGBTQ community?
reply
strawhatguy
2 days ago
[-]
Oy, that's disappointing, I hadn't heard that (and yep checked the website; the logo's changed... sigh). I guess I can dismiss NixOS from my list of possible linux distros. I thought Nix's approach was an intriguing idea, but the last thing I want with my Linux distros is maintainers sidetracked with politics. It means the distro itself takes second place.

Yet sometimes less is more anyway, and I've been using Void Linux recently. Feels like the linux distros I grew up with, just better.

reply
__MatrixMan__
2 days ago
[-]
After a few years using nix for my projects, everything else feels flimsy. They can make the logo be a pile of poo for all I care.

Maybe you're the one who is sidetracked with politics.

reply
strawhatguy
2 days ago
[-]
Cool, glad it works for you, as I said, it is promising.

Others might be turned off before they get started. In any case, it's a distraction, and has no business in any open source project. Inviting politics in (if that is what the Nix team is doing) puts an upper bound on the distro's reach.

I got curious about it, and yeah, doesn't appear a great community, at least a year ago: https://shealevy.com/blog/2024/05/08/broken-promises-the-nix...

reply
gradientsrneat
1 day ago
[-]
Yikes, that'a not the first thing that comes to mind when I think of politics. In fact, it's one of the last thing that comes to mind, and whitewashing the behavior of the NixOS community leaders as simply, "politics" doesn't do justice to what is described in the blog post.
reply
KetoManx64
2 days ago
[-]
Well of course I do. If a project openly states that they will ban me for my political beliefs, even if I talk about them on my personal website or X account, why in the world would I invest my time and energy in learning how to use it and also investing time into improving the project and submitting bug reports? I'm not a masochist and do not support people that openly hate me and my values.
reply
celeryd
2 days ago
[-]
Mint is just as bad as AnduinOS, it's just an Ubuntu clone. NixOS is just Silverblue but worse. Everyone should just be using Debian, or Arch if you want to rice, or Fedora if you use RHEL at work.
reply
k__
2 days ago
[-]
Manjaro definitely has Mint vibes.
reply
dadrock
3 days ago
[-]
The Ghost of Lindows.
reply
flas9sd
3 days ago
[-]
it's pretty straightforward to change: a makefile, some preset variables in a .sh, then it iterates through https://github.com/Anduin2017/AnduinOS/tree/5bbd94d9c4fa455e... - the tree also points at the gnome-extensions it uses to create and mod the global menu.

can't be too hard to rebase onto Debian (the superior .deb distribution). I put it on 2 endof10 laptops as whatever I do every few years, kde just doesn't stick

reply
keyringlight
2 days ago
[-]
This approach is something I wonder about versus the freedom to fragment with a thousand full distros, each with their own maintenance staff (and burden of supporting what they release if they want to be taken seriously) and experimenting with something. I think there's value in experimenting and exploring new directions, but it would be overall beneficial if there were efforts to consolidate or make it an easy to enable option if those branches prove valuable and compatible with the parent distro
reply
flas9sd
2 days ago
[-]
addressing that concern, the dev blog roadmap[1] lays out the plan to commonize in the 1.4 version cycle with completion in v1.5 to

> .. establish our own apt software repository, managing all changes directly via dpkg. [..] This also allows other Linux distributions like Debian to install AnduinOS's customizations easily

[1]: https://news.anduinos.com/post/2025/5/21/anduinos-future-dev...

reply
whalesalad
3 days ago
[-]
Why would one want to run this over Ubuntu? So much effort is wasted on producing and maintaining entire distributions when they are just another distro with a preinstalled package list and a skin?
reply
cosmic_cheese
3 days ago
[-]
Distros also represent sets of defaults and software choices (e.g. removing snap). Good defaults can make a world of difference and dramatically reduce time to usability on new installs.

Besides that distros also tend to include theming that’s much more complete and versatile (works at odd UI scales and such) than themes you find online, which can also be of value. Trying to assemble all the components and poke configs in all the right places to get a coherent look is frankly a huge pain in the rear.

reply
whalesalad
3 days ago
[-]
Could that not be a script you run on a fresh Ubuntu install? I am just thinking in terms of all the heft and maintenance responsibility for maintaining this website, documentation, etc (which is all going to be virtually identical to every other documentation site), building isos, hosting them, doing releases.

When the end result is just install packages a, b, c, remove snap, add this theme, add this wallapaper. that is like a script to me lol.

aka ship a diff instead of shipping an entire asset.

reply
SR2Z
3 days ago
[-]
> Could that not be a script you run on a fresh Ubuntu install?

It would be amazing if you could just download the combo of the script and image so you don't have to spend time configuring it :)

reply
cosmic_cheese
3 days ago
[-]
Scripts are fine for the lightest of changes but quickly become ungainly and prone to failure, plus the user has to re-run it to reapply changes after system updates.
reply
hakube
2 days ago
[-]
similar to Omarchy by DHH. Just run a script after a fresh install of Arch, and it will pre-configure your Hyprland desktop
reply
alfiedotwtf
3 days ago
[-]
It’s sad that it seems some of the comments are asking “Why?”…

I’d say this is a good middle ground compromise for people who want the privacy of QubesOS but with an Ubuntu experience underneath

reply
iAMkenough
2 days ago
[-]
The reason I ask "why" is I don't understand what this does differently than a distro like Mint. There isn't really an explanation beyond "You remain anonymous to the system." All while promoting third-party software that does collect telemetry.

What exactly does this distro offer that others don't?

reply
jeroenhd
2 days ago
[-]
It looks like Windows 11. Sounds inconsequential, but a different basic look and feel are a major problem for many people when they first try Linux.
reply
lrvick
2 days ago
[-]
I have in the past used solutions like these to move elderly people to Linux that cannot emotionally handle a change in icons or where they exist on screen, and would never research technical problems on their own.

Generally a bad call for anyone else who will be unable to apply online advice for linux because the OS they have in front of them which is meant to imitate windows.

reply
AgentK20
3 days ago
[-]
No ARM builds either, despite being based on Ubuntu, so I'm not even going to bother trying it out since I expect poor experience on an emulated x86.
reply
muxl
3 days ago
[-]
The desktop background reminds me of some screens that MEPIS OS used [0] back when I was first getting into Linux in high school and the idea of live distributions blew my mind. I assume it's a coincidence people just like pyramids I guess.

[0] - https://commons.wikimedia.org/wiki/File:Mepis.png

reply
sgt
2 days ago
[-]
Kinda cute and reminds me of KDE back in the early 2000s, just with the start menu in the middle.
reply
gertlex
3 days ago
[-]
Only 2 GB iso! Smaller than Ubuntu! ... I remember when Ubuntu 14.04 was 1 GB ISOs... oh that was a decade ago :(
reply
gummyworm
3 days ago
[-]
For a long time, Ubuntu ISOs fit on a CD-ROM. Once that barrier was broken, the sizes inflated pretty rapidly IIRC.
reply
williamscales
3 days ago
[-]
They used to send you free CDs to hand out if you asked!
reply
ale42
2 days ago
[-]
I hope I didn't throw away the ones I had!
reply
hnlmorg
2 days ago
[-]
The last time I installed Ubuntu, it was from a CD. ;)
reply
ehutch79
3 days ago
[-]
This feels like a lot to run on an arduino. Even the arm ones arn't hitting 100mhz.
reply
merelysounds
3 days ago
[-]
> a lot to run on an arduino

This is aNduinos, unrelated to aRduino.

reply
mvieira38
2 days ago
[-]
It's Anduin as in the fictional river from LotR
reply
k33n
2 days ago
[-]
Why do people keep doing this?
reply
pjmlp
2 days ago
[-]
Because instead of trying to improve GNU/Linux to be a solid alternative to Apple, Google and Microsoft offerings, we have politics with everyone doing their own little village.

It was one of the reasons I eventually went back to Windows as main driver, yes it sucks for some things, there is M$ and all that, yet when one of my devices breaks down, I can get a replacement on the same day, without dealing with whatever snowflake hardware I need to order online that hopefully will actually support 100% of its capabilities.

VMWare Workstation, and WSL nowadays, take care of whatever needs I might have on GNU/Linux related development.

On Cloud side, we use whatever is the provider's custom distro, with customisations that most likely never end upstream.

reply
prmoustache
2 days ago
[-]
> yet when one of my devices breaks down, I can get a replacement on the same day,

How many times has it happened in your life?

Anyone who uses a computer professionally has a backup ready at all time anyway. These days it is not like it is hard to find a computer with its baseline compatible with linux anyway. An incompatible network chip issue is easily solved with a know USB compatible wifi card. Usually only people buying brand new uncommon tech/features or gaming experience issues.

reply
pjmlp
2 days ago
[-]
I use computers since 1986, UNIX in various flavours since 1992, GNU/Linux since 1995 starting with Slackware 2.0 (kernel 1.0.9, first ELF support), and to this day that is the usual answer in Linux forums.

Yet, other than the Netbooks glory days, I am yet to buy a Laptop, even from Linux shops, where everything is 100% supported, or eventually doesn't get broken in some kernel update.

I rather use the Linux kernel in the shape of Android/Linux, WebOS/Linux, or device specific ones like Raspberry or Cloud vendors sponsored distros, which they have to maintain themselves for their hardware.

Best of all, it all works on whatever I can get on Media Markt, Saturn, FNAC, Cool Blue, Conrad, Publico, Dixons,...

reply
prmoustache
1 day ago
[-]
> Best of all, it all works on whatever I can get on Media Markt, Saturn, FNAC, Cool Blue, Conrad, Publico, Dixons,...

You don't expect MacOS to work on an ACER laptop you buy at the nearest Mediamarkt right? Nor do you expect to be able to plug a windows installer memory stick and install it on an apple silicon macbook air right ?

With only a couple minutes of research it is fairly trivial to find laptops compatible with linux, especially if you stick to business line of laptops such as the thinkpads, dell latitude. I could install and use Fedora on the last 3 professional laptops I have been given by my employers, as in all personal computers I have bought.

reply
eadmund
2 days ago
[-]
> Yet, other than the Netbooks glory days, I am yet to buy a Laptop, even from Linux shops, where everything is 100% supported, or eventually doesn't get broken in some kernel update.

Purism’s laptops appear to be well-supported and to hold up well over time.

System76’s too.

reply
pjmlp
2 days ago
[-]
Where can I buy them in Europe, without ordering online?

Additionally, how many posts from online forums do you want with counter-examples from them?

reply
prmoustache
1 day ago
[-]
If you are in europe you have plenty of choice: slimbook, tuxedo, starlabs, novacustom, keynux, skikk....I think framework ships to europe and make sure their laptops are compatible with linux too:

https://frame.work/es/en/linux

EDIT: I hadn't seen the "without ordering online"

You just check what models/chipsets are supported when you are in the shops

reply
eadmund
2 days ago
[-]
> Because instead of trying to improve GNU/Linux to be a solid alternative to Apple, Google and Microsoft offerings, we have politics with everyone doing their own little village.

The politics are required by the fact that we don’t all agree on what improves GNU and Linux versus what makes them worse.

But at least with GNU/Linux we have the freedom to disagree and ‘[do] our own village.’ On Windows, Microsoft decides and users comply. Don’t like Windows 11? Tough! Don’t like some (mis)features of Windows 11? Tough!

reply
pjmlp
2 days ago
[-]
And that is why the likes of Microsoft, Apple and Google win the hearts of consumers, and developers that are't into FOSS dogmas.

Too many people busy fighting among themselves instead of a common goal.

Divide and conquer.

reply
wolvesechoes
2 days ago
[-]
This freedom is a comfort of toothless and powerless. FOSS crowd do not have a power to enact a real change and really liberate computer users, so they comfort themselves by escaping to their small digital fiefdoms.
reply
simondotau
2 days ago
[-]
https://xkcd.com/927/

This, plus a few orders of magnitude.

reply
crimsoneer
2 days ago
[-]
because hackers gonna hack?
reply
Retr0id
3 days ago
[-]
Maybe this is pedantic, but with a "No telemetry at all!" headline it's weird to see two telemetry-gathering applications (Youtube, Steam) in the demo screenshots. Unless there's something to mitigate this?

Edit: The headline text changes on each page refresh, most of the time it says something else.

reply
0x457
3 days ago
[-]
Well, YouTube isn't an application is a webpage, install plugins to block tracking there.

Steam is opt-in for metrics, all it does is collects hardware report. Unless I'm missing something?

reply
Retr0id
3 days ago
[-]
It still logs rather a lot by default, like which applications you launch and how long you use them for.

Which is fine, all laid out in their privacy policy etc., but it's not clear to me where Anduin's "No telemetry at all!" promise starts and ends.

Maybe "no added telemetry" would be more pedantically-correct.

reply
0x457
3 days ago
[-]
I don't know, I understood it as "No OS level telemetry or telemetry in first-party apps".

> It still logs rather a lot by default, like which applications you launch and how long you use them for.

If you're talking about Steam, those are social features that can be disabled if you want to hide the fact you're playing a hentai game (NSFW) https://www.reddit.com/r/Steam/comments/1ie66ix/nsfw_show_me...

I'd rather OS not fuck with my application settings on its own nor do I want it to install browser plugins for me. I wish I had a dollar for every "ubuntu, but looks like windows".

reply
anshargal
2 days ago
[-]
It's fun to see new waves of Linux UI polish attempts (like DHH's Ubuntu/Arch scripts, or this project). The Linux desktop could use some care -- and it's the kind of work a single (talented) person can actually do.

The harder problem is the underlying drivers and app ecosystem. Will some third-party package actually run, or will it require qt-2 and then crash on launch? Why is the laptop's webcam upside down, or why is wi-fi dropping every 11 minutes?

One-man distros rarely fix this (unless the person actually has same trouble). It takes a company, that would be willing to invest the sheer human-hours. We had Red Hat, Ubuntu -- companies that did a lot, but eventually capped their investment in the desktop. We need a new one. Until then, we'll keep getting the same experience under a new label.

reply
idiotsecant
3 days ago
[-]
Is windows 11 really the GUI that we want to be emulating?
reply
cosmic_cheese
3 days ago
[-]
11’s design language (Fluent) in itself isn’t bad. Personally I find it preferable over the antialiased Windows 1.x look that reigned from 8 through 10. It also implements dark mode more completely than 10 does which is nice.

What makes 11 bad is all the other stuff, like ads in your start menu, taskbar losing functionality, endless background processes being added, etc.

That said there really should be a DE that has built in settings that produce legally distinct but spiritually aligned XP and 7 clone environments.

reply
dionian
3 days ago
[-]
right my first reaction was 'cool a more macos like linux experience, let's take a look'
reply
mvieira38
2 days ago
[-]
Is this meant to be a Windows 11 clone on Ubuntu?
reply
paride5745
2 days ago
[-]
Is this the distro created by a MS employee?

I wonder if this is a weird tasting the waters for an eventual MS Azure Linux Desktop Edition...

reply
SnuffBox
2 days ago
[-]
Ah, one of these again. At the end of the day it comes down to:

1. No average Windows user would ever switch to Linux even if it looks similar

2. No Linux user would put themselves through a simulated Windows experience

reply
totallykvothe
2 days ago
[-]
"The ISO is only 2GB"

0_o

reply
brirec
2 days ago
[-]
Have you ever seen the size of modern OS installs?
reply
guerrilla
3 days ago
[-]
So it's just another Linux distribution? A Flatpack-based spinoff of Ubuntu?
reply
thesnide
3 days ago
[-]
flatpack, snap and all thpse docker wanabee solve the right problem the wrong way.

(pseudo)static is a quick & dirty solution to a real problem. really solving it requires skills and time. which are all quite scarse given the new generation appetite for ease of use over efficiency

reply
magackame
3 days ago
[-]
What is the right way to solve this problem in your view?

If Rust continues to take over we will end up with (truly)static everything, which doesn't look too bad.

reply
pabs3
2 days ago
[-]
reply
thesnide
3 days ago
[-]
Dynamic linking is much better in the long run. As you can proxy things more easily if changes are needed.

But it needs more ABI hygiene, and maintaing that compatibility proxy layer.

Yet, I agrew that unfortunatly, it feels much more effective at first to just "freeze the whole stack in amber".

Context: https://debconf25.debconf.org/talks/78-static-linking-pitfal...

reply
blacklion
2 days ago
[-]
It looks bad: Security hole in popular library (crate) and you need to update everything (and, probably, wait till authors of software update their dependencies) instead of update one system library.
reply
guerrilla
2 days ago
[-]
Looks terrible to me. Huge waste of disk,RAM and a thousand gaping security holes waiting to happen.
reply
froh42
3 days ago
[-]
Aaaaaargh a fucking AI did translate this from English to German when I look at it. Horrible translation.

Eine freundliche Distribution. Ok, fuck yes, if it is friendly, does it say good morning and good night? And ask me how I am?

"Es ist eine perfekte Kombination aus Erfahrung und Ökologie." Ok, it's about ecology, so something about trees and nature and owls and bunnies?

"AnduinOS ist Ihre finale Linux-Distribution!". Wait, you'll think I DIE if I use this?

reply
encom
2 days ago
[-]
It's AI translated to danish as well, and it's not good. It gets basic grammar wrong, and it just reads weird and clunky.
reply
Retr0id
3 days ago
[-]
I think your user agent is doing the translation, but "ecology" is a weird word choice in the original(?) English version too.
reply
zamadatix
3 days ago
[-]
There is a language picker on the site which seems to give these translations. I'm also not 100% sure if the English version was the original version either, or at least it would explain some of the word choices if it wasn't.
reply
numpad0
3 days ago
[-]
It's static. There's a dropdown near bottom left to switch back to en-US. Looks like most of non-English versions are machine translated, except not all from the same singular version.
reply
jeroenhd
2 days ago
[-]
There's a language dropdown at the bottom of the page. The English version seems mostly fine.
reply