this post was submitted on 04 Sep 2025
820 points (98.3% liked)

Linux

57917 readers
934 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

E: apparently it needs to be said that I am not suggesting you switch to Linux on your phone today; just that development needs to accelerate.

Android has always been a fairly open platform, especially if you were deliberate about getting it that way, but we've seen in recent months an extremely rapid devolution of the Android ecosystem:

  1. The closing of development of an increasing number of components in AOSP.
  2. Samsung, Xiaomi and OnePlus have removed the option of bootloader unlocking on all of their devices. I suspect Google is not far behind.
  3. Google implementing Play Integrity API and encouraging developers to implement it. Notably the EU's own identity verification wallet requires this, in stark contrast to their own laws and policies, despite the protest of hundreds on Github.
  4. And finally, the mandatory implementation of developer verification across Android systems. Yes, if you're running a 3rd-party OS like GOS you won't be directly affected by this, but it will impact 99.9% of devices, and I foresee many open source developers just opting out of developing apps for Android entirely as a result. We've already seen SyncThing simply discontinue development for this reason, citing issues with Google Play Store. They've also repeatedly denied updates for NextCloud with no explanation, only restoring it after mass outcry. And we've already seen Google targeting any software intended to circumvent ads, labeling them in the system as "dangerous" and "untrusted". This will most certainly carry into their new "verification" system.

Google once competed with Apple for customers. But in a world where Google walks away from the biggest antitrust trial since 1998 with yet another slap on the wrist, competition is dead, and Google is taking notes from Apple about what they can legally get away with.

Android as we know it is dead. And/or will be dead very soon. We need an open replacement.

you are viewing a single comment's thread
view the rest of the comments
[–] smiletolerantly@awful.systems 3 points 7 hours ago (2 children)

How exactly does Free, non-open-source software prevent that?

[–] mariusafa@lemmy.sdf.org 1 points 51 minutes ago

My bad for no specifying I didn't use a very specific naming indeed. Normally Open Source it's used for source code that's not copylefted or copylefted software that does not defend user freedom (Although Open Source OSS does not say that, indeed GPL by the OSS definition is open source software). On the other hand Free software is commonly used for GPL like software (although most of the so called open source software could also be named free software). Also free software does not refer to "gratis" software. For a better explanation you can check this and this.

Anyways what I wanted to point out is that software that protects user freedoms and is copylefted (like GPL) protect users because the source code is protected from being closed if it is distributed.

On the other hand some open source software (open as open access), like ASOP, give open access without any protection for the user freedoms. For example the BSD-3-Clause.

I prefer to use the term Free Software instead of Open Software, because it points out that the whole meaning behind the licence is to maintain source code freedoms. On the other hand Open software seems to defend the fact that the source code is open but not its freedoms.

Both OSS Open source and FSF Free software definition refer to mostly the same set of licences, which in order to distinguish you would need to check the particular details like copyleft, etc.

[–] bufalo1973@europe.pub 2 points 3 hours ago (1 children)

Because the license allows the closing of the code whenever a coder wants. BSD has that problem. It gives so much freedom that it can go against freedom itself. Microsoft took Kerberos (BSD), forked it and extended it. The MS fork gained ground against the BSD one and MS closed the source when its fork was the most used, pushing out the original BSD version.

[–] AnimalsDream@slrpnk.net 1 points 2 hours ago

I get where this argument is coming from, but I don't think there are meaningful differences in the success of gpl or other copyleft licenses, vs permissive ones (except maybe cases where someone was willing and able to enforce the gpl in court). Companies are no less capable of doing EEE with copyleft. There are also plenty of permissively licensed software projects that have gained a lot of popularity, just like some gpl ones have.

The difference in traction between Linux and BSD probably has more to do with the same kinds of forces that allowed Android to succeed and then crowd Windows phones out of the market.