

The runtime is not Steam itself. That’s more or less independent from the runtime. The runtimes are a collection of libraries that developers can develop against without having to include them themselves.
Kind of similar to the Visual C++ Runtime on Windows.




















No, it’s for running games on Linux. Steam will probably use the libs as well for its own functionality. But the main use is for game developers to target specific libraries so that they are independent of the user’s distribution.
And they can indeed be used outside of Steam as well. I sometimes use it to link in specific libraries for other games. @[email protected]