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

Col-E/Recaf

The modern Java bytecode editor observed · 2026-08-28

github.com/Col-E/Recaf · homepage · Java · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

69/100

  • Activity 98
  • Release rhythm 13
  • Longevity 100
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: 3324
  • days_rel: 367
  • days_push: 12
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

7355 stars · 538 forks observed · 2026-08-28

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

Recaf is a modern Java bytecode editor with a JavaFX GUI that abstracts away low-level class file complexities like constant pools and stack frame calculation. It supports editing, decompiling, deobfuscating, and recompiling Java and Android applications, plus attaching to running JVM processes for instrumentation.

Use cases

  • edit java bytecode of a compiled jar
  • decompile obfuscated java classes
  • deobfuscate a minecraft mod jar
  • rename obfuscated classes and export mappings
  • attach to a running java process and instrument it
  • patch anti-reverse-engineering class file tricks
  • assemble bytecode from a simple syntax

When to choose

  • you need to inspect or modify compiled Java or Android bytecode with a GUI
  • you are reverse-engineering obfuscated JVM applications
  • you want multiple configurable decompilers and mapping export in one tool

When to avoid

  • you only need a headless bytecode manipulation library - use ASM directly
  • you need to reverse non-JVM binaries
  • you cannot run JDK 22+ with JavaFX 22+

Facets

application · maturity active

reverse-engineering security developer-tools gui plugin-system reverse-engineering security developer-tools cross-platform jvm java-bytecode decompiler deobfuscation javafx asm bytecode-editor static-analysis android-support java desktop

8 sources

Member repositories

RepositoryRoleHealth v2
Col-E/Recafmain69

For agents

markdown · JSON · MCP: product_card(name="Col-E/Recaf")

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