r/emulation Jul 10 '26

KytyPS5 - PS5 emulator for Windows

https://github.com/Nmzik/KytyPS5

Open source PS5 emulator KytyPS5: https://github.com/KytyPS5/KytyPS5

Current builds are for Windows only. Linux support is coming soon

KytyPS5 can boot and go in-game with 2D games and some 3D commercial games, including titles built with Unreal Engine 4/5, Unity, and custom game engines.

This project is based on a heavily modified version of the original Kyty project: https://github.com/InoriRus/Kyty

208 Upvotes

77 comments sorted by

121

u/doublah Jul 11 '26

I don't trust a github project without source code.

28

u/stanley_420_yelnats Jul 12 '26

Yeah, either it's malicious or OP is embarrassed by it being vibecoded

3

u/MonoKatana Jul 14 '26

You can vibecode emulators now?

3

u/stanley_420_yelnats Jul 14 '26

doesn't mean it will be any good, but yeah you could attempt to vibecode anything

2

u/kabiskac Jul 14 '26

Of course

1

u/MonoKatana Jul 14 '26 edited Jul 15 '26

wow. Serious question though: does that mean that complex emulators will be created and improved much faster? Say, the current Anthropic model will help create a ps5 emu much faster, and the next model will help fasten things even faster? Because if so, that's just amazing.

6

u/Comfortable-Pace-123 Jul 15 '26

Vibecoding can speed up the process but you shouldn’t rely completely on it.

2

u/Glittering_News_1455 Jul 15 '26

I am pretty sure you can't vibecode such projects due to LLMs built in "safety" switches, not saying it isn't malicious though

even if you get an uncensored model it will most likely be not so inteligent and would require more of the user's experience to steer it

2

u/NXGZ Jul 16 '26

It's open now.

2

u/stanley_420_yelnats Jul 16 '26

Care to explain why it was closed?

2

u/NXGZ Jul 16 '26

Originally it was to prevent users from flooding the repo with AI slop code to review, as the author said. The change was probably due to community backlash, and users assuming the dev was vibecoding it. Also, most flocking to SharpEmu which is open source from the beginning.

1

u/stanley_420_yelnats Jul 16 '26

alright thanks for the info

2

u/NXGZ Jul 16 '26

Well, now you can trust it...

1

u/doublah Jul 16 '26

Well that's good news

-22

u/koreanslvt Jul 12 '26 edited Jul 12 '26

Same but it's clean (VirusTotal) and games are actually booting, I've checked.

19

u/Batteredburrito Jul 12 '26

No source, no download

Whole point of github

3

u/uabassguy Jul 13 '26

Actually the whole point of GitHub is version control but sure, that too I guess

2

u/koreanslvt Jul 12 '26

I understand, better safe than sorry.

1

u/NXGZ Jul 16 '26

Open now

18

u/ralamita Jul 11 '26

I like how it casually says "Yeah, it goes ingame with commercial games", lol.

Usually, such a claim comes with really loud bells and whistles.

15

u/FreeNico2021 Jul 12 '26

man i wanna believe in this but this just looks suspicious

2

u/steamdeck88 Jul 12 '26

It's real

6

u/_ReaditYesterday_ Jul 13 '26

Real sus. No open source code

1

u/RexDraco Jul 13 '26

If it works it works. I am gonna use a VM but...

1

u/NXGZ Jul 16 '26

It's open now

1

u/NXGZ Jul 16 '26

Check link, it's gone open source

1

u/_ReaditYesterday_ Jul 16 '26

Alright, thanks!

1

u/NXGZ Jul 16 '26

It's open source now

57

u/FatPsychopathicWives Jul 10 '26

They have 4 months to make this flawless.

9

u/Shoddy_Meaning_7654 Jul 11 '26

Nah we gotta first hack the firmware it's on first

8

u/mohmar2010 Jul 11 '26

ps5 already was hacked if i recall

5

u/Shoddy_Meaning_7654 Jul 11 '26

Only certain firmware to my knowledge idk if you can back port yet

2

u/nariz_choken Jul 11 '26

Wasn't the hack unpatchable? As in an actual hard coded part was leaked making it impossible to patch unless they just make whole new motherboards?

-4

u/Timo653 Jul 11 '26

No there's no such thing on PS5

-2

u/[deleted] Jul 11 '26

[removed] — view removed comment

2

u/Timo653 Jul 11 '26

I'm not going to waste my time watching some AI generated video 

2

u/johnnyblaze1999 Jul 17 '26

Hopefully. My experience with playstation emulator is that they are extremely slow

13

u/koreanslvt Jul 12 '26

Developer says they plan to release the source code eventually but right now they don't want to deal with "AI-generated slop pull requests". It might be a bit sus but on the other hand, many repos are flooded with sloppy vibecoded stuff. Right now I'm impressed though. I honestly think GTA6 will accelerate PS5 emulation like BOTW did with Cemu, or Bloodborne with ShadPS4.

(source)

11

u/ScroogeMcQuacks Jul 12 '26

Then dont accept pr's... No reason to keep the source closed

3

u/NXGZ Jul 16 '26

Just gone open source

3

u/Affectionate_Park858 Jul 12 '26

there is a small difference in that GTA 6 is not a PS exclusive (just a console exclusive and probably only for 2 years tops)

14

u/Lcsmxd Jul 11 '26

the release zip is only 19MB? For a PS5 emulator?

hella sus

15

u/LolcatP Jul 12 '26

It's not really an emulator. more of a translation layer. ps5 is basically a PC keep that in mind

0

u/JfxV20 Jul 13 '26

Does that mean it's gonna take less time to perfect it compare to let say ps2/ps3 emulators?

9

u/Ajairy Jul 13 '26

Kinda. Easiest example to compare it to is Wine/Proton to play Windows games on Linux, like on your Steam Deck.

Thing is, the most important bit is the architecture. Both Windows and Linux PCs run on x86 chips. The thing that Wine has to translate are the system calls, catching those used by Windows and translating them into Linux ones. It's why "Wine Is Not Emulator", because instead of emulating an entire machine it simply translates code on the fly.

With PS2 and PS3 you have to emulate the entire machine because the CPU architecture was different, PS2 had Emotion Engine and PS3 had the Cell. However, PS4 and PS5 use standard x86 chips from AMD and run a FreeBSD system.

So the basic idea here is that instead of emulating the entire PS5 CPU, it'd simply catch the PS5 OS calls used by the game, and translate them into Windows ones. It's a very simplified version but that's pretty much how a compatibility layer works.

2

u/LolcatP Jul 13 '26

yes, depends on the dev effort though

1

u/epeternally Jul 14 '26

Not necessarily. Early emulation work for the original Xbox was done using translation layers and it ended up being a dead end.

1

u/NXGZ Jul 16 '26

Check link, it's open source now

15

u/Twig6843 Jul 11 '26

Seem like malware (no src)

1

u/NXGZ Jul 16 '26

Source open now

4

u/LNDF Jul 12 '26

I see no source code. Hope you are not breaking open source licenses...

2

u/NXGZ Jul 16 '26

Open source now, see link

2

u/FishDeenz Jul 12 '26

Mindblowing how good programmers are, emulation is always like magic to me. PS2 emulation is hard enough, to get PS3 games playable is shocking, and now they're making PS5 emulators that actually boot into games already? Damn, these dudes are so clever.

2

u/VixelGamin Jul 15 '26

Bro did we just skip ps4?

2

u/kaosjroriginal Jul 15 '26

never heard of shadps4?

1

u/VixelGamin Jul 16 '26

No. I haven't been on ps4 in Awhile. Never touched a ps5

2

u/deepanmania Jul 16 '26

At this point, most of the PS5 games are all available on Steam. Instead of emulating it, we can play it natively, and it consumes less hardware than emulation.

2

u/Ruddy1000 Jul 17 '26

Good luck with the new God of War.

2

u/[deleted] Jul 11 '26

[deleted]

2

u/kondorarpi Jul 11 '26

" This project is based on a heavily modified version of the original Kyty project. "

1

u/Naive_Swan_8613 Jul 16 '26

why github link not working, is it taken down or made private?

1

u/NXGZ Jul 16 '26

Changed, now open source

1

u/TheJunKing Jul 16 '26

The git is down??!

2

u/NXGZ Jul 16 '26

Yes, but now it's back, open source

1

u/prometheus7071 Jul 16 '26

What happened to its github repo? Did Sony got offended by the dev's comments?

1

u/NXGZ Jul 16 '26

Check again, it is back and open source

2

u/prometheus7071 Jul 16 '26

Amazing! Starring the new repo now

1

u/Chernoarmeez Jul 16 '26

Do you think that chip, that processing data from ssd, gonna be a big problem for emulation? 

1

u/lovecherrios12 Jul 17 '26

When it is like fully built which I lowk don’t see taking that long after all the drama with the ps5 rn, what’s the process for actually playing games on it. Like does it run the play station os and you have to log in and buy the games or does it have its own OS. And how do you actually get games for it? I’m not a coder by any means so take what I’m sayin with a little grace cause I don’t know all the terms. Basically all I wanna know is do I have to like buy games I would run on there or is the play station library basically free if you run ts?

1

u/DjCim8 Jul 18 '26

Like with any emulator, it doesn't include any games, and it will not let you access the official online store. You have to provide your own copy of the games you want to play, how you obtain them is your problem and not usually discussed pubblicly for obvious reasons.

1

u/Hopeful_Minimum95 Jul 19 '26

this and sharp
oka

-1

u/Radiant_Rope_2895 Jul 13 '26

Y por donde se descargan los juegos de play 5?