Simple and reliable installer for GraalVM Java Development Kit on Windows.
Automatically downloads the selected GraalVM version and configures
JAVA_HOME and PATH environment variables.
Designed for developers who want a clean, fast and predictable GraalVM setup, without manual configuration or environment issues.
GraalVM Installer for Windows is a lightweight and reliable installer that simplifies the setup of the GraalVM Java Development Kit (JDK) on Windows systems.
It removes the need for manual downloads and environment configuration by automatically downloading the selected GraalVM distribution and configuring the required system-level variables (JAVA_HOME and PATH).
⚠️ Administrator privileges are required to run the installer, as it modifies system environment variables.
After the installation is completed, the system is immediately ready for development, allowing you to run, build and experiment with GraalVM-based applications without additional setup steps.
For more information about GraalVM and its capabilities, visit: https://www.graalvm.org/
Find the latest version on the releases page:
🔗 https://github.com/SourceRabbit/GraalVM-Windows-Installer/releases
| Technology | Description |
|---|---|
| Java | Core application logic and UI |
| Inno Setup | Windows installer packaging |
| Launch4J | Wraps the JAR into a native Windows .exe |
GraalVM-Windows-Installer/
├── NetBeans Project/ # Java source code (NetBeans IDE project)
├── InnoSetup Installer/ # Inno Setup script for packaging the installer
├── Launch4J/ # Launch4J configuration for .exe wrapping
├── Downloads/ # Download configuration files
├── Images/ # Screenshots and assets used in the README
├── LICENSE # GNU General Public License v3
└── README.md
- Downloads manager
HashMapchanged toLinkedHashMapto maintain the order of the downloads list - Installation Wizard is now signed
- Environment variables are now set at the System level (not User level)
- GraalVM Installer now requires administrator privileges to run
- Application has been completely rewritten in Java
- The old C# project is now deprecated
- Maintenance release
- Minor UI changes
- Minor UI changes
- First ever public release of the GraalVM Windows Installer 🎉
This project is licensed under the GNU General Public License v3.0.
See the LICENSE file for details.

