Vita3K is an experimental PlayStation Vita emulator for Windows and macOS.
- Website (information for users)
- Wiki (information for developers)
- Discord
- IRC
#vita3kon freenode (Web-based IRC client) - Patreon
The emulator currently runs a few homebrew programs in .vpk format. No commercial games are playable.
vitaQuake by Rinnegatamante

VitaTester by SMOKE5

Vita3K is licensed under the GPLv2 license. This is largely dictated by external dependencies, most notably Unicorn.
Vita3K binaries for Windows can be downloaded on AppVeyor.
CMake is used to generate Visual Studio and Xcode project files. It is assumed that you have CMake installed and on your path. Other dependencies are provided as Git submodules or as prebuilt binaries.
- Run
gen.batto create abuild-windowsdirectory and generate a Visual Studio solution in there. - Open the
Vita3K.slnsolution. - Set the startup project to
emulator. - Build.
- Run
gen.shto create abuild-macosdirectory and generate an Xcode project in there. - Open the
Vita3K.xcodeprojproject. - When prompted to create schemes, create one for the
emulatortarget only. The project builds many targets, so it will make your life easier if you create schemes as needed. - Build.
- Get SDL (2.0.7+) and unicorn
git submodule init && git submodule updatemkdir build-linux && cd build-linuxcmake ../src/make
The emulator does not yet have a front end. Please specify the path to a .vpk file as the first command line argument.
The project is at an early stage, so please be sensitive to that when opening new issues. Expect crashes, glitches, low compatibility and poor performance.
Thanks go out to people who offered advice or otherwise made this project possible, such as Davee, korruptor, Rinnegatamante, ScHlAuChi, Simon Kilroy, TheFlow, xerpi, xyz, Yifan Lu and many others.
If you would like to show your appreciation or even help fund development, the project has a Patreon page.
The purpose of the emulator is not to enable illegal activity.
PlayStation and PS Vita are trademarks of Sony Interactive Entertainment Inc. The emulator is not related to or endorsed by Sony, or derived from confidential materials belonging to Sony.