Experimental free and open-source PlayStation 4 kernel
Go to file
Putta Khunchalee 584964d6ca
Some checks are pending
Development Build / Build (push) Waiting to run
Development Build / Deploy documentation (push) Blocked by required conditions
Development Build / Update PRs (push) Waiting to run
Updates documentation (#1132)
2024-11-22 18:26:51 +01:00
.github Updates documentation (#1132) 2024-11-22 18:26:51 +01:00
.vscode Removes Qt from Windows CI (#1129) 2024-11-22 15:40:22 +01:00
arch Initializes MMIO implementation for HVF (#1091) 2024-11-09 19:26:06 +01:00
cmake Initializes Slint gui (#1084) 2024-11-11 11:16:48 +07:00
docs Updates documentation (#1132) 2024-11-22 18:26:51 +01:00
gui Updates Flatpak to build Slint instead of Qt (#1130) 2024-11-22 17:16:28 +01:00
kernel Moves UmaZone behind Uma (#1111) 2024-11-17 20:37:09 +01:00
macros Moves macros to top-level (#1070) 2024-10-26 21:44:09 +07:00
src Passes device list to Slint UI (#1093) 2024-11-15 12:22:51 +07:00
.clangd Moves to clangd (#756) 2024-03-23 20:02:54 +07:00
.gitignore Initializes build script to replace CMake (#1128) 2024-11-21 21:32:22 +01:00
build.py Updates Flatpak to build Slint instead of Qt (#1130) 2024-11-22 17:16:28 +01:00
Cargo.lock Updates some dependencies, minor refactors (#1120) 2024-11-21 00:10:20 +07:00
Cargo.toml Removes Qt from Windows CI (#1129) 2024-11-22 15:40:22 +01:00
CMakeLists.txt Initializes Slint gui (#1084) 2024-11-11 11:16:48 +07:00
CMakePresets.json Uses CMake FetchContent to download MSVC toolchain scripts (#1057) 2024-10-21 20:44:10 +02:00
CNAME Updates README (#1100) 2024-11-16 12:07:54 +01:00
entitlements.plist Enables com.apple.security.hypervisor on macOS (#737) 2024-03-10 17:39:56 +07:00
flatpak.yml Updates Flatpak to build Slint instead of Qt (#1130) 2024-11-22 17:16:28 +01:00
LICENSE-APACHE Makes new contribution dual license (#961) 2024-09-02 18:32:36 +02:00
LICENSE-MIT Makes new contribution dual license (#961) 2024-09-02 18:32:36 +02:00
logo.png Reset logo. 2022-11-04 07:57:31 -04:00
mkdocs.yml Updates documentation (#1132) 2024-11-22 18:26:51 +01:00
README.md Removes Qt log viewer (#1122) 2024-11-20 19:39:08 +01:00

Logo

About

CI Zulip

Obliteration is a free and open-source PlayStation 4 kernel rewritten in Rust. Our 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.

Get a daily build

Please note that we cannot run any games yet as stated on the above. But if you want to try or help on testing you can download binaries from the latest commits here. You MUST sign in to GitHub otherwise you will not be able to download files.

Building and Development

Information related to Obliteration development and building from source can be found on our developer documentation.

UI Icons

We use icons from https://materialdesignicons.com for UI.

License

  • src/param, src/pfs and src/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.
  • 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.