oracle/graalpython
GraalPy – A high-performance embeddable Python 3 runtime for Java observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- 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: 47.0
- age_days: 3060
- days_rel: 8
- days_push: 7
- n_releases_24m: 13
Adoption not part of the score
1636 stars · 154 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
GraalPy is a high-performance Python 3.12 implementation for the JVM built on GraalVM. It supports embedding Python in Java applications and compiling Python programs into fast standalone native binaries.
Use cases
- embed a Python interpreter inside a Java application
- run Python code on the JVM alongside Java libraries
- compile a Python app into a standalone native binary
- replace CPython with a faster Python runtime
- sandbox Python library system access with Java-based permissions
- run pure Python packages like NumPy or PyTorch on GraalVM
When to choose
- you need first-class Python-Java interoperability on the JVM
- you want to ship Python applications as standalone native executables
- your workload is pure Python and you want GraalVM performance benefits
- you need fine-grained control over Python code's system access from Java
When to avoid
- you depend heavily on CPython-specific native extensions, which are only experimentally supported
- you need 100% CPython compatibility for your test suite
- you are not on the JVM ecosystem and have no need for GraalVM
Facets
library · maturity active
interpreter programming-language sdk programming-languages developer-tools cross-platform jvm cross-platform python graalvm python-runtime embeddable jvm native-image polyglot
2 sources
- readme: https://github.com/oracle/graalpython · fetched 2026-08-28 · b959c601dea5
- homepage: https://www.graalvm.org/python/ · fetched 2026-08-29 · 13d04ca15538
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| oracle/graalpython | main | 95 |
For agents
markdown · JSON · MCP: product_card(name="oracle/graalpython")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem