Awesome
Oracle GraalVM Early Access Builds
This repository hosts Oracle GraalVM early access builds based on Oracle JDK.
We encourage your feedback and bug reports – please share them in the Graal repository.
Install with SDKMAN!
Oracle GraalVM Early Access builds are available on SDKMAN! Run the following command to install, for example, the Early Access build of Oracle GraalVM for JDK 24:
sdk install java 24.ea.3-graal
Substitute 24.ea.3
with a preferred release.
To check which GraalVM releases are available for installation, run:
sdk list java
Install from an Archive
Download an Oracle GraalVM Early Access build for your platform at graalvm/oracle-graalvm-ea-builds/releases and install from the archive.
Use in GitHub Actions
The GitHub Action for GraalVM supports Oracle GraalVM Early Access builds.
To set up the latest available Early Access build of Oracle GraalVM, set java-version: 'latest-ea'
in your GitHub workflow.
More information is available here.