Latest News

icon re-cmake | 5.0.0.20260714
2026-07-14

Released re-cmake v5.0.0.20260714 with the following changes:

  • Added new exports for macOS build (JukeboxExport_DisplaySetup, JukeboxExport_Draw, JukeboxExport_Gesture, JukeboxExport_Notify) to support custom displays with C++ bindings.

Available with RE Quickstart - Bootstrap Tool (v2.0.2)

icon RE Edit | 4.6.0.20260712
2026-07-12

Released RE Edit update: 4.6.0.20260712:

  • With the non-backward compatible changes introduced in SDK 5.0.0, introducing a new version scheme reflecting the RE SDK version. The new numbering scheme is <re_sdk_version>.<year><month><day>.
  • Note that the name of the program remains RE Edit for update purposes. The new version will be called RE Edit 5.0.0 to be able to have multiple versions installed and to allow re-cmake to pick up the correct version.
  • The new binary is also being made available on GitHub since prior versions were checking on GitHub for the latest version.
icon re-cmake
2026-07-12
Released re-cmake v5.0.0.20260712 with the following changes:
  • Added info about tools detected
  • Removed hash (unreliable)

Released re-cmake 4.6.0.20260712 with the following changes:
  • Removed hash (unreliable)
icon RE Quickstart
2026-07-10

The RE Quickstart (Bootstrap Tool) has been updated to support both RE SDK 5.0.0 and RE SDK 4.6.0: the first step in the flow now lets you select which version of the RE SDK you want to use.

icon re-mock
2026-07-09
Released re-mock v5.0.0.20260708 with the following changes:
  • Fixes crash discovered on Windows

Released re-mock v5.0.0.20260705 with the following changes:
  • Updated to RE SDK 5.0.0
  • Changes in internal structures to support the non-backward compatible API change of TJBox_PropertyRef (struct -> number)
  • Implemented new APIs: JBox_GetPropertyInfo, JBox_StoreMOMPropertyString and JBox_StoreMOMPropertyStringTag
  • None of the new APIs related to drawing/custom displays in C++ have been implemented (ex: JBox_DrawText): they are no-op when called
  • None of the new exports are being called (ex: JBox_Export_Draw)