github graalvm/graalvm-ce-builds jdk-25.0.1
GraalVM Community 25.0.1

one day ago

GraalVM 25.0.1 is now available.

You can find the release notes on the website: https://www.graalvm.org/release-notes/JDK_25/and get started on the project website at https://www.graalvm.org/.

Additional language runtimes such as Python, JavaScript and Node.JS, designed for use with GraalVM 25, are available for download as standalone distributions in the related repositories.

Here are the convenience links for the JDK base downloads of GraalVM:

Platform Java 25
Linux (amd64) ⬇️ download instructions
Linux (aarch64) ⬇️ download instructions
macOS (amd64)† ⬇️ download instructions
macOS (aarch64) ⬇️ download instructions
Windows (amd64) ⬇️ download instructions

Based on the commit: https://github.com/oracle/graal/tree/jdk-25.0.1.

† Support for macOS x64 is deprecated. Version 25.0.1 is the last release that supports this hardware architecture. In future, GraalVM will only support macOS on AArch64 (Apple Silicon).

Container Images

GraalVM Community container images for this version are available in the GitHub Container Registry.

To pull GraalVM JDK with Docker:

$ docker pull ghcr.io/graalvm/jdk-community:25.0.1

To use GraalVM JDK as a base image in a Dockerfile:

FROM ghcr.io/graalvm/jdk-community:25.0.1

Don't miss a new graalvm-ce-builds release

NewReleases is sending notifications on new releases.