An open-source project called AnyPS5 wants to run PlayStation 5 games directly on Windows and Linux, and it plans to do that without emulating the console’s processor at all. Instead of simulating PS5 hardware the way traditional emulators do, the AnyPS5 project relinks PS5 game executables into a format a PC can run natively, then rebuilds the console’s system libraries so those games can call on them the way they would on real PlayStation hardware.
Key takeaways
- ✓AnyPS5 is an open-source tool that relinks PS5 game executables to run natively on Windows and Linux
- ✓It skips CPU emulation because the PS5 already uses x86-64 Zen 2 hardware similar to a PC
- ✓Shaders are recompiled into SPIR-V for Vulkan rather than emulated in real time
- ✓A test build reportedly reaches a game's main menu and some gameplay, but nothing is publicly available yet
- ✓The developer will not release the tool until a full game runs through it, a milestone likely years away
That approach only works because of a quirk of the PS5’s own design. Sony built the console around an x86-64 Zen 2 chip, the same basic architecture found in countless gaming PCs. Because the underlying instruction set is already so close to what a Windows or Linux machine understands, there’s no need to translate PS5 machine code into PC machine code step by step. The project’s developer compares the concept to Wine or Proton, the compatibility layers that let Windows software and Steam games run on Linux without full hardware emulation.
Table of Contents
How the AnyPS5 project actually works
Rather than emulating a CPU cycle by cycle, AnyPS5 relinks the game’s executable so it can run in the host operating system’s native format. The PS5’s system libraries, the code that handles things like input, audio, and graphics calls, get reimplemented so games can dynamically link against them just as they would on a real console.
Graphics work differently again. Since the PS5 uses a custom API tied to its AMD graphics hardware, AnyPS5 recompiles the console’s shaders into SPIR-V, the intermediate format used by the Vulkan graphics API. That lets a modern PC’s GPU driver handle the actual rendering, sidestepping the need to emulate Sony’s proprietary graphics stack entirely. On paper, this is a far more direct route to running PS5 software than anything resembling a conventional emulator, which typically has to reproduce a console’s hardware behaviour in software before a single frame gets drawn.
Where the project actually stands right now
Progress so far is real but modest. According to status notes on the project’s GitHub page, execution now reaches a game’s main function, exception handling has been built out, and the shader recompiler is producing SPIR-V code that validates without errors. Those are meaningful technical milestones for a project this ambitious, even if they sound modest to anyone expecting a working game library.
The repository also claims that at least one real game has reached its logo screen, loaded its main menu, and produced some gameplay with audio. There is no public build to test any of that independently, so those claims currently rest on the developer’s word alone. No release exists yet, and the developer has been explicit that nothing will be published until a full game can be launched and completed through the tool, not just partially booted.
Why full PS5 games on PC are still a long way off
It’s easy to picture a big first-party PlayStation exclusive or a blockbuster like GTA 6 eventually running on a Windows PC through a tool like this, but that scenario is not close to reality. AnyPS5 has not run a complete game yet, and reaching a menu screen is a long way from reliably completing a title’s story campaign, handling its save system, and supporting its full range of hardware features.

History offers a useful guide to how long this kind of work tends to take. Projects that brought PlayStation 3 and PlayStation 4 compatibility to PC, whether through official means or community reverse-engineering efforts, generally took years to mature from early proof-of-concept builds into something resembling a usable library of playable games. There is no reason to expect AnyPS5 to move dramatically faster, particularly given how much of Sony’s PS5 software stack, including its security and licensing systems, remains undocumented outside the company itself.
What this means for PC gamers and PlayStation owners
For now, AnyPS5 is best understood as an early-stage engineering effort rather than a shortcut to a free PS5 game library. Its significance lies in the approach: relinking code and recompiling shaders instead of full emulation could, if it eventually works, produce better performance and compatibility than a traditional emulator managing every instruction in software.
That matters because previous console compatibility projects, including those covering PS3 and PS4 titles, have shown there’s a genuine audience for playing console-exclusive games on a gaming PC once the tools mature enough to be trustworthy and legal to use. Anyone curious about the broader appeal of playing console games on a PC already has a sense of why a working PS5 port would be a big deal. Similar efforts around porting console games to other platforms show how much interest exists in freeing games from their original hardware. Readers keen to prepare their setup in the meantime might also look at setting up a controller for PC games, since any future PS5 titles on PC would likely play best with a controller rather than a mouse and keyboard.
Frequently asked questions
Is AnyPS5 an emulator?
No. The AnyPS5 project deliberately avoids full CPU emulation. It relinks PS5 game code to run natively on the host system and reimplements the console’s software libraries, similar in principle to how Proton lets Windows games run on Linux.
Can AnyPS5 run PS5 games right now?
Not publicly. The developer reports a test build reaching a game’s main menu with some gameplay and audio, but there’s no downloadable version available, and no game has been fully completed through the tool yet.
When will AnyPS5 be released?
There’s no release date. The developer has said a build won’t be published until a game can be fully launched and finished using the tool, a bar that hasn’t been reached yet.
Why is this possible for PS5 but harder for older PlayStation consoles?
The PS5 runs on an x86-64 Zen 2 processor, the same basic architecture used in modern PCs. Older consoles like the PS3 and PS4 used different chip designs, which is part of why their compatibility projects took so long to mature and often relied on heavier emulation.



