Proton
by
ValveSoftware

Description: Compatibility tool for Steam Play based on Wine and additional components

View on GitHub ↗

Summary Information

Updated 17 seconds ago
Added to GitGenius on December 7th, 2025
Created on March 13th, 2018
Open Issues & Pull Requests: 5,132 (+0)
Number of forks: 1,518
Total Stargazers: 32,172 (+2)
Total Subscribers: 390 (+0)

Issue Activity (beta)

Open issues: 4,231
New in 7 days: 13
Closed in 7 days: 9
Avg open age: 1,693 days
Stale 30+ days: 4,016
Stale 90+ days: 3,723

Recent activity

Opened in 7 days: 9
Closed in 7 days: 7
Comments in 7 days: 76
Events in 7 days: 162

Top labels

  • Game compatibility - Unofficial (3,604)
  • XAudio2 (769)
  • Whitelist Request (445)
  • Regression (418)
  • .NET (274)
  • Game compatibility (157)
  • Mesa drivers (118)
  • Feature Request (98)

Most active issues this week

Repository Insights (GitGenius)

Median issue/PR response: 1.6 hours
Mean response time: 481.9 days
90th percentile: 2090.2 days
Tracked items: 3,409

Most active contributors

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.

According to GitGenius activity tracking, the repository shows significant ongoing maintenance with a median issue and pull request response latency of 1.7 hours across 3404 tracked items. The most frequently discussed topics center on game compatibility issues, with the unofficial game compatibility label appearing in 1996 tracked items. XAudio2 support discussions account for 443 items, while regression reports comprise 309 items. The primary maintainers tracked by GitGenius include kisak-valve with 6883 recorded events, simifor with 762 events, and alasky17 with 567 events, indicating concentrated maintenance by a small core team.

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.

Proton
by
ValveSoftwareValveSoftware/Proton

Repository Details

Fetching additional details & charts...