# hedge-dev/XenonRecomp

A tool for recompiling Xbox 360 games to native executables.

Repository: https://github.com/hedge-dev/XenonRecomp
Canonical: https://ross.abutalabs.com/products/xenonrecomp
Language: C++
License: MIT
License Family: permissive
Last push: 2025-08-04T13:56:30+00:00

## Health v2 (maintenance only)
Score: 38/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 35, release rhythm 35, longevity 51
- inputs: {"age_days": 725, "days_push": 394, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6451, forks 420 (observed 2026-08-28T04:09:43.493080+00:00)

## What it is
XenonRecomp is a static recompilation tool that converts Xbox 360 (PowerPC) executables into C++ code that can be recompiled into native executables for any platform. It is inspired by N64: Recompiled and requires users to provide their own runtime implementation to make converted games functional.

## Use cases
- recompile an Xbox 360 game to run natively on PC
- convert PowerPC game code to C++ for porting
- create a native port of a console game without full emulation
- preserve Xbox 360 games as native executables
- port a 360 title to Linux or other platforms

## When to choose
- you want a native port of an Xbox 360 game rather than emulator overhead
- you have the expertise to build the required runtime yourself
- you want to statically translate PPC machine code to C++

## When to avoid
- you expect a plug-and-play emulator with runtime included
- your game relies on MMIO hardware operations, which are unimplemented
- you need human-readable decompiled output

## Facets
- artifact type: cli-tool
- maturity: active
- function: compiler, reverse-engineering, developer-tools
- domain: reverse-engineering, gaming-tools, cross-platform
- platform: cpp, cross-platform, cli
- tags: static-recompilation, powerpc, xbox-360, emulation, game-preservation

## Member repositories
- hedge-dev/XenonRecomp (main) score 38

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:43.493080+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:44:39.699443+00:00, confidence not recorded.
  - readme: https://github.com/hedge-dev/XenonRecomp (fetched 2026-08-28T04:09:43.493080+00:00, sha 3053f3bb1f84)
- Data as of 2026-08-30T08:39:29.467469+00:00.
