Linux Desktop reaches New All time high. 4.45%(+0.4) 📈🐧
gs.statcounter.com/os-market-share/desktop/worl…
10 Comments
Comments from other communities
Didn't realize how big it was in India, 16.21%!
Kerala have a big contribution to this since all the school IT labs + government offices here use ubuntu or its slightly modified versions. Wish if every state did so.
Everything I hear from India is generally pretty negative news with the exception of basically anytime Kerala is mentioned.
My Windows 10 install shat the bed so I'm trying Linux Mint again.
It's crazy how a computer can feel brand new again when 50 different pieces of bloatware aren't trying to all start on boot.
The gaming situation is so much different now with Steam Play and Proton. Although I've found that just because a game is Steam Deck Verified, it doesn't necessarily mean it'll work the first try.
I installed PopOS last year after I got fed up with bloatware, adds, and just outright annoying “notifications” in windows 10 and 11, and I haven’t looked back.
I found a great resource in the ProtonDB website for configuring proton settings as I have also occasionally had games not work properly that are steam deck verified. There are typically enough people posting how they overcame issues and their build components so you can try to match up their fixes with your computer parts. It helps a ton most of the time.
Yeah ProtonDB is great but it doesn't always have a fix.
For example, Powerwash Simulator is Steam Deck Verified and has a Platinum rating and most people are like "runs great out of the box, no problems".
However, when I tried it, the screen would blank every second until I managed to put the game into windowed mode, and then the lower portion of it was concealed behind the app panel.
This was on a fresh Linux Mint 22 install with the latest proprietary Nvidia drivers.
Also, you can't install most games until you enable "Steam Play on all titles" which I had to figure out myself.
Installed Bazzite myself yesterday and yeah it feels like I bought a new PC without having actually spent the money XD
We making to the 5% with this one!!! 🗣️💯🙏🔥🔥🔥🔥
What is unknown? Various Unix variants? Custom embedded operating systems ( does that count as desktop?)?
maybe browsers that obfuscate that information
So I've looked into the yearly stats and macOS stats and the fact that they call it OS X and the macOS version stats only go up to Catalina (the last 10.x, released in 2019) makes me believe most of these are macOS 11+ users.
Things like Haiku (or BeOS), ReactOS, ArcaOS, AmigaOS etc.
I don't think they do but maybe they're also counting type 1 hypervisors.
Edit: Nevermind, I thought they bundled in "Other" into that category; they didn't, as evident by the chart below the stats which includes "Other".
It's probably just the case of they couldn't determine the OS being used.
Only 3.42% in Europe RIP
Yeah, hopefully government and EU interest in open source will change this on a large scale.
Both Germany and Switzerland both made progress in the last months.
Except Norway with 29.1%. What gives?
I was checking out regional market shares and it seems Linux has a 29.1% market share in Norway. Anybody knows why? Linux is almost twice as big as OSX there.
So in theory, one third of everyone I meet should be a linux user. Yet everyone uses windows. 🤔 Am I the 30%?? /sw
Right? It seems fishy to me, that's why I asked. Would love to know the reason for this.
I do actually know a fair share of people using Linux in my social circle, but a lot of them uses both windows and Linux. My family uses Linux for their private devices, as that was a requirement to get my technical support. And an increasing number of my friends are moving over to Linux.
What I find weird is the sudden increase of 10% (from 18.16% to 29.04%). Like, did everyone get back from vacation after a Linux conversion camp or something?
Good on you for converting even more normies to Linux.
What I find weird is the sudden increase of 10% (from 18.16% to 29.04%).
There have to be a reason for this. Maybe people finally got fed up with MS & Apple.
I love the idea of using Linux. But then I end up playing Warzone every weekend with my family. Can't give that up. The best part is that they want kernel access, and still have cheating problems, apparently. (Must be higher than my level!) But it still inherently affects me, as they won't port to Linux.
Kernel level anticheat still can't stop cheaters? Time for boot partition anticheat, let it run before the kernel ;)
Hell, layer the whole OS on top of anticheat software just to play one game.
Funny, with a harsh ring of truth. I actually would be interested if they could dual boot with the game on a partition. That would make the transition to Linux easy too. But ultimately as it is, it's "use Windows, or say to hell with playing games with your family". I'm lucky that I still enjoy playing games with them, and them with me, so I gotta stick with that.
Naah, obviously the solution unrestricted mic and camera access with AI analyzing the stream to detect cheating.
Im at a similar place as you where I do as much gaming on linux as possible but then there are some games that just do not work :(. At this point Im really thinking about playing warzone on a console since there is support for keyboard and mouse (last time I checked).
Sigh. macOS nowadays.
I honestly don't know how to think about this. On one hand, it's pretty cool that more and more users are giving the finger to Microsoft and switch to Linux.
On the other hand, Linux systems are gonna become a bigger target for cyberattacks or malware. I realise that I, as a regular person who isn't on dodgy porn sites all day, probably have nothing to fear but still, I like my Linux lightweight and if they have to slap some antivirus on there.... eh idk
Don't fret! 95+% all servers on the internet run Linux so the attack vector has been there for ages. Follow best practices and your risk will remain low!
Unfortunately there's a lot more to it than that.
You're right that the "back end" of Linux systems tend to be quite hardened.
It's the desktop environments that are a concern when it comes to security hardening, IMO. Almost all servers have no DE installed so it's not something enterprise has cared about.
How much effort has been put into security on DEs? I honestly have no idea, but so far there hasn't been an enormous pressure to security harden them.
Shit, look at:
X11. It's insecure by design, yet most distros still ship with it (understandably, since Wayland isn't 100% yet).
packaged software runs as root during the whole installation period - this means that anything slipped into the install script will have full root privileges to do anything to your system. Flatpak does fix this, but normally-packaged software is still abundant.
any non-root program can change aliases in your bashrc or bash_aliases file. I.e. they can change "apt install" to some other nefarious command, or to point to a dodgy software repository, so that next time the user types "sudo apt install [XYZ]", it downloads malware or does other nasty things.
I'm absolutely *clueless* about this stuff and I can come up with those potential attack vectors in seconds. Imagine what a proficient hacker could do, or a hostile nation-state.
I definitely think improvements will have to be made in terms of security, and we're no doubt going to hear more about malware in the coming years. But it's not an insurmountable problem, IMO. Distros and DEs will just take time to adapt.
X11. It’s insecure by design, yet most distros still ship with it (understandably, since Wayland isn’t 100% yet).
This is a bit overhyped.
packaged software runs as root during the whole installation period - this means that anything slipped into the install script will have full root privileges to do anything to your system. Flatpak does fix this, but normally-packaged software is still abundant.
WTF? Things that run as root, do. Things that don't, don't. Obviously most things don't.
any non-root program can change aliases in your bashrc or bash_aliases file. I.e. they can change “apt install” to some other nefarious command, or to point to a dodgy software repository, so that next time the user types “sudo apt install [XYZ]”, it downloads malware or does other nasty things.
For your own user, so what?
EDIT:
But it’s not an insurmountable problem, IMO. Distros and DEs will just take time to adapt.
Actually it is. One can make levels over levels of isolation, sandboxes and more sandboxes, but in the end conscious hygiene matters most.
This is a bit overhyped.
No, it isn't. If anything it's the opposite.
Under X11, any program of any kind can see the contents of another program.
Under X11, any program of any kind can see all your keypresses, whether the app is focussed, unfocused, minimised, on another virtual desktop. Anything.
Under X11, any program can inject keypresses into any other program.
Under X11, any program of any kind can access your clipboard.
And it doesn't even take root privileges. That's just the default.
The X11 system itself runs as root, though. And this opens the door for privilege escalation exploits.
That's before we even consider the devs themselves saying that the complexity, decades of spaghetti code, and unfixable bugs make it virtually impossible to patch.
X11 is a security *nightmare* of epic proportions. An absolutely cataclysmically insecure system. And it's one of the main reasons that X11 devs abandoned it for Wayland.
WTF? Things that run as root, do. Things that don't, don't. Obviously most things don't.
I never said that things that don't run as root run as root. That doesn't make sense, it's self contradictory.
What I said was that install scripts for repo packages *always* run as root. And therefore anything that makes its way into the script *will* be executed with root privileges. That is a risk.
For your own user, so what?
What do you mean, "so what"?! A non-root program being able to highjack system commands and even gain root access isn't "so what", it's a glaring security hole.
Actually it is. One can make levels over levels of isolation, sandboxes and more sandboxes, but in the end conscious hygiene matters most.
You're right, but you're taking my words there a little too literally there.
When I say the problems aren't insurmountable I mean *"with effort, a lot of these will be fixed and your system will be pretty secure"*, not *"one day Linux systems will literally be unhackable, and no exploit or security issue will ever be found again. Security problems will be a thing of the past."*
Under X11, any program ...
This would be the same as under Windows, no?
The X11 system itself runs as root, though. And this opens the door for privilege escalation exploits.
It usually does, but it doesn't have to.
That’s before we even consider the devs themselves saying that the complexity, decades of spaghetti code, and unfixable bugs make it virtually impossible to patch.
And the new thing to replace that is still not good enough after 10 years or so.
I said that install scripts for repo packages always run as root. And therefore anything that makes its way into the script will be executed with root privileges. That is a risk.
Let's please not extrapolate the problems of your distribution to all of them.
What do you mean, “so what”?! A non-root program being able to highjack system commands and even gain root access isn’t “so what”, it’s a glaring security hole.
Your user may set aliases for the shell of your user, and the program\script ran by your user can do that.
It's not a security hole at all. It's something you should be able to do for any normal use.
This would be the same as under Windows, no?
In short, no not really for modern windows versions, in almost all cases.
Although I don't find "well Windows does it so it must be alright" to be a great argument anyway. When someone says "top notch security", Windows isn't the first thing that springs to my mind.
It usually does, but it doesn't have to.
Hypothetically yes, but in every single distro out there that I've seen no. And most people don't build their own from scratch.
And the new thing to replace that is still not good enough after 10 years or so.
Not in all cases, no. There are fringe usecases still being worked on. I've been using it since 2016 just fine, but my sister, who is reliant on screen readers, hasn't been able to.
Like I said, things are being worked on. This is kind of derailing the conversation away from security, though. I was talking about security.
Let's please not extrapolate the problems of your distribution to all of them.
No. It is all of them. It's a problem with all Debian-based distros, Fedora, SUSE, Arch, you name it. Installer scripts run with root privileges.
Your user may set aliases for the shell of your user, and the program\script ran by your user can do that.
Yes... then when you run sudo thinking you're using whatever command, it can run something entirely different. How don't you see that as a problem?
It's not a security hole at all.
WHAT?! Any program, without root privileges, being able to tamper with what commands do, and gain full root access to your system, "is not a security hole at all"??
So you download, say, a text editor. Except it's been compromised (although you don't know it). That program alters the sudo command by aliasing it to execute a curl command that encrypts your drive and shows a message that if you send ABC amount of bitcoin to XYZ wallet, then you get the decryption key.
You run sudo for any reason, e.g. to edit your fstab file, do a system update, install a package, anything, and you type your password at the prompt as usual. Unbeknownst to you, you didn't actually just run sudo plus your intended command, you just ran that aforementioned curl script, and you handed it sudo privileges. Your SSD is encrypted, your data is gone.
In your mind, *that's* not a security hole? That's intended behaviour? Any program should be able to do that?
I don't really know what to say to that, other than I disagree wholeheartedly.
100% there will be more malware and scams as Linux grows. In fact, it's happening already.
Just look at there being multiple instances of cryptowallet theft on Ubuntu's app store by devs uploading fake copies of crypto wallet managers.
And that's before we even get onto DEs – and much of the desktop Linux stack in general – generally not being designed with security in mind, as it's not been something they've had to worry about.
We *will* see more malware, more scams. We *will* see glaring security problems that were allowed to stay in place for years be exploited. We *will* see infighting in the Linux community over all of this stuff.
It is the price we must pay for being an increasingly relevant platform.
With any luck, more users will mean more contributors, more financial support for devs, and of course better security as a result of that - you only need to look at how much KDE Plasma has improved with support from Valve, and how much work Gnome has been getting done after Germany's "Sovereign Tech Fund" contribution to see that even a little bit of support can go a long way.
And that’s before we even get onto DEs – and much of the desktop Linux stack in general – generally not being designed with security in mind, as it’s not been something they’ve had to worry about.
I'm not sure this is entirely correct. But there's truth here in the sense that things have been becoming more complex over time, so now an average desktop system has much more packages than 10 years ago, and supply chain vulnerabilities are a thing.
Now, using snap store, flathub and all that is just unhygienic.
We will see more malware, more scams. We will see glaring security problems that were allowed to stay in place for years be exploited. We will see infighting in the Linux community over all of this stuff.
I'm certain most of the failures will be in the new shiny stuff, and thus most of the losses in that infighting too.
I'm not sure this is entirely correct
Why is that?
Now, using snap store, flathub and all that is just unhygienic.
What is this based on? What do you mean by "unhygienic" anyway?
Flatpaks are more secure than system packages. They're not installed with installation scripts that run as root (and can therefore do *anything* to your system if malicious code is slipped in.
Flatpaks also have sandboxing. It's not a perfect implementation mind you, but it's better than zero sandboxing.
Snaps is a bit more complicated, but sandboxing works *if* you have a fistro that uses AppArmour, so basically Ubuntu and some derivatives. Although who else would use snaps anyway lol. Flatpak won that fight.
I'm certain most of the failures will be in the new shiny stuff
I don't know why you'd be certain of that. New stuff is generally designed from the ground up to be more secure.
Look at Flatpaks Vs repo packages.
Look at xdg-portals Vs 500 different implementations to do the same thing.
Look at the absolutely cataclysmic security catastrophe that is X11 compared to Wayland.
Why is that?
Because a vulnerability in one DE's file manager, for example, will have smaller impact because many people don't use that DE.
Same with other things.
Also because that's something we still had to worry about.
Flatpaks are more secure than system packages. They’re not installed with installation scripts that run as root (and can therefore do anything to your system if malicious code is slipped in.
Not all package managers even run install scripts (from packages) at all.
Flatpaks may contain vulnerable versions of libraries bundles, IIRC. While the one from the normal package manager has been updated.
Flatpaks also have sandboxing. It’s not a perfect implementation mind you, but it’s better than zero sandboxing.
I just don't like the general direction of this. Running more and more complex and untrusted crap and solving that with more complexity.
I don’t know why you’d be certain of that. New stuff is generally designed from the ground up to be more secure.
More complexity - bigger probability of mistakes. Sometimes fundamental laws are enough.
Look at the absolutely cataclysmic security catastrophe that is X11 compared to Wayland.
I'm afraid of the day that may come where people will say that Emacs is a security catastrophe due to lack of isolation.
This essentially all boils down to "I don't like new things, and despite it being made more secure, I don't trust it"
How are sandboxes "untrusted crap"?
You talk about complexity being bad, yet you seem to prefer X11 over Wayland, and 500 different implementations of the same thing, implemented separately by every app developer, rather than using a standardised xdg-portal. Surely you see the contradiction there?
This essentially all boils down to “I don’t like new things, and despite it being made more secure, I don’t trust it”
No, quite the opposite, I like new things, just in my own direction. Which would be simplification. We've had this exponential growth of computing power and complexity and expectations in the last 30 years, which can't go on.
Again, where you'd use a screwdriver 100 years ago, you'll still generally use a screwdriver, possibly one as simple as 200 years ago, but with computers we for some reason have to hammer nails with a microscope today.
A personal computer should be as complex as Amiga 500 tops.
Wasting 1000 times the energy to try and make it easier to use than that still hasn't yielded satisfactory results, for a sane person this means stop.
The rest is just gaslighting.
How are sandboxes “untrusted crap”?
What you run in them is untrusted crap.
yet you seem to prefer X11 over Wayland, and 500 different implementations of the same thing, implemented separately by every app developer,
Yes, what's standard in X11 has N different variants with Wayland. Correct.
rather than using a standardised xdg-portal
I don't use it at all.
If you meant that Wayland is simpler than X11, let's compare them when Wayland reaches feature parity. Also X11 as a standard is simple enough.
I also consider Nix and Guix to be better solutions to some of the problems Flatpak and Snap solve, and Flatpak and Snap to fall short of solving others.
The best protection against malware is closing the security flaws they typically abuse to make them work in the first place.
I wonder how much of it is that casual users are less likely to even own/use a laptop/desktop for personal use anymore. Mobile devices, and maybe tablets, have been the most popular way of connecting to the internet for a while.
Can you describe firewire in great detail?
It's an outdated interface connection standard commonly used by camcorders in the 1990's (mostly MiniDV camcorders I think); its technical name (or name of its specification rather) is IEEE1394, 'FireWire' is just the marketing term Apple used for it. I think Sony called it 'i.Link'.
FireWire400 is really called IEEE1934a and has a theoretical transfer rate of 400 Mb/s, it can deliver 7 watts of power and carry ethernet packets.
The standard pretty much died off as soon as USB 3.0 came out AFAIK, since they couldn't get higher transfer speeds than a theoretical 800 Mb/s (whereas USB3 supports up to 5 Gb/s).
My profile picture shows a FireWire400 port on the front panel of a PowerMac G5.
Thank you, Microsoft, for this wonderful opportunity! 🤭
No, seriously. How much of this increase is caused by obnoxious, assumptive, shitty, user-hostile decisions that Microsoft recently took?
My switch is.
Same. I'd have stayed on Windows if Microsoft had just not been so determined to make using the OS so dreadful while also harvesting my personal data.
I'm curious about work vs home use too. I'm guessing if you take out computers where Microsoft is mandated, it'd be more of a stark difference
Workplaces are all about the apps. If those apps you need only run in Windows, that's what you run. Believe me, businesses would LOVE to cut license costs.
Been a Linux user for 20+ years but windows WAS my daily driver the last 5 of them… got fed up with all the ads and plans for the screen recording and pulled the plug. Linux 100% for me again!
I was getting a couple of pop up ads in my Win10 install, and I switched a couple of months ago. The more I looked at gaming, the more I realized it could be done.
I play a fair bit too. (That's why I'm here.) People tend to underestimate the selection of games for Linux, always mentioning stuff like Tux Race and the likes. Even before Proton, you could run a lot of stuff; for example I got Cult of the Lamb, Celeste and Cuphead here, those aren't exactly "old" games (although not exactly fresh either - I'm a patient player).
I have seen people switch to linux or dualboot just because minecraft, a game owned by microsoft, works so much better on linux compared to windows
Minecraft is the exception that proves the rule - Microsoft likely did try to pull off the plug of OS X and Linux support, in a user-hostile move, but it failed due to its popularity.
Minecraft has two main versions:
- the Java version. Desktop-wise available for Linux, OS X, and Windows. Predates Microsoft buying Mojang (Minecraft's developer studio). That's likely the version played by the people whom you're referring to.
- the Bedrock version. Coded in C++, and desktop-wise available only for Windows. Created after the acquisition of the studio.
Odds are that, when Microsoft funded the Bedrock version, it assumed that every Windows player would adopt it instead of the Java version, because it does perform far better. But there's a catch - Bedrock cannot be modded (modified by the user with third party code), only the Java version can, and the modding scene for Minecraft is *huge*. So if Microsoft pulled off the plug of the Java version, a lot of people would leave, in special adult and teen players; and once they're gone people aren't introducing the game to young children any more.
Now, on *why* Java Minecraft runs better in Linux: I have no idea. It might be the mods themselves running better in Linux, as a lot of modders are Linux users.
Bedrock can be modded and has a lot of tools to do so(as far as i know, i dont play it)
On linux, it is much faster for both vanilla and modded minecraft
Minecraft bedrock edition can be played on linux using third party launchers
- Bedrock can be modded and has a lot of tools to do so(as far as i know, i dont play it)
*Kind of.*
Yes, you could call Bedrock add-ons "mods". But regardless of name they're clearly a different can of worms, more limited in capability - to the point that most are simply fluff, not changing the game in meaningful ways. Contrast that with the huge survival, industrial, exploration etc. modpacks that exist for Java, that basically use MC as an engine instead of a game. (Or even individual mods. Terrafirmacraft I'm looking at you.)
To give you an idea, CurseForge lists ten times as many Java mods than Bedrock addons, with half of them being stuff like TPs, skins, maps. So if you *really* want to see Bedrock addons as "mods", my point changes from "Bedrock has no mods" to "Bedrock has mods, but they don't matter in the big picture since people playing and modding Minecraft are mostly doing it with Java Edition". The conclusion is still the same.
On linux, it is much faster for both vanilla and modded minecraft [Java]
@Blisterexe@lemmy.zip mentioned that it has less CPU overhead and better OpenGL drivers. I never *noticed* a big difference for vanilla because it's typically mods that make your computer shit bricks.
Minecraft bedrock edition can be played on linux using third party launchers
The problem of something relying on a 3rd party dev like this is that MS can easily pull off the plug if it so desires, in ways that wouldn't look like arseholery but "protecting its own IP": copyright trolling, abusive terms and conditions, etc.
*Currently* it has no reasons to do so, as it would counter its best interests. But it's clear that, if Microsoft got its way with Bedrock, and players migrated in mass to Bedrock (to the point that the Java version was deprecated), MS would have all the reasons to pull off the plug.
That's funny, my friend tried to get mc working on linux and it kept flickering white. Wayland moment? Nvidia moment? Who knows
I want to know who the fuck is gaming on FreeBSD and how.
Who's saying anything about gaming in that image?
The comments on this article might lead to good info.
https://www.phoronix.com/news/Steam-FreeBSD-2021
I expect a lot is possible if Wine and good Vulkan drivers are available.
This guy shows how to get Steam up and running:
Yup, I used to use FreeBSD and it worked okay. When I used it, the Nvidia drivers were better than AMD, but I don't know if the FOSS AMD drivers have been ported to FreeBSD.
You can theoretically run Linux programs (such as Steam) on the BSDs. And I am pretty sure that there are some open source games on BSD too. Only tried it a few times tho.
Edit: and there's a WINE version for FreeBSD aswell.
FreeBSD Nvidia drivers have a similar set of features compared to Linux drivers, there is also a Linux compat layer on FreeBSD.
Known unknown(s) at 7.14% and rising over the Linux stat. Could these also be Linux and perhaps BSD desktops?
At this rate by 2038 windows will be at 50% market share and by 2069 it'll be at 0%.
Mac is at ~20% and quite well known already, so maybe 20% is the market share where even commoners (non-tech folk) will know of linux and use it. Still have a ways to go folks...
There's probably a better tool, but a 5 minute search didn't find one for me 🤷 How that was calculated
x*0 + 50
and x*0
to find the points where 50% and 0% are reached
High or low, all Linux usage stats are fake.
If that's a joke, I don't get it.
If that's real, I don't know why.
Help?
Those usage stats are a fantasy build by nicely asking your browser about your pc's details. But the answer is complete fiction. And one people often intentionally set to display Windows because idiotic corporate-created webpages will refuse to work properly otherwise.
(I haven't touched Windows in many years and still I would end up in those stats as a Windows user (and Chrome which is also wrong)...)
It's basically all just marketing bullshit.
Also, what does "a computer" mean?
Smartphone? Tablet? Laptop? what about in-airplane displays? what about cashier tablets? what about computers without a display? what about ATMs?
Anything with a browser user agent
I'm assuming they mean tracking Linux users is difficult since most distributions don't have any kind of telemetry or tracking and there's no company keeping track of their user count like Microsoft or Apple. However, it's not like it's impossible.
The closest thing to telemetry on Linux is Chrome OS.
Ask yourself: * Where do these stats come from? * What do they actually measure? * How can the total number of all Desktop Linux users or devices be known to anyone?
The fact of the matter is, none of these stats actually measure the number of users. Most of them are just totally flawed guestimates based on what is often limited web analytics data collected by them.
In fact, not even the developers of a single distribution can guess the number of people/devices using/running that specific distribution. A distribution like Debian for example has mirrors, and mirrors to some mirrors, and maybe even mirrors to some mirrors to some mirrors. So if Debian developers can't possibly know the number of Debian users, do you think OP's site knows the total number of Desktop Linux users?
And let's not get into the fact that the limited data they collect itself is not even reliable. View desktop site on your Android phone's browser. Congratulations! Now you're a desktop Linux user. No special user-agent spoofing add-on needed. You're even running X11. Good choice not following the Wayland fad too soon.
What's been going on over in the Apple world?
Probably just bad count. In the data starting in 2023, you can see "unknown" suddenly rise and windows dip, then immediately after macs get a boost to finally dip again while windows get a boost.
Must've been the release of multiple things and in Nov 2023 the data was corrected or a new product with windows on it was released.
Anti Commercial-AI license