janino-compiler/janino
Janino is a super-small, super-fast Java™ compiler. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 90
- Release rhythm 8
- Longevity 100
Flags: archived 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: 3734
- days_rel: n/a
- days_push: 60
- n_releases_24m: 0
Adoption not part of the score
1326 stars · 213 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Janino is a super-small, super-fast Java compiler that can compile source files to class files like javac, or compile Java expressions, blocks, class bodies, or .java files in memory and execute them directly in the running JVM. It integrates with Apache Commons JCI and Drools and can also be used for static code analysis and code manipulation.
Use cases
- evaluate java expressions at runtime
- compile java code in memory
- embed a scripting engine in a jvm application
- compile java snippets dynamically in drools rules
- run a lightweight java compiler without full javac
- analyze or manipulate java source code programmatically
When to choose
- you need fast, lightweight in-memory compilation of Java expressions, blocks, or classes inside a running JVM
- you want runtime scripting/evaluation capabilities in a Java application
- you need a small compiler dependency for tools like Drools or Apache Commons JCI
When to avoid
- you need full javac feature coverage, latest Java language features, or long-term support, since the project was archived in 2025
- you need an actively maintained compiler with bug fixes and new JDK compatibility
- you need ahead-of-time compilation of large codebases where a full toolchain is better suited
Facets
library · maturity maintenance
compiler interpreter parser compilers programming-languages developer-tools jvm cli in-memory-compilation java-compiler runtime-code-evaluation expression-evaluator scripting
2 sources
- readme: https://github.com/janino-compiler/janino · fetched 2026-08-28 · 94bae99801fd
- homepage: http://janino-compiler.github.io/janino · fetched 2026-08-29 · 13592d18fd62
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| janino-compiler/janino | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="janino-compiler/janino")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem