Open Source

Open-source AnyPS5 tool ports PlayStation 5 games to PC without emulation

A new GitHub project claims to run PS5 games natively on Windows and Linux by translating executables rather than emulating hardware, sidestepping the performance costs of traditional emulation.

1 min read
Open-source AnyPS5 dumps emulation to run PlayStation 5 console games natively on PC

Beyond the emulator

PlayStation 5 emulation efforts have accelerated following Sony's announcement that it would discontinue PC releases of its first-party, story-focused single-player titles. The newest entrant to this space is AnyPS5, an open-source initiative that sidesteps emulation entirely, instead claiming to execute PS5 games directly on personal computers. According to its GitHub repository, the project functions as an automated tool for converting executables to run on Linux and Windows systems.

The PS5's reliance on AMD's Zen 2 processors means the console operates on x86-64 architecture, enabling AnyPS5 to function as a compatibility bridge akin to Proton or Wine. Rather than simulating the console's hardware, the tool takes PS5 executable files and translates them into formats compatible with Windows and Linux, converting shaders into SPIR-V for use with Vulkan. This approach to porting avoids the processing overhead inherent in emulation, potentially delivering improved performance and a more responsive gaming experience.

Source: Tom's Hardware · Reporting supplemented by The Silicon Ledger staff.