Original Xbox emulation for iOS and macOS, built from xemu with a native Swift interface.
DukeX is an experimental iOS and macOS frontend for xemu. The iOS build embeds the xemu core in a native Swift shell and presents the Vulkan renderer through MoltenVK and native Metal presentation. The macOS build packages a nested desktop Xemu fork inside a Mac Catalyst DukeX experience.
DukeX does not include Xbox system files, game images, or signing certificates. Users and testers are required to provide their own legally obtained files. DukeX is intended solely for legitimate emulation and preservation purposes, and is not designed for use with pirated materials.
v1.0.2.| Category | Details |
|---|---|
| Game library | Cover artwork, automatic cover art retrieval for supported titles, game launch, dashboard launch, favorites/title/live/recent sorting, portrait and landscape column options, controller landscape mode on iOS, long-press actions, native launch links, and Insignia live indicators for supported titles. |
| File management | User-accessible BIOS, ROMs, Covers, GameConfigs, and ShaderCaches folders through iOS file sharing. |
| JIT workflow | Optional automatic StikDebug handoff for the iOS 26+ Universal.js JIT flow. |
| Display | iOS MoltenVK-backed Metal presenter with portrait and landscape-aware sizing, rendering stability work, expanded AirPlay support, and external-display handling; macOS presentation through the bundled desktop Xemu runtime. |
| Input | Controller support through iOS GameController APIs plus customizable touch controls through .manicskin, .deltaskin, and .gammaskin layouts. |
| Online setup | Insignia-focused NAT defaults, editable network settings, XB.Live profile integration, Rich Presence, playtime tracking, friends, messages, community event tracking, and supported cloud sync. |
| Profile | App-side profile tab with XB.Live identity, Activity Feed, achievement, friends, message, event, game-invite, and cloud-sync support. |
| Themes | Selectable interface themes and personalization options. |
| Per-game tuning | Custom config import and shader-cache clearing from each game menu. |
| Diagnostics | Built-in FPS/system statistics HUD and app-owned launch logs for device-side testing. |
| Advanced runtime | TCG translation block cache size controls for performance testing. |
Current DukeX builds are published through GitHub Releases. iOS releases are
distributed for sideloading through StikStore and SideStore metadata under
altsource/source.json, while the native macOS build
is distributed as a drag-to-Applications DMG.
Compatibility and performance vary by title, device, iOS version, JIT availability, and touch-control orientation state. DukeX should be treated as experimental software.
arm64-ios dependency prefix used by the embedded xemu core.DukeX keeps the QEMU/xemu source tree at the repository root because the upstream build system expects that layout. The main DukeX-specific areas are:
| Path | Purpose |
|---|---|
ios/ | Native Swift shell, assets, settings UI, and device build scripts. |
desktop/ | Mac Catalyst DukeX shell, bundled Xemu sidecar integration, and desktop build assets. |
altsource/ | AltStore/SideStore source metadata and store-facing image assets. |
docs/ios-port/ | DukeX iOS build and renderer notes. |
docs/assets/branding/ | README and release-facing DukeX image assets. |
hw/xbox/, target/i386/, tcg/, ui/, net/, block/ | Core emulator code used by the embedded iOS runtime. |
docs/upstream/ | Preserved upstream QEMU reference files for provenance and contributor context. |
DukeX is based on xemu, which is itself based on QEMU. For upstream xemu information, visit xemu.app.
QEMU/xemu licensing information remains in LICENSE, COPYING, and source
file headers throughout the tree. DukeX is not affiliated with Microsoft, Xbox,
or the xemu project.
C
77.3%
C++
11.8%
Python
4.2%
Swift
2.7%
Shell
1.5%
Original Xbox emulation for iOS and macOS, built from xemu with a native Swift interface.
DukeX is an experimental iOS and macOS frontend for xemu. The iOS build embeds the xemu core in a native Swift shell and presents the Vulkan renderer through MoltenVK and native Metal presentation. The macOS build packages a nested desktop Xemu fork inside a Mac Catalyst DukeX experience.
DukeX does not include Xbox system files, game images, or signing certificates. Users and testers are required to provide their own legally obtained files. DukeX is intended solely for legitimate emulation and preservation purposes, and is not designed for use with pirated materials.
v1.0.2.| Category | Details |
|---|---|
| Game library | Cover artwork, automatic cover art retrieval for supported titles, game launch, dashboard launch, favorites/title/live/recent sorting, portrait and landscape column options, controller landscape mode on iOS, long-press actions, native launch links, and Insignia live indicators for supported titles. |
| File management | User-accessible BIOS, ROMs, Covers, GameConfigs, and ShaderCaches folders through iOS file sharing. |
| JIT workflow | Optional automatic StikDebug handoff for the iOS 26+ Universal.js JIT flow. |
| Display | iOS MoltenVK-backed Metal presenter with portrait and landscape-aware sizing, rendering stability work, expanded AirPlay support, and external-display handling; macOS presentation through the bundled desktop Xemu runtime. |
| Input | Controller support through iOS GameController APIs plus customizable touch controls through .manicskin, .deltaskin, and .gammaskin layouts. |
| Online setup | Insignia-focused NAT defaults, editable network settings, XB.Live profile integration, Rich Presence, playtime tracking, friends, messages, community event tracking, and supported cloud sync. |
| Profile | App-side profile tab with XB.Live identity, Activity Feed, achievement, friends, message, event, game-invite, and cloud-sync support. |
| Themes | Selectable interface themes and personalization options. |
| Per-game tuning | Custom config import and shader-cache clearing from each game menu. |
| Diagnostics | Built-in FPS/system statistics HUD and app-owned launch logs for device-side testing. |
| Advanced runtime | TCG translation block cache size controls for performance testing. |
Current DukeX builds are published through GitHub Releases. iOS releases are
distributed for sideloading through StikStore and SideStore metadata under
altsource/source.json, while the native macOS build
is distributed as a drag-to-Applications DMG.
Compatibility and performance vary by title, device, iOS version, JIT availability, and touch-control orientation state. DukeX should be treated as experimental software.
arm64-ios dependency prefix used by the embedded xemu core.DukeX keeps the QEMU/xemu source tree at the repository root because the upstream build system expects that layout. The main DukeX-specific areas are:
| Path | Purpose |
|---|---|
ios/ | Native Swift shell, assets, settings UI, and device build scripts. |
desktop/ | Mac Catalyst DukeX shell, bundled Xemu sidecar integration, and desktop build assets. |
altsource/ | AltStore/SideStore source metadata and store-facing image assets. |
docs/ios-port/ | DukeX iOS build and renderer notes. |
docs/assets/branding/ | README and release-facing DukeX image assets. |
hw/xbox/, target/i386/, tcg/, ui/, net/, block/ | Core emulator code used by the embedded iOS runtime. |
docs/upstream/ | Preserved upstream QEMU reference files for provenance and contributor context. |
DukeX is based on xemu, which is itself based on QEMU. For upstream xemu information, visit xemu.app.
QEMU/xemu licensing information remains in LICENSE, COPYING, and source
file headers throughout the tree. DukeX is not affiliated with Microsoft, Xbox,
or the xemu project.
(top 30 of 301)
C
77.3%
C++
11.8%
Python
4.2%
Swift
2.7%
Shell
1.5%