Unleashed Recompiled is an unofficial PC port of the Xbox 360 version of Sonic Unleashed, created through the process of static recompilation — a fundamentally different approach from emulation. Rather than simulating the Xbox 360 hardware at runtime, static recompilation translates the game’s original machine code into equivalent native code ahead of time, allowing it to run directly on a PC with native performance and without the overhead or compatibility limitations of an emulator.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/hedge-dev/UnleashedRecomp/llms.txt
Use this file to discover all available pages before exploring further.
How It Works
The recompilation is powered by two purpose-built tools developed for this project:- XenonRecomp — converts the game’s original PowerPC executable code into C++, enabling it to compile and run natively on x86-64 processors.
- XenosRecomp — converts the game’s Xenos GPU shaders into HLSL, making them compatible with modern graphics APIs (Direct3D 12 and Vulkan).
Supported Platforms
Unleashed Recompiled targets the following platforms:- Windows — primary supported platform (Windows 10 version 1909 or later)
- Linux — native builds available, including a Flatpak release for easy installation on the Steam Deck
- macOS — not on the official roadmap, but community-driven efforts to add Metal support are welcome
Unleashed Recompiled is open-source software licensed under the GPL-3.0 license. The full source code is available on GitHub.
Before You Begin
No game assets are included with Unleashed Recompiled. You must provide the files from your own legally acquired copy of Sonic Unleashed for Xbox 360 in order to install or build the port. Downloading game files from the internet is not supported or condoned.
Get Started
System Requirements
Check whether your PC meets the minimum CPU, GPU, RAM, and OS requirements before installing.
Dumping Your Game
Learn how to acquire the game files from your own Xbox 360 console or storage device.
Installation
Download the latest release and follow the step-by-step installation guide.
Building from Source
Compile Unleashed Recompiled yourself from the open-source repository.
