mstrobel/procyon
Procyon is a suite of Java metaprogramming tools, including a rich reflection API, a LINQ-inspired expression tree API for runtime code generation, and a Java decompiler. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2502
- days_rel: n/a
- days_push: 1543
- n_releases_24m: 0
Adoption not part of the score
1212 stars · 136 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Procyon is a suite of Java metaprogramming libraries offering a rich reflection API inspired by .NET's System.Reflection, a LINQ-style expression tree API for runtime code generation, and an experimental Java decompiler. It is published on Maven Central as a set of JVM libraries.
Use cases
- decompile java class files to readable source
- inspect generic types with a rich reflection api
- generate java bytecode at runtime
- build expression trees that compile to callbacks
- analyze compiled java code programmatically
When to choose
- you need better generics introspection than core Java reflection provides
- you want declarative expression-tree-based runtime code generation on the JVM
- you need a Java decompiler for reverse engineering or analysis
When to avoid
- you need actively maintained tooling with frequent updates
- you want a stable, non-experimental decompiler for production pipelines
- you are not working on the JVM or with Java bytecode
Facets
library · maturity maintenance
compiler parser developer-tools developer-tools programming-languages compilers jvm cross-platform java-decompiler reflection expression-trees code-generation metaprogramming bytecode
1 source
- readme: https://github.com/mstrobel/procyon · fetched 2026-08-28 · d3fdbd1211ff
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mstrobel/procyon | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="mstrobel/procyon")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem