Obliteration is a free and open-source PlayStation 4 kernel rewritten in Rust. Its goal is to run the PlayStation 4 system software on Windows, Linux and macOS using a custom made virtualization stack optimized specifically for Obliteration. The project is under development and cannot run any games yet. The reason it take so long is because we decided to go with the correct path without stubbing as much as possible.
This project started as a hard-fork from Kyty. Then we decided to rewrite the whole project from scratch by using Kyty and Uplift as a reference to help us getting started with the project.
The project logo and icon was designed by VocalFan.
You can download binaries from the latest commits here. You MUST sign in to GitHub otherwise you will not be able to download files.
- Windows 10, Linux or macOS 11+.
- On Windows and Linux make sure you have Vulkan 1.3 installed. If you encountered
Failed to initialize Vulkan (-9)
that mean you don't have a Vulkan installed.
- On Windows and Linux make sure you have Vulkan 1.3 installed. If you encountered
- x86-64 CPU.
- CPU with hardware virtualization supports.
- Windows and Linux users may need to enable this feature on the BIOS/UEFI settings.
- A PS4 with system software version 11.00 for firmware dumping.
- Microsoft Visual C++ 2022 Redistributable. If there is an error related to
msvcp140.dll
,vcruntime140.dll
, orvcruntime140_1.dll
that means you need to install this manually. It's likely your system already has it, so try to run Obliteration first. - Virtual Machine Platform
Information on building Obliteration and preparing to be a developer can be found on our Wiki.
src/ansi_escape.hpp
,src/ansi_escape.cpp
,src/log_formatter.hpp
andsrc/log_formatter.cpp
are licensed under GPL-3.0 only.src/param
,src/pfs
andsrc/pkg
are licensed under LGPL-3.0.- All other source code are licensed under either MIT License or Apache License, Version 2.0; or both. If the file header does not specify which license then it is licensed under MIT License.
- All release binaries are under GPL-3.0.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Obliteration by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
We use icons from https://materialdesignicons.com for UI (e.g. on the menu and toolbar).