GraalVM Open Source
GraalVM Community Edition is built from the sources of 3.6 million lines of code originated by the GraalVM team and collaborators, and additionally million lines of sources from projects we depend on like Java, Node.js and others.
We invite you to explore the current state of the project, contribute, or get in touch in case you have questions or suggestions.
Contributors
We are grateful for contributions to the project, coming from our academic, industrial and individual collaborators.
You can contribute to further project development by submitting a PR, reporting an issue, or providing feedback for using GraalVM in your deployment.
GraalVM Open Source Repositories
GraalVM Core Repository includes:
- GraalVM compiler is written in Java and supports both dynamic and static compilation;
- Truffle is the Truffle language implementation framework for creating languages and instrumentations for GraalVM;
- Substrate VM is a framework that allows ahead-of-time (AOT) compilation of Java applications under closed-world assumption into executable images or shared objects;
- Sulong is an engine for running LLVM bitcode on GraalVM;
- other.
Related repositories are:
- GraalJS — GraalVM implementation of JavaScript (ECMAScript 2020 compatible) and Node.js v12.18.0;
- FastR — GraalVM implementation of the 3.6.1 programming language;
- GraalPy — GraalVM implementation of the Python 3.8 programming language;
- TruffleRuby — GraalVM implementation of the Ruby 2.6.6 programming language;
- SimpleLanguage — a simple demonstration language for the GraalVM;
- VisualVM — a visual tool integrating command line JDK tools and lightweight profiling capabilities.
- VS Code — extensions to Visual Studio Code that support development of polyglot applications using GraalVM.
Ecosystem
We also contribute to the ecosystem by joining efforts with other open-source projects. If you see how your project can benefit from using GraalVM, feel free to reach us.
-
RESTHeart is a low code framework for microservices with declarative access control and Instant Data API on MongoDB. RESTHeart fully supports GraalVM: services and interceptors can be developed in Java, Kotlin, JavaScript, and TypeScript leveraging the GraalVM polyglot programming model that can be built as native images. Learn more at restheart.org.
-
Eclipse Vert.x is a tool-kit for building reactive applications on the JVM. It’s even-driven, non-blocking, and supports languages like Java, JavaScript, Groovy, Ruby, Ceylon, Scala and Kotlin. Use this guide for building a Vert.x native image with GraalVM: how-to.vertx.io/graal-native-image-howto.
-
Fn Project is an open-source, container-native, polyglot FaaS (Function as a Service) platform. Fn users can employ GraalVM AOT compilation capabilities for serverless Java functions. Learn more: medium.com/fnproject/serverless-functions-some-like-it-aot-ea8b46951335.
-
Gluon Client Plugin leverages GraalVM, OpenJDK and JavaFX 11+, by compiling into native code the Java Client application and all its required dependencies, so it can directly be executed as a native application on the target platform. Learn more: docs.gluonhq.com/client/.
-
Helidon is a collection of Java libraries for writing microservices that run on a fast web core powered by the Netty framework. It supports MicroProfile and provides familiar APIs like JAX-RS, CDI and JSON-P/B. Starting with version 1.0.3, Helidon supports the GraalVM native-image capability. now you can easily compile your Helidon application into a native executable. Learn more about GraalVM support in Helidon: medium.com/oracledevs/helidon-flies-faster-with-graalvm-eea85287d2dc.
-
Micronaut is a modern, JVM-based, full-stack framework for building modular, easily testable microservice and serverless applications. It offers extensive GraalVM support out of the box. Create your first Micronaut application: guides.micronaut.io/micronaut-creating-first-graal-app/guide/index.html.
-
Picocli is a Java command line parser with both an annotations API and a programmatic API, featuring usage help with ANSI colors, autocomplete and nested subcommands. Picocli-based applications can be ahead-of-time compiled to GraalVM native images. Learn more: https://picocli.info/picocli-on-graalvm.html.
-
Quarkus is a Cloud Native, (Linux) Container First framework for writing Java applications. Quarkus tailors your application for GraalVM to offer instant startup and reduce memory consumption. Get started: quarkus.io/get-started/.