GraalVM's Avatar

GraalVM

@graalvm.org.bsky.social

GraalVM compiles your Java applications ahead of time into native executables that start instantly, scale fast, and use fewer resources.

1,359 Followers  |  62 Following  |  99 Posts  |  Joined: 22.06.2023  |  2.1025

Latest posts by graalvm.org on Bluesky

Video thumbnail

Want to build, debug, and monitor native apps with GraalVM – all inside IntelliJ IDEA?
Watch @fniephaus.com's session from #IntelliJIDEAConf πŸ‘‰ youtu.be/YqrEqXB59rA

03.08.2025 12:01 β€” πŸ‘ 16    πŸ” 5    πŸ’¬ 0    πŸ“Œ 1
Preview
airhacks.fm podcast podcast with adam bien

"WebAssembly / Wasm and Java"--an airhacks.fm podcast conversation with @fniephaus.com is ready to listen: πŸ‘‰
adambien.blog/roller/webas... #java #airhacks #podcast #wasm #graalvm

20.07.2025 14:30 β€” πŸ‘ 14    πŸ” 3    πŸ’¬ 0    πŸ“Œ 1
Preview
openHAB 5.0 Release A new major release of openHAB is here! openHAB 5.0 comes with a lot of exciting new features and improvements, including Matter support, a new Python Scripting add-on and a ton of other enhancements.

openHAB, the open source home automation software, has integrated GraalPy!πŸ€–πŸ
"Unlike the Jython Scripting add-on, it offers full Python 3.11 support and is future-proof. It can be used as a scripting language in UI, file-based rules, and transformation services"
www.openhab.org/blog/2025-07...

24.07.2025 09:31 β€” πŸ‘ 6    πŸ” 4    πŸ’¬ 0    πŸ“Œ 0

Had a fun chat with @adambien.blog about @graalvm.org and #WebAssembly. Give it a listen! πŸ™‚

20.07.2025 17:02 β€” πŸ‘ 12    πŸ” 5    πŸ’¬ 0    πŸ“Œ 0

Yupiik Fusion 1.0.27 has been released πŸŽ‰

Yupiik Fusion is a modern, high-performance web framework built on top of @graalvm.org. It’s designed to provide a streamlined and efficient way to develop web applications.

github.com/yupiik/fusio...

#java #cloud #native

15.07.2025 09:20 β€” πŸ‘ 4    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Post image

GraalVM for JDK 25 will be packed with cool features, stay tuned!πŸŽ‰
github.com/oracle/graal...

03.07.2025 11:58 β€” πŸ‘ 27    πŸ” 5    πŸ’¬ 1    πŸ“Œ 0
Video thumbnail

Watch @rickossendrijver.bsky.social’s talk from Devoxx UK & explore how Picnic uses GraalVM to build a flexible, polyglot Rule Engine for dynamic business logic! Discover how JavaScript & Python enable self-service rule creation & management, enhancing customer interaction devoxx.co.uk//talk?id=6502

01.07.2025 11:02 β€” πŸ‘ 4    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0
Post image

More than 3000 open source projects on GitHub already use the GraalVM GitHub Action!πŸŽ‰
Get started for your project: github.com/marketplace/...

#GraalVM #Java #OpenSource

30.06.2025 10:31 β€” πŸ‘ 10    πŸ” 4    πŸ’¬ 0    πŸ“Œ 0
Native JReleaser with Andres Almiray
YouTube video by GraalVM πŸš€ Native JReleaser with Andres Almiray

In this new episode of GraalVM Community Talks we talked with @andresalmiray.com about how he uses GraalVM Native Image to conveniently build and ship @jreleaser.org for different platforms with an easy installation for users: www.youtube.com/watch?v=tEPG...

#GraalVM #Java

26.06.2025 10:19 β€” πŸ‘ 9    πŸ” 7    πŸ’¬ 0    πŸ“Œ 0
Preview
The Energy Efficiency of JVMs and the Role of GraalVM GraalVM leads the way in energy-efficient and high-performance JVM runtimes β€” insights from research on the intersection of code performance and sustainability.

The Energy Efficiency of JVMs and the Role of GraalVM: dzone.com/articles/ene...

#Java #GraalVM

23.06.2025 10:19 β€” πŸ‘ 10    πŸ” 5    πŸ’¬ 0    πŸ“Œ 0
Post image

GraalVM Community Summit is back!πŸš€

Join us for two days of team and community collaboration, discussing new directions, and shaping the future of the project!

Learn more and join: www.graalvm.org/community/su...

19.06.2025 10:04 β€” πŸ‘ 10    πŸ” 5    πŸ’¬ 0    πŸ“Œ 2
Release notes :: Apache Log4j

πŸš€ Log4j 2.25.0 is out! Highlights include native GraalVM support and improved stack trace control and datetime formatting. Check out the full release notes: logging.apache.org/log4j/2.x/re...

16.06.2025 20:21 β€” πŸ‘ 13    πŸ” 4    πŸ’¬ 0    πŸ“Œ 0

What does Native Image bring to Java containers?
βœ… Millisecond startup
βœ… Static linking
βœ… Tiny, secure images
See the numbers in the blog post. GraalVM Native Image isn’t just for benchmarksβ€”it’s production-ready.

11.06.2025 16:30 β€” πŸ‘ 4    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0
Preview
From JIT to Native: Path to Efficient Java Containers Can a Micronaut application start in milliseconds and run in a container smaller than most Go apps? It can, with GraalVM Native Image…

From JIT to Native: Path to Efficient Java Containers: medium.com/graalvm/from... by @olyagupalo.bsky.social
#Java #GraalVM #Micronaut

11.06.2025 15:28 β€” πŸ‘ 10    πŸ” 8    πŸ’¬ 0    πŸ“Œ 1
Post image

Really like how @alina-yurenko.bsky.social uses the Spring pet clinic to measure @graalvm.org performance and resource usage at #DevoxxPL. It's a much better real world example than hello 🌍

11.06.2025 08:20 β€” πŸ‘ 6    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Post image

Ε tΔ›pΓ‘n Ε indelΓ‘Ε™ is demonstrating live why β˜•οΈJava ❀️ Python🐍 at yet another @czjug.bsky.social meetup about @graalvm.org and #GraalPy

10.06.2025 17:16 β€” πŸ‘ 3    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Bootiful GraalVM by Thomas Wuerthinger / Josh Long @ Spring I/O 2025
YouTube video by Spring I/O Bootiful GraalVM by Thomas Wuerthinger / Josh Long @ Spring I/O 2025

πŸƒ Bootiful GraalVM by @thomaswue.dev / @starbuxman.joshlong.com @ Spring I/O 2025

▢️ Video: youtu.be/uAYYDJ_ubBg #springio25 @graalvm.org

06.06.2025 08:58 β€” πŸ‘ 14    πŸ” 5    πŸ’¬ 0    πŸ“Œ 0
Preview
Project Crema: Open World for Native Image Β· Issue #11327 Β· oracle/graal TL;DR Crema will lift Native Image's default closed-world assumption by allowing dynamic loading and execution of classes at run time. It builds upon Native Image Layers and the JDWP debugger by ad...

We are working on a new big project for @graalvm.org β€” Project Crema: github.com/oracle/graal....
It will lift Native Image's default closed-world assumption by allowing dynamic loading and execution of classes at run time.
Stay tuned for updates!

04.06.2025 12:34 β€” πŸ‘ 40    πŸ” 12    πŸ’¬ 2    πŸ“Œ 1
Video thumbnail

You can now catch up on @jagovreede.bsky.social ’s Devoxx UK 2025 session "Building a Native Multiplatform SDKMAN in JavaFX." Discover how to transform SDKMAN into a graphical interface, compile with GraalVM, and distribute across platforms.

See here - buff.ly/yZRSIPj

02.06.2025 14:07 β€” πŸ‘ 11    πŸ” 5    πŸ’¬ 0    πŸ“Œ 0
Post image

Ubuntu now provides the GraalVM JDK with Native Image as a snap for a quick installation: discourse.ubuntu.com/t/leveling-u...

02.06.2025 15:05 β€” πŸ‘ 25    πŸ” 7    πŸ’¬ 0    πŸ“Œ 0
Post image

Looking for tips & tricks for @graalvm.org and Graal Languages in @intellijidea.com?

Join me at IntelliJ IDEA Conf '25 to learn how to use it to:
🌱 Compile, monitor, and debug native images
🐍 Embed Python, WebAssembly, and more in your Java apps

πŸ‘‰ Agenda at lp.jetbrains.com/intellij-ide...

23.05.2025 17:04 β€” πŸ‘ 11    πŸ” 2    πŸ’¬ 1    πŸ“Œ 0
Going green with native: efficient, sustainable software by Vasco Veloso and Johan Hutting
YouTube video by JNation Going green with native: efficient, sustainable software by Vasco Veloso and Johan Hutting

Our talk at #JNation in Coimbra with @vasco-veloso.bsky.social about going green with native is already available online! 🀩
We cover the why, how native might benefit your resource usage and how to measure it with free tools using @graalvm.org native builds:

www.youtube.com/watch?v=KmXs...

01.06.2025 17:54 β€” πŸ‘ 6    πŸ” 2    πŸ’¬ 0    πŸ“Œ 1
Preview
CZJUG on tour: GraalPy: Java ❀️ Python, Tue, Jun 10, 2025, 6:00 PM | Meetup CZJUG Prague on tour are usual CZJUG Prague meetups taking place at a location hosted by one of our partner companies. This time, our CZJUG on tour meetup will be hosted b

πŸš€ @czjug.bsky.social events continue. Join us at #Oracle Prague offices to learn πŸ’‘ from Ε tΔ›pΓ‘n Ε indelΓ‘Ε™ about bridging modern Python 🐍 and the JVM β˜• ecosystem with #GraalPy and @graalvm.org

πŸ• at the venue and discussion over 🍻 afterwards .

#JUG #GraalPy #Java #Python #JVM #Prague

22.05.2025 09:28 β€” πŸ‘ 10    πŸ” 4    πŸ’¬ 0    πŸ“Œ 2
Video thumbnail

To celebrate Spring AI 1 1.0 GA, here's a great blog post and sample project by @andresalmiray.com and @starbuxman.joshlong.com: blogs.oracle.com/developers/p...

Spring AI meets Oracle Database meets GraalVM Native Image for great performance and productivity!πŸš€

#Java #GraalVM #Spring

21.05.2025 15:09 β€” πŸ‘ 15    πŸ” 5    πŸ’¬ 0    πŸ“Œ 0
Extending Java with Python and JavaScript at Picnic | With Rick Ossendrijver
YouTube video by GraalVM πŸš€ Extending Java with Python and JavaScript at Picnic | With Rick Ossendrijver

We're starting a new video series in which we talk with our community members about how they use GraalVM. Our first guest is @rickossendrijver.bsky.social, talking about extending Java applications with Python and JavaScript to define business logic: www.youtube.com/watch?v=-Juc...

#Java #GraalPy

20.05.2025 13:42 β€” πŸ‘ 11    πŸ” 6    πŸ’¬ 0    πŸ“Œ 1
Post image

Heading to @springio.net?πŸƒ
Be sure to save the "Bootiful GraalVM" session, where @thomaswue.dev and @starbuxman.joshlong.com will talk about building applications with blazingly fast startup, better security, and low footprint for greener and cheaper deployments!
2025.springio.net/sessions/boo...

20.05.2025 09:59 β€” πŸ‘ 11    πŸ” 4    πŸ’¬ 0    πŸ“Œ 1
Preview
GitHub - oracle/graalpython: GraalPy – A high-performance embeddable Python 3 runtime for Java GraalPy – A high-performance embeddable Python 3 runtime for Java - oracle/graalpython

GraalPy is a high-performance implementation of the Python language for the JVM built on GraalVM. GraalPy is a Python 3.11 compliant runtime.
github.com/oracle/graal...

04.05.2025 10:17 β€” πŸ‘ 12    πŸ” 5    πŸ’¬ 0    πŸ“Œ 0
Post image

Performance Improvement by 10 Times, GraalVM Application Observability Practice: www.alibabacloud.com/blog/perform... by Alibaba Cloud Native Community
#Java #GraalVM #observability

15.05.2025 09:46 β€” πŸ‘ 15    πŸ” 4    πŸ’¬ 0    πŸ“Œ 0
Post image

@devoxx.uk is already next week!πŸ₯³

There will be several great GraalVM sessions from our team and community, covering Native Image, embedding languages, and even building UI applications with GraalVM β€” make sure to add them to your schedule!

www.devoxx.co.uk/search-resul...

#Java #GraalVM #Devoxx

29.04.2025 13:50 β€” πŸ‘ 19    πŸ” 6    πŸ’¬ 0    πŸ“Œ 0

Want to learn more about the new #WebAssembly backend for @graalvm.org and what you can do with #GraalWasm? πŸ€“

Our #WasmIO25 talk is now on YouTube. Slides are available, too.

22.04.2025 09:12 β€” πŸ‘ 19    πŸ” 9    πŸ’¬ 0    πŸ“Œ 0

@graalvm.org is following 20 prominent accounts