Xenia is an experimental emulator for the Xbox 360 that executes games through software emulation of the console's hardware and operating system.
The emulator addresses the challenge of running Xbox 360 software on modern hardware by reverse-engineering the console's architecture and implementing emulation layers for its processor, graphics, and system components. It supports multiple graphics backends including Direct3D 12 and Vulkan to adapt to different host platforms. The project operates as research-focused software, with the README emphasizing that its goal is to experiment, research, and educate on emulation of modern devices rather than to enable illegal activity.
Xenia suits developers and enthusiasts interested in emulation research, reverse engineering, and understanding console architecture. The project explicitly welcomes contributors with advanced C++ knowledge and identifies several open work areas including game compatibility fixes, performance optimization, and Linux platform support. A game compatibility list tracks which titles run and to what degree, though the README notes that quite a few real games run while quite a few do not. This is appropriate for those willing to engage with an experimental project where compatibility varies significantly across titles.
The project maintains active build infrastructure for Windows and Linux with automated testing. The team operates an open Discord community for discussion and explicitly manages contributor expectations by noting that maintainers have jobs and lives outside the project, so instant responses should not be expected. The README solicits ongoing contributions across multiple domains, from bug fixes to major architectural work, indicating sustained interest in expanding the emulator's capabilities.