Experimental free and open-source PlayStation 4 kernel
Go to file
Putta Khunchalee d249ecf38f
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
Initializes panic handler for Slint (#1143)
2024-11-26 21:24:41 +01:00
.github Replaces Flatpak with normal binary (#1140) 2024-11-24 20:44:41 +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 Adds build instructions (#1136) 2024-11-24 00:27:43 +07:00
gui Initializes panic handler for Slint (#1143) 2024-11-26 21:24:41 +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 Updates README to clarify our goal (#1142) 2024-11-25 17:38:20 +01: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 Removes Qt from macOS CI (#1137) 2024-11-23 20:11:51 +01:00
bundle.icns Removes Qt from macOS CI (#1137) 2024-11-23 20:11:51 +01:00
Cargo.lock Updates README to clarify our goal (#1142) 2024-11-25 17:38:20 +01:00
Cargo.toml Updates README to clarify our goal (#1142) 2024-11-25 17:38:20 +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
Info.plist Removes Qt from macOS CI (#1137) 2024-11-23 20:11:51 +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 Adds build instructions (#1136) 2024-11-24 00:27:43 +07:00
README.md Updates README to clarify our goal (#1142) 2024-11-25 17:38:20 +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.

Our ultimate goal is to become a permissive free and open-source operating system optimized for gaming that can run on a variety of hardware. The reason we want to built this because:

  • Windows is bloated and Microsoft keep pushing too many things into it.
  • Linux is a nightmare for beginners. Its license also making it not an ideal choice for a proprietary hardware.
  • macOS has a limited set of hardware and its price too expensive. You can get a PC with high-end graphic card at the same price.
  • FreeBSD and the others was not designed for gaming. Their goal are either a server or a general desktop.

So we want to take this opportunity to go beyond a PlayStation 4 emulator since we already building an operating system kernel.

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

All source code are licensed under either MIT License or Apache License, Version 2.0; or both.

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.