https://github.com/SteamRE/SteamKit
SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network.
https://github.com/SteamRE/SteamKit
c-sharp networking nuget protobuf reverse-engineering steam steam-network steamkit2 valve
Last synced: 17 days ago
JSON representation
SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network.
- Host: GitHub
- URL: https://github.com/SteamRE/SteamKit
- Owner: SteamRE
- License: lgpl-2.1
- Created: 2013-05-30T05:51:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T00:10:40.000Z (28 days ago)
- Last Synced: 2025-03-26T20:01:55.094Z (19 days ago)
- Topics: c-sharp, networking, nuget, protobuf, reverse-engineering, steam, steam-network, steamkit2, valve
- Language: C#
- Size: 59.3 MB
- Stars: 2,721
- Watchers: 119
- Forks: 507
- Open Issues: 46
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- stars - SteamRE/SteamKit - SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network. (C# #)
- awesome-steam - SteamKit2 - .NET library designed to interoperate with Valve's Steam network. (Packages / C#)
README
# SteamKit
[](https://github.com/SteamRE/SteamKit/actions/workflows/steamkit2-build.yaml)
[](https://www.nuget.org/packages/SteamKit2/)
[](https://codecov.io/gh/SteamRE/SteamKit)SteamKit *(also known as SteamKit2)* is a .NET library designed to interoperate with Valve's [Steam network](https://store.steampowered.com/about). It aims to provide a simple, yet extensible, interface to perform various actions on the network.
## Getting Binaries
### Visual Studio
SteamKit is distributed as a [NuGet package](https://www.nuget.org/packages/steamkit2).
Simply install SteamKit using the package manager in Visual Studio, and NuGet will add all the required dependencies and references to your project.
### OtherWe additionally distribute binaries on our [releases page](https://github.com/SteamRE/SteamKit/releases).
For more information on installing SteamKit, please refer to the [Installation Guide](https://github.com/SteamRE/SteamKit/wiki/Installation) on the wiki.
## Documentation
Documentation consists primarily of XML code documentation provided with the binaries, and our [wiki](https://github.com/SteamRE/SteamKit/wiki).
## License
SteamKit is released under the [LGPL-2.1 license](https://choosealicense.com/licenses/lgpl-2.1/).
## Dependencies
In order to use SteamKit at runtime, [.NET 8.0 Runtime](https://dot.net/) or higher is required.
If you're using the SteamKit NuGet package, dependencies should be resolved for you. See the [Installation Guide](https://github.com/SteamRE/SteamKit/wiki/Installation) for more information.
To compile SteamKit, [.NET 8.0 SDK](https://dot.net/) is required.
## Discussions
If you have questions, [use the GitHub Discussions](https://github.com/SteamRE/SteamKit/discussions) section,
also try searching for an existing discussion.IRC: irc.libera.chat / #steamre ([join via webchat](https://web.libera.chat/#steamre))