ValveSoftware/Proton

Compatibility tool for Steam Play based on Wine and additional components

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 45 minutes ago
Added to GitGenius on December 7th, 2025
Created on March 13th, 2018
Open Issues & Pull Requests: 5,173 (+0)
Number of forks: 1,576
Total Stargazers: 32,630 (-1)
Total Subscribers: 391 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.1 hours
Mean response time: 442.5 days
90th percentile: 2044.6 days
Tracked items: 3,288

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "AMD RADV" is answered fastest, typically in about an hour, while "overlay" waits about 26 months. 65% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 3% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4,282
New in 7 days: 12
Closed in 7 days: 9
Avg open age: 1,681 days
Stale 30+ days: 4,088
Stale 90+ days: 3,795

Recent activity

Opened in 7 days: 12
Closed in 7 days: 9
Comments in 7 days: 80
Events in 7 days: 142

Top labels

  • Game compatibility - Unofficial (3,656)
  • XAudio2 (774)
  • Whitelist Request (444)
  • Regression (423)
  • .NET (277)
  • Game compatibility (157)
  • Mesa drivers (118)
  • Feature Request (104)

Most active issues this week

Detailed Description

Proton is a compatibility tool developed by Valve that enables Windows-exclusive games to run on Linux through the Steam client. It functions as a wrapper around Wine, adding specialized components to bridge the gap between Windows game requirements and Linux systems. The project is written primarily in C++ and serves as the foundation for Steam Play on Linux, allowing users to access their Windows game libraries on non-Windows platforms.

The repository provides source code for advanced users who wish to customize their Proton installation, such as selecting different Wine versions for specific titles or applying custom modifications. Most users rely on the Proton versions distributed directly through the Steam client rather than building from source. The project maintains detailed documentation including a changelog available on its wiki and debugging guides for both Linux and Windows environments.

Building Proton requires either Docker or Podman, with the project providing a containerized build environment through the Proton SDK. The build system is designed to minimize host-side dependencies by executing most compilation inside containers. Users can build Proton using a simple top-level Makefile for straightforward builds or manually configure the build process with additional options like ccache support, custom SDK images, and SELinux compatibility. The system supports multiple build targets including local installation, redistribution packages, and deployment builds used for Steam distribution. Advanced features include ARM64 architecture support and unstripped debug builds for development purposes.

XAudio2 support discussions account for 443 items, while regression reports comprise 309 items.

The project is classified across multiple technical domains including Linux gaming, Windows game compatibility, DirectX support, Vulkan rendering, and cross-platform functionality. Its contributor network overlaps with major projects including Microsoft's VSCode and TypeScript repositories as well as the Rust language project, suggesting shared development practices and potential code sharing across these ecosystems.

Runtime configuration in Proton allows users to tune behavior for specific games through environment variables, with the Steam client automatically applying known configurations. Users can customize settings globally through a user_settings.py file or per-game through Steam's launch options. The installation process supports local builds integrated directly into Steam's compatibility tools directory, allowing users to test custom versions alongside official releases. All components operate under their respective licenses, with users required to adhere to license terms when distributing built versions.