Ross ROSS = Recommend OSS · open-source software intelligence for agents

N64Recomp/N64Recomp

Tool to statically recompile N64 games into native executables observed · 2026-08-28

github.com/N64Recomp/N64Recomp · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

60/100

  • Activity 84
  • Release rhythm 8
  • Longevity 99
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 1387
  • days_rel: 486
  • days_push: 98
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

8093 stars · 441 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A C++ tool that statically recompiles N64 game binaries into portable C code that can be compiled into native executables for any platform. It translates MIPS instructions one-by-one into literal C equivalents, enabling native ports and faster-than-emulation execution of N64 code.

Use cases

  • port N64 games to PC as native executables
  • run N64 binary code faster than an emulator
  • recompile N64 ROM functions into standalone C code
  • build native ports of retro games without emulation overhead
  • analyze or instrument N64 game code in a standalone environment
  • recompile RSP microcode for N64 games

When to choose

  • you want to create a native PC port of an N64 game
  • you need to execute N64 MIPS code with near-native performance
  • you have symbol maps and metadata for the target binary
  • you're doing N64 decompilation or reverse-engineering work

When to avoid

  • you want a general-purpose N64 emulator for playing games
  • you need dynamic recompilation for unknown binaries without symbol data
  • your target binary uses modern MIPS compiler optimizations that trip up the recompiler
  • you're working with non-N64 console binaries

Facets

cli-tool · maturity active

compiler interpreter developer-tools gaming-tools developer-tools reverse-engineering cross-platform cpp cli n64 static-recompilation mips emulation decompilation retro-gaming game-ports game-development

1 source

Member repositories

RepositoryRoleHealth v2
N64Recomp/N64Recompmain60

For agents

markdown · JSON · MCP: product_card(name="N64Recomp/N64Recomp")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem