Affiliate disclosure: This guide contains affiliate links. As an Amazon Associate, we earn from qualifying purchases at no extra cost to you. Learn more.
Two New PS5 Emulators Are Real. Most of What You Will Find Searching Is Not.
2026-09-04 · News and analysis
Two names have been circulating this week: Prosper and PS5PCEM. Both are real, both are open source, and both are doing genuinely interesting work.
Neither is the biggest project in PS5 emulation. One of them is not an emulator at all, in the way that word is normally used. And the top Google results for "PS5 emulator" are not either of them, because those results are scams.
So this piece does two jobs. It explains what actually exists, and it gives you a way to tell a real project from a fake one. The second job is the more useful of the two.
As always, we cover playing games you legally own, and we do not link to or discuss ROM, firmware or key sources.
The Short Version
- No PS5 emulator plays commercial games well yet. Anything claiming otherwise is lying to you
- Prosper is not an emulator. It is a compatibility layer, closer to Proton than to RPCS3
- PS5PCEM is an emulator, at version 0.3.0-alpha.3, with 13 GitHub stars
- Neither leads the field. SharpEmu, RPCSX and KytyPS5 are all much larger
- What boots today is indie games, not the PlayStation exclusives people ask about
- PCSX5 and PCSX4 are scams. They rank highly and they take money
- Handhelds get nothing from this yet. Not this year
Prosper Is Not an Emulator
This is the single most useful thing to understand about the current landscape, and almost every writeup gets it wrong.
The PlayStation 5 runs on an x86-64 processor. So does your PC. That means there is no CPU to emulate. The instructions a PS5 game executes are instructions your machine already understands natively.
What stands between you and running the game is everything else: the operating system it expects, the system libraries it calls, the calling conventions it assumes, and the graphics API it talks to. Prosper attacks all of that directly rather than pretending to be console hardware.
Specifically, it loads and links Sony's proprietary module formats, performs high level emulation of PS5 system libraries using host facilities, translates between the FreeBSD and SysV ABI and the host's conventions, and converts the PS5's AGC graphics command streams into Vulkan, including recompiling RDNA2 shaders into SPIR-V.
If that sounds familiar, it is because it is structurally the same approach Proton and Wine take with Windows games on Linux. The project describes itself as a user-space compatibility layer, and that is exactly right.
Linux is the primary target, Windows is secondary via the MinGW-w64 UCRT64 toolchain, and macOS is mentioned but less developed.
What actually boots: The Messenger, Dead Cells, Blasphemous 2, Evergate, GRIS and Syberia Remastered have all reached various milestones, from menus through to gameplay sequences. Note the pattern. These are small, technically modest indie games. That is not a criticism, it is how every emulator in history has started.
The project is explicit that it remains an experimental research project rather than a general purpose game runner.
PS5PCEM Is an Emulator, and It Is Very Early
PS5PCEM takes the more conventional route. It is a Windows emulator written in Zig, copyright Artur Strazewicz, licensed GPL-3.0-or-later.
It handles ELF and SELF loading, module linking, RDNA2 shader translation to Vulkan, audio playback through FFmpeg, and controller input. Requirements are modest on paper: Windows 10 version 2004 or newer, an x86-64 CPU, and a Vulkan 1.2 capable graphics driver.
What actually runs: Terminator 2D, Jets 'n' Guns 2, Asterix & Obelix and The Precinct reach gameplay. Ghost of Yotei's intro video decodes successfully, which is a rendering milestone rather than a playable game.
Now the context that keeps this honest. It is at version 0.3.0-alpha.3, and it has 13 GitHub stars. That is a very early prototype by a very small project. Its own documentation says compatibility, performance, graphics, audio and stability all vary by title and hardware.
None of that makes it illegitimate. It makes it early. Those are different things, and the difference matters when you are deciding what to spend an evening on.
The Projects You Were Not Told About
Here is where the "two new PS5 emulators" framing breaks down. There are more than two, and the two in circulation are not the largest.
| Project | Approach | Where it is |
|---|---|---|
| SharpEmu | C#, Windows only | Largest by community size |
| RPCSX | C++, RPCS3 lineage, targets PS4 and PS5 | Oldest, started June 2023 |
| KytyPS5 | C++, revived a 2021 research project | Menus in some titles |
| Prosper | Compatibility layer, Linux first | Indie titles booting |
| PS5PCEM | Zig, Windows | Earliest stage of the five |
As of reporting in July 2026, SharpEmu had around 3,818 GitHub stars, RPCSX around 1,923, and KytyPS5 around 731. SharpEmu went public on 15 July 2026 after roughly four months of private development. KytyPS5 published its source the following day. RPCSX is the veteran, derived from the RPCS3 PlayStation 3 project and targeting both PS4 and PS5.
Their best results are worth stating plainly, because they set the ceiling for the whole field. Ghost of Yotei reaching a splash screen before crashing. Astro Bot booting. Grand Theft Auto V's PS5 remaster reaching a main menu. Quake II Remastered playable, on NVIDIA hardware specifically. RPCSX booting the PS5 safe mode and system software with working audio and controller input.
Splash screens and main menus. That is the state of the art.
This is not a knock. RPCS3 and PCSX2 both spent years on menus before broad compatibility arrived, and both are now excellent. But if you came here wondering whether you can play Spider-Man 2 on your PC this weekend, the answer is a clear no.
How to Tell a Real Project From a Scam
This is the part that matters most, because the PS5 emulator search results are genuinely dangerous.
PCSX5 and PCSX4 are scams. They are not early emulators, not abandoned projects and not works in progress. They are sites built to take money and attention from people searching for something that does not exist yet. PCSX4 is the more sophisticated of the two: it mimics RPCS3's site design and borrows naming conventions from legitimate projects, and through aggressive SEO it has repeatedly ranked as a top result for both "PS4 emulator" and "PS5 emulator." People have reported losing hundreds of dollars.
We are naming them so you recognise the names. We are not linking them.
Here is a checklist that works for any emulator, not just PS5 ones.
Real projects have these:
- Source code you can read. Emulators are open source almost without exception. RPCSX, KytyPS5, SharpEmu, Prosper and PS5PCEM all publish theirs.
- A license. PS5PCEM is GPL-3.0-or-later. A project with no stated license is a red flag.
- Commit history. You can see the work happening over time, by named contributors.
- An issue tracker full of problems. Real projects document their own failures. This is the strongest signal there is.
- Honest compatibility lists. Real projects tell you what does not work. Prosper says it is not a general purpose game runner. PS5PCEM says stability varies by title.
Scams have these:
- A standalone domain with a big download button and no repository behind it.
- Surveys before the download. No legitimate emulator has ever asked you to complete a survey. Not once, ever.
- Claims of full compatibility with current AAA games. This is the tell that ends the conversation.
- No source code, no license, no issue tracker.
- Payment for the emulator itself. Emulators are free. Developers may take donations through Patreon or similar, as PS5PCEM's author does, but you never pay to download the software.
The one-line version: if it is not on GitHub with source code, it is not an emulator.
There is a real risk attached to getting this wrong, beyond the money. Executables from these sites are a standard malware delivery route, and PCSX4 has been alleged to harvest console identifiers from people who connect real hardware to it.
What This Means for Handhelds
Nothing, this year. We would rather say that clearly than imply otherwise.
These projects need a desktop-class GPU with solid Vulkan support, and what they run is indie games at inconsistent frame rates. A Steam Deck, a ROG Ally or a Legion Go is not going to run PS5 games. An Android handheld is further away still, since these are x86 projects and Android handhelds are ARM.
The realistic path to PS5-era games on a handheld remains what it already was: PS5 Remote Play, streaming from a console you own.
For a sense of the timeline, look at the generation below. shadPS4 is the PS4 emulator, and it took years of work to reach the point where it plays real games well. We cover it in our shadPS4 setup guide and track the wider picture in PS4 emulation status in 2026. PS5 emulation is currently roughly where PS4 emulation was several years ago.
Check back in 2028. Genuinely.
Why This Is All Happening Now
The timing is not a coincidence, and it is the most sympathetic part of the story.
Sony has announced it will end physical PS5 disc production in January 2028. A petition against that decision has gathered more than 330,000 signatures. Sony has not commented on it, and has said nothing publicly about any of these emulator projects either.
That deadline is what turned PS5 emulation from a distant curiosity into an active race in 2026. When physical media ends, a console generation's future depends entirely on whoever is still running the servers. Emulation is the only mechanism that has ever reliably outlived that.
On the legal side, the ground is firmer than people assume. Sony lost Sony Computer Entertainment v. Connectix in 2000, a case specifically about PlayStation emulation. Nintendo's 2024 Yuzu settlement is often cited as though it settled emulator legality, but it rested on DMCA anti-circumvention arguments about handling encryption keys rather than on emulation being unlawful in itself.
That distinction is why the disclaimers on these projects are written so carefully. Prosper states that no game files, keys or copyrighted Sony code are included and none ever will be, that it works only with unencrypted module segments, that it contains no console decryption keys, and that it performs no circumvention of Sony's cryptography. PS5PCEM states it ships no games, firmware, system libraries or keys. Both require you to supply dumps from hardware you own.
Emulator software is legal. The pressure has always been on the content side. Our emulation legal status guide and ROMs and legality explainer cover where those lines sit.
Frequently Asked Questions
Can I play PS5 games on my PC right now?
Not in any meaningful way. The most advanced projects boot indie games and reach menus in a handful of larger titles. No PS5 emulator runs commercial AAA games in a properly playable state.
Is Prosper a PS5 emulator?
Not really. The PS5 uses an x86-64 processor, the same architecture as your PC, so there is no CPU to emulate. Prosper is a user-space compatibility layer that reimplements the console's operating system, ABI and graphics stack, which makes it closer to Proton or Wine than to a traditional emulator.
What is PS5PCEM?
A PlayStation 5 emulator for Windows written in Zig and licensed GPL-3.0-or-later. It is at version 0.3.0-alpha.3 and runs a small number of indie titles. It needs Windows 10 version 2004 or newer and a Vulkan 1.2 capable GPU.
Is PCSX5 a real PS5 emulator?
No. PCSX5 and the related PCSX4 are scams. They have no source code, gate downloads behind surveys, and exist to take money and distribute malware. They rank highly on search engines, which is exactly why they are dangerous.
How do I know if an emulator is legitimate?
Legitimate emulators are open source with a public repository, a license, visible commit history and an issue tracker full of known bugs. They never charge for the download and never ask you to complete a survey. If there is no source code, it is not an emulator.
Can a Steam Deck run PS5 emulators?
No. These projects need a desktop-class GPU and currently run indie games inconsistently. The realistic way to play PS5 games on a handheld is Remote Play from a console you own.
Which PS5 emulator is furthest along?
By community size, SharpEmu is the largest, with RPCSX the oldest and most established. But all of them are at the splash screen and main menu stage rather than playing games, so "furthest along" is a narrow distinction right now.
Is PS5 emulation legal?
Emulator software has consistently been treated as legal, and Sony lost a case specifically about PlayStation emulation in 2000. What creates legal risk is the content side: distributing games, firmware or encryption keys. These projects ship none of those and require you to supply your own dumps.

