Want to see what Native Image does with your code?๐ค Paste a snippet into this browser-based playground, compile it into a native executable, and inspect the generated machine code in ~10โ15 seconds! ๐ Try yourself: godbolt.elide.dev
GraalVM
@graalvm.org
GraalVM compiles your applications ahead of time into native executables that start instantly, scale fast, and use fewer resources ๐
Already this week! Join @thomaswue.dev at the @intellijidea.com conference as he explores sandboxing AI agents with @graalvm.org. lp.jetbrains.com/intellij-ide...
GraalVM 25.3 is here!๐ It brings performance and security improvements, along with updated language runtimes ๐ Learn more: medium.com/graalvm/graa... Download: www.graalvm.org/downloads/
GraalVM 25.3 is here! ๐
Today, weโre pleased to announce the release of GraalVM 25.3!
medium.com
Escaping the Giant Switch: a deep dive into optimizing bytecode interpreters: medium.com/graalvm/esca...
Escaping the Giant Switch
a true story about bytecode interpreters
medium.com
We are releasing Graal Script Agent! ๐ค It turns natural-language requests into sandboxed application plugins that run locally, allowing users to customize applications for their needs without writing or reviewing code. Learn more and see it in action: medium.com/graalvm/when...
When Prompts Become Plugins
Secure AI customization with GraalVM
medium.com
GraalVM 25.2 is here!๐ It brings sandboxed application plugins, reduced memory usage, G1 in Native Image across all platforms, and moreโ โ see what's new: medium.com/graalvm/graa... Download: www.graalvm.org/downloads/
GraalVM 25.2 is here! ๐
Today, weโre pleased to announce the release of GraalVM 25.2!
medium.com
GraalVM sandboxing provides a controlled execution boundary for customer-supplied, dynamically loaded, and AI-generated code. Learn how to restrict host access, enforce resource limits, and contain failures: medium.com/graalvm/sand...
Sandboxing Script Extensions with GraalVM
Applications increasingly execute scripts that are supplied by customers, loaded dynamically, or generated by AI. This post shows howโฆ
medium.com
GraalJS 25.1 brings full ECMAScript 2026 support, enabled by default!๐ See what's new in this release: medium.com/graalvm/graa...
GraalJS 25.1: Modern JavaScript on GraalVM
GraalJS, the high-performance embeddable JavaScript implementation on GraalVM, is here with the latest ECMAScript features!
medium.com
GraalVM 25.1 is here! What's new: โ even smaller images ๐ฆ โ even higher performance ๐ โ 1500+ libraries ready for Native Image ๐ โ Truffle sandbox๐ก๏ธ And more! See what's new: www.youtube.com/watch?v=vmPs...
GraalVM 25.1 Release Stream!๐
YouTube video by GraalVM ๐
youtube.com
GraalVM 25.1 is here!๐ It's our first innovation release based on a new release train. Learn more: medium.com/graalvm/graa... Download: www.graalvm.org/downloads/
GraalVM 25.1 is here! ๐
First innovation release ๐
medium.com
Memory is getting more expensive, but Java applications don't need a large runtime footprint. In this Spring Boot benchmark, GraalVM Native Image used ~2.5-4x less memory than the JVM, along with much faster startup. The blog post: patotski.com/blog/spring-... by Viktar Patotski
Join us next Tuesday at 5 PM CET / 8 AM PT for GraalVM 25.1 release party!๐ www.youtube.com/watch?v=vmPs...
GraalVM 25.1 Release Stream!๐
YouTube video by GraalVM ๐
youtube.com
A local AWS emulator that starts in 24 ms and uses just 13 MiB of idle memory? ๐ Join us as we talk with @hectorvent.dev, the creator of Floci โ free, open source, and powered by @graalvm.org ๐ฐ www.youtube.com/watch?v=wQVQ...
Floci: a fast and lightweight AWS emulator, powered by GraalVM ๐
YouTube video by GraalVM ๐
youtube.com
Practical Python AI in Java with GraalPy: learn how to embed Python in Java applications, bundle Python packages using Maven and Gradle plugins, and interact with Python libraries through Java interfaces: www.youtube.com/watch?v=v5DP... #Java #Python #GraalPy
Practical Python AI in Java with GraalPy - Sachin Pikle
YouTube video by Developer Summit
youtube.com
๐ทI built a thing! A visualizer of #Antigravity work sessions with an #AI analysis by #Gemini. You can browse through ๐ค user requests, ๐ ๏ธ tool calls, ๐ด errors, ๐ฌ model responses, and get actionable insight.
Learn how to use advanced Oracle AI Database features, including vector search, Oracle Spatial, and JSON Relational Duality Views, through first-class support in Micronaut: blogs.oracle.com/graal/micron...
blogs.oracle.com
GraalVM Community Summit is back for its 6th edition! ๐ Join our team, contributors, and partners in the JVM ecosystem for two days of presentations, working sessions, and collaboration on the future of GraalVM! Learn more and join: graalvm.org/community/su...
Learn how to add profile-guided optimizations to your @quarkus.io native build workflow in a single step for high throughput: quarkus.io/blog/native-...
Profile-Guided Optimization for Quarkus Native Images
Quarkus: Supersonic Subatomic Java
quarkus.io
The Micronaut Foundation is excited to announce the release of Micronaut Framework 5.0.0! Please see our latest blog post for more details. micronaut.io/2026/05/20/m... #micronaut
Did you know that GraalVM provides automatic metadata for many popular Java libraries, so you can have a smooth experience with Native Image out of the box? โ 1200+ libraries ๐ โ 18K+ tested versions โ โ 2M+ tested LOC ๐คฏ More details soon!๐ github.com/oracle/graal...
GitHub - oracle/graalvm-reachability-metadata: Repository which contains community-driven collection of GraalVM reachability metadata for open-source libraries.
Repository which contains community-driven collection of GraalVM reachability metadata for open-source libraries. - oracle/graalvm-reachability-metadata
github.com
A local AWS emulator that starts in 24 ms and uses just 13 MiB of idle memory? Meet Floci โ free, open-source, and powered by @graalvm.org ๐ github.com/floci-io/floci
Accelerating the GraalVM release train and announcing new commercial support!๐๐ medium.com/graalvm/acce...
Seven years ago at @devoxx.uk, we announced our first commercially supported product, GraalVM Enterprise. This year, we are back with big news ๐ Can you guess what it is?
Oracle GraalVM 25 April CPU release is now available! Upgrade to get the latest security updates and improvements ๐ www.graalvm.org/downloads/
Honestly, it's surprising how easy it is to port a Java CLI into a tiny web-app with @graalvm.org: parttimenerd.github.io/jhserr/ It is far superior to running the CLI on a webserver, as these leads to all sorts of security problems and also privacy concerns (especially with redaction tools).
hs_err Parser โ Parse, Redact & Export
parttimenerd.github.io
Ever looked at a HotSpot error file and thought โnopeโ? I wrote a guide + built a VSCode highlighter and a browser redaction tool (using @graalvm.org). mostlynerdless.de/blog/2026/04...
Looking very much forward to this talk on 6th of May at @devoxx.uk together with @starbuxman.joshlong.com where we will demonstrate the latest of how @graalvm.org and Spring can work great together!
Ever looked at a HotSpot error file and thought โnopeโ? I wrote a guide + built a VSCode highlighter and a browser redaction tool (using @graalvm.org). mostlynerdless.de/blog/2026/04...
On HotSpot Error Files and Useful Tools - Mostly nerdless
Learn all about HotSpot Error Files, a new syntax highlighter for VSCode and a redaction tool running directly in your browser.
mostlynerdless.de
@jagovreede.bsky.social sharing his experience of three years with @handle.invalid and even @graalvm.org in production at @jugnoord.bsky.social yesterday ๐
GraalVM accepts AI-assisted contributions!๐ค We have added a new policy for using AI tools to contribute to the GraalVM project. Such tools, used responsibly, can improve velocity, documentation, test coverage, and overall quality. github.com/oracle/graal...
github.com
trivago runs a GraphQL gateway handling 9,000+ req/s per subgraph. After migrating to GraalVM Native Image, they: โ eliminated warm-up โ reduced replicas from 43 to 12 โ cut CPU usage Learn more about their migration process and recommendations: medium.com/graalvm/insi...
Inside trivagoโs GraalVM Migration: Native Image for GraphQL at Scale
Introduction
medium.com