Check out our Monthly Survey Page to see what our users are running.
Do you think that Steam will become open source in the future?
RubyRose136 a day ago
This applies to the Steam client and possibly the server infrastructure.
tuubi a day ago
I wouldn't hold my breath. I mean, I'd be all for it but what would motivate Valve to do this?
Liam Dawe a day ago
Nope. Valve do a lot of open source stuff, but why would they open source the client to directly help competitors? Not likely at all.
denyasis a day ago
Nope. Their mandatory closed source client is the thing that forces you into their ecosystem. And their ability to have complete control of that ecosystem to positively tailor the user experience is what's allowed them to dominate the market. I can't see a scenario where they would consider giving that up.
wvstolzing a day ago
Quoting: denyasisNope. Their mandatory closed source client is the thing that forces you into their ecosystem. And their ability to have complete control of that ecosystem to positively tailor the user experience is what's allowed them to dominate the market. I can't see a scenario where they would consider giving that up.

That's giving the client a bit too much credit, though; I'd say the thing that forces people in their ecosystem is the DRM, and the breadth of the user base they've built over the years, and that's about it. I don't see why the client couldn't be open source, to talk to an API that remains the interface to the locked down DRM.

... it's not as though the client provides specialized libraries, device drivers, & whatnot, that accomplish the relevant tasks (like streaming, chat, the installer, the storefront) uniquely well. It's a decent front end to a well established/entrenched system.

Other companies have worse clients, not because they're unable to figure out Valve's secret sauce, but because they aren't even trying to improve user experience.
bonkmaykr about 20 hours ago
Source available at best.

Steam has lots of legacy and proprietary Source engine components in it such as VGUI which may deter Valve from wanting to release the code.

Steamworks DRM probably isn't an issue, many Steam games don't use it, and the ones that do are as simple as being able to find a valid steam login session from the steam client. Not even necessarily in online mode either.

Overall, I would be happy if Valve did this, but I'm not holding my breath and I don't really care a lot at the end of the day. The only thing that makes the Steam client special is that it connects to Steam. I would be much more excited if Valve simply had a public and well documented API to allow third party Steam clients to be easily made. All the other stuff Steam does well are not crazy hard to implement, even for inexperienced programmers, its just that the designers working for the competing companies are braindead and don't understand what users want out of their storefronts. Epic, Origin etc could all easily out-do Steam if they put in any effort.

Last edited by bonkmaykr on 23 September 2024 at 2:36 am UTC
LoudTechie about 10 hours ago
Quoting: RubyRose136This applies to the Steam client and possibly the server infrastructure.
When pigs fly and hell freezes over.
Absolutely not.
Valve treats open source like most of the industry.
A power sink.
Making something open source is a great way to make it grow and stop being a threat to the way you do business, so they took the power of their biggest dependency/threat(micro$oft) and threw it down the open source hole.
There's just a lot of it, so they're throwing a lot of power down that hole.

The closest you will get is based on its open source dependencies(the client is just a chromium browser)

Last edited by LoudTechie on 23 September 2024 at 12:27 pm UTC
PublicNuisance about 9 hours ago
Why would they ? Valve doesn't care about FOSS. Their Linux customer's don't care that they don't care about FOSS. They have zero incentive or pressure to change.
eldaking about 4 hours ago
This is one of those things where "open source" doesn't really mean much.

They could release their client software under the GPL or MIT or whatever, and then anyone would be able to make a client just like theirs - but the part that matters is the API and being able to talk to their servers, which is entirely separate from the source code of the client. People could make unofficial clients if Valve allowed it, with no access to the source code of the official client. And even if you had the source code, if Valve didn't want to let your unofficial client connect it wouldn't do shit.

With the server software it is even more laughable. Are all we users of Steam going to host our own stores? With humongous servers and all? Even if someone wanted to, all the games by all the publishers are still in Valve's servers and their agreements are with Valve, you would have a store with no games.

Only other big competitors could really benefit from any of that, by taking whatever good parts and incorporating into their own stuff - which is the biggest reason for Valve to not do it. No user would benefit from the extra freedom, but it would be for the benefit of their competitors with no counterpart. But frankly, that wouldn't even be a big deal, wouldn't make the market more competitive or anything: the companies able to compete in this space, and able to maintain such a humongous infrastructure and code base, are big enough that the software is hardly the bottleneck. They can make their own clients and servers in the way they prefer, many already have. They might lack some features, but the biggest problem with the various clients from the various stores are the anti-features, the shit they intentionally broke to better exploit us.

Free and open source isn't a magic solution. A lot of the most hostile, anti-consumer software is at least partially FOSS - Google built it's dystopian monopoly on top of it. In this case we need interoperability and open standards, accountability and user empowerment, not just source code.
LoudTechie about 2 hours ago
Quoting: eldakingThis is one of those things where "open source" doesn't really mean much.

They could release their client software under the GPL or MIT or whatever, and then anyone would be able to make a client just like theirs - but the part that matters is the API and being able to talk to their servers, which is entirely separate from the source code of the client. People could make unofficial clients if Valve allowed it, with no access to the source code of the official client. And even if you had the source code, if Valve didn't want to let your unofficial client connect it wouldn't do shit.

With the server software it is even more laughable. Are all we users of Steam going to host our own stores? With humongous servers and all? Even if someone wanted to, all the games by all the publishers are still in Valve's servers and their agreements are with Valve, you would have a store with no games.

Only other big competitors could really benefit from any of that, by taking whatever good parts and incorporating into their own stuff - which is the biggest reason for Valve to not do it. No user would benefit from the extra freedom, but it would be for the benefit of their competitors with no counterpart. But frankly, that wouldn't even be a big deal, wouldn't make the market more competitive or anything: the companies able to compete in this space, and able to maintain such a humongous infrastructure and code base, are big enough that the software is hardly the bottleneck. They can make their own clients and servers in the way they prefer, many already have. They might lack some features, but the biggest problem with the various clients from the various stores are the anti-features, the shit they intentionally broke to better exploit us.

Free and open source isn't a magic solution. A lot of the most hostile, anti-consumer software is at least partially FOSS - Google built it's dystopian monopoly on top of it. In this case we need interoperability and open standards, accountability and user empowerment, not just source code.


It would mean a lot just not for direct competition.
It would make the life of custom launchers like heroic much easier.
It would allow people to build their own personalized clients(they could write their own recommendation algorithms, spoof data provided by the client to the server, provide more or less of the information the client receives to the user, make it more platform compatible, etc.).
It would allow researchers to run localized tests on the server infrastructure without bothering Valve who actually needs that infrastructure.
It could allow all kinds of existing platforms to integrate steam in their offerings.
wvstolzing 11 minutes ago
Quoting: LoudTechie
Quoting: eldakingThis is one of those things where "open source" doesn't really mean much.

They could release their client software under the GPL or MIT or whatever, and then anyone would be able to make a client just like theirs - but the part that matters is the API and being able to talk to their servers, which is entirely separate from the source code of the client. People could make unofficial clients if Valve allowed it, with no access to the source code of the official client. And even if you had the source code, if Valve didn't want to let your unofficial client connect it wouldn't do shit.

With the server software it is even more laughable. Are all we users of Steam going to host our own stores? With humongous servers and all? Even if someone wanted to, all the games by all the publishers are still in Valve's servers and their agreements are with Valve, you would have a store with no games.

Only other big competitors could really benefit from any of that, by taking whatever good parts and incorporating into their own stuff - which is the biggest reason for Valve to not do it. No user would benefit from the extra freedom, but it would be for the benefit of their competitors with no counterpart. But frankly, that wouldn't even be a big deal, wouldn't make the market more competitive or anything: the companies able to compete in this space, and able to maintain such a humongous infrastructure and code base, are big enough that the software is hardly the bottleneck. They can make their own clients and servers in the way they prefer, many already have. They might lack some features, but the biggest problem with the various clients from the various stores are the anti-features, the shit they intentionally broke to better exploit us.

Free and open source isn't a magic solution. A lot of the most hostile, anti-consumer software is at least partially FOSS - Google built it's dystopian monopoly on top of it. In this case we need interoperability and open standards, accountability and user empowerment, not just source code.


It would mean a lot just not for direct competition.
It would make the life of custom launchers like heroic much easier.
It would allow people to build their own personalized clients(they could write their own recommendation algorithms, spoof data provided by the client to the server, provide more or less of the information the client receives to the user, make it more platform compatible, etc.).
It would allow researchers to run localized tests on the server infrastructure without bothering Valve who actually needs that infrastructure.
It could allow all kinds of existing platforms to integrate steam in their offerings.

Yeah but the prerequisite to all of that is a properly documented public API; open sourcing the client *without* offering a documented API would make the developers' job only slightly easier -- they'd still need to reverse engineer how to talk to Steam's servers by reading through the client code, which, for all we know, could be a jumble of uncommented hacks.
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register


Or login with...
Sign in with Steam Sign in with Google
Social logins require cookies to stay logged in.