Popularity
9.6
Growing
Activity
10.0
Growing
19,765
471
1,576

Programming language: Java
License: GNU General Public License v3.0 or later
Tags: JVM And JDK     Projects    
Latest version: v20.3.0

Graal alternatives and similar libraries

Based on the "JVM and JDK" category.
Alternatively, view Graal alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Graal or a related project?

Add another 'JVM and JDK' Library

README

[GraalVM](.github/assets/logo_320x64.svg)

GraalVM downloads GraalVM docs GraalVM on Slack GraalVM on Twitter GraalVM on YouTube GraalVM Gate License

GraalVM is a high-performance JDK distribution designed to accelerate the execution of applications written in Java and other JVM languages along with support for JavaScript, Ruby, Python, and a number of other popular languages.

The project website at https://www.graalvm.org/ describes how to get started, how to stay connected, and how to contribute.

Documentation

Please refer to the GraalVM website for documentation. You can find most of the documentation sources in the [docs/](docs/) directory in the same hierarchy as displayed on the website. Additional documentation including developer instructions for individual components can be found in corresponding docs/ sub-directories. The documentation for the Truffle framework, for example, is in [truffle/docs/](truffle/docs/). This also applies to languages, tools, and other components maintained in related repositories.

Get Support

Repository Structure

This source repository is the main repository for GraalVM and includes the following components:

Directory Description
[.devcontainer/](.devcontainer/) Configuration files for GitHub dev containers.
[.github/](.github/) Configuration files for GitHub issues, workflows, ….
[compiler/](compiler/) Graal compiler, a modern, versatile compiler written in Java.
[espresso/](espresso/) Espresso, a meta-circular Java bytecode interpreter for the GraalVM.
[java-benchmarks/](java-benchmarks/) Java benchmarks.
[regex/](regex/) TRegex, a regular expression engine for other GraalVM languages.
[sdk/](sdk/) GraalVM SDK, long-term supported APIs of GraalVM.
[substratevm/](substratevm/) Framework for ahead-of-time (AOT) compilation with Native Image.
[sulong/](sulong/) Sulong, an engine for running LLVM bitcode on GraalVM.
[tools/](tools/) Tools for GraalVM languages implemented with the instrumentation framework.
[truffle/](truffle/) GraalVM's language implementation framework for creating languages and tools.
[vm/](vm/) Components for building GraalVM distributions.
[wasm/](wasm/) GraalWasm, an engine for running WebAssembly programs on GraalVM.

Related Repositories

GraalVM provides additional languages, tools, and other components developed in related repositories. These are:

Name Description
FastR Implementation of the R language.
GraalJS Implementation of JavaScript and Node.js.
GraalPy Implementation of the Python language.
GraalVM Demos Several example applications illustrating GraalVM capabilities.
Native Build Tools Build tool plugins for GraalVM Native Image.
SimpleLanguage A simple example language built with the Truffle framework.
SimpleTool A simple example tool built with the Truffle framework.
TruffleRuby Implementation of the Ruby language.
VS Code Extensions VS Code extensions for GraalVM.

License

GraalVM Community Edition is open source and distributed under [version 2 of the GNU General Public License with the “Classpath” Exception](LICENSE), which are the same terms as for Java. The licenses of the individual GraalVM components are generally derivative of the license of a particular language (see the table below). GraalVM Community is free to use for any purpose - no strings attached.

Component(s) License
[Espresso](espresso/LICENSE) GPL 2
[GraalVM Compiler](compiler/LICENSE.md), [SubstrateVM](substratevm/LICENSE), [Tools](tools/LICENSE), [VM](vm/LICENSE_GRAALVM_CE) GPL 2 with Classpath Exception
[GraalVM SDK](sdk/LICENSE.md), [GraalWasm](wasm/LICENSE), [Truffle Framework](truffle/LICENSE.md), [TRegex](regex/LICENSE.md) Universal Permissive License
[Sulong](sulong/LICENSE) 3-clause BSD


*Note that all licence references and agreements mentioned in the Graal README section above are relevant to that project's source code only.