# oracle/graal

GraalVM compiles applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀

Repository: https://github.com/oracle/graal
Canonical: https://ross.abutalabs.com/products/graal
Homepage: https://www.graalvm.org
Language: Java
License: NOASSERTION
License Family: other
Topics: java, aot, compiler, graalvm
Last push: 2026-08-26T23:06:34+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 8, longevity 100
- inputs: {"age_days": 3884, "days_push": 7, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 21674, forks 1811 (observed 2026-08-28T04:11:31.964070+00:00)

## What it is
GraalVM is a high-performance JDK distribution that includes an advanced just-in-time compiler and Native Image, which compiles Java applications ahead of time into standalone native executables. It also provides the Truffle framework for building high-performance language interpreters, enabling polyglot execution of languages like JavaScript, Python, and Ruby on the JVM.

## Use cases
- compile java applications to native executables with fast startup
- reduce memory and cpu usage of java microservices
- build cloud-native java apps for serverless and containers
- implement custom programming languages on the jvm
- run multiple languages in one polyglot runtime
- improve java application security with smaller attack surface

## When to choose
- you need instant startup and low memory footprint for Java services or serverless functions
- you want to deploy compact native binaries in minimal container images
- you are building a language interpreter or polyglot runtime on the JVM
- you use frameworks like Spring Boot, Quarkus, Micronaut, or Helidon with native compilation support

## When to avoid
- your application relies on dynamic features incompatible with ahead-of-time compilation without extra configuration
- you need long-running batch workloads where JIT warmup is irrelevant and native image may reduce peak throughput
- you require strict open-source licensing, since Oracle GraalVM uses the GFTC license (Community Edition is GPLv2 with Classpath Exception)
- you depend on libraries using unsupported reflection, dynamic proxies, or JNI without reachability metadata

## Facets
- artifact type: framework
- maturity: stable
- function: compiler, build-tool, interpreter, developer-tools
- domain: compilers, programming-languages, developer-tools, performance, cloud-computing
- platform: windows, jvm, cross-platform
- tags: graalvm, native-image, aot-compilation, java, truffle, polyglot, jdk, linux, macos

## Member repositories
- oracle/graal (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:31.964070+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:57:50.193352+00:00, confidence not recorded.
  - readme: https://github.com/oracle/graal (fetched 2026-08-28T04:11:31.964070+00:00, sha d979a28fb134)
  - homepage: https://www.graalvm.org (fetched 2026-08-29T07:56:24.179504+00:00, sha 5e2d9e260f63)
  - site_page: https://www.graalvm.org/latest/docs (fetched 2026-08-29T07:56:24.191615+00:00, sha 0f6c5394f312)
  - site_page: https://www.graalvm.org/docs/getting-started (fetched 2026-08-29T07:56:24.194097+00:00, sha 60fc1ea7a97c)
  - site_page: https://www.graalvm.org/latest/docs/getting-started (fetched 2026-08-29T07:56:24.196058+00:00, sha 14a8a424f542)
  - site_page: https://www.graalvm.org/faq (fetched 2026-08-29T07:56:24.197888+00:00, sha 8b65ca215018)
- Data as of 2026-08-30T08:39:29.467469+00:00.
