Open World for Native Image 🌎 Your Native Image application can now load new classes at runtime, while keeping all benefits of AOT optimizations 🚀 Best of both worlds! To use it: build with @graalvm.org 25.1+ and `-H:+RuntimeClassLoading`.
Hector Ventura
@hectorvent.dev
Creator of https://floci.io - Local Emulators for AWS, Azure and GCP
Hashtag Jakarta EE number 342 is out! Read about floci, Jakarta EE 12 progress, and links to articles by Rustam and Lenny #JakartaEE #EclipseFoundation #Community
Hashtag Jakarta EE #342
Welcome to issue number three hundred and forty-two of Hashtag Jakarta EE! I am currently at JConf Dominicana 2026. I will post a separate post about the conference shortly. But I will mention the session I am attending right now, which is a presentation about floci by Hector Ventura. In short, floci is a drop-in replacement for LocalStack that lets you emulate any cloud environment locally.
agilejava.eu
There's one for Azure too, though a lot less comprehensive: github.com/floci-io/flo...
GitHub - floci-io/floci-az: Light, fluffy, and always free - Local Azure Emulator
Light, fluffy, and always free - Local Azure Emulator - floci-io/floci-az
github.com
Found this to better than localstack It runs substantially less (by 90%) ram for running aws services github.com/floci-io/floci #aitools #opensource #github #observability
GitHub - floci-io/floci: Light, fluffy, and always free - The AWS Local Emulator alternative
Light, fluffy, and always free - The AWS Local Emulator alternative - floci-io/floci
github.com
Stop juggling Azurite, the Cosmos emulator, and four ports to test one app. floci-az = 19 Azure services on one port (4577). Real services, SDK-compatible, not mocks. 1 Docker image. 24ms start. ~13 MiB. $0. Free + MIT: github.com/floci-io/flo... #Azure #DevOps #Test #LocalDev
Want to learn AWS without paying cloud bills? 💸 Run AWS locally with Floci. All on my laptop. 🔥 53 AWS Services 🔥 Completely Free #AWS #LocalStack #DevOps #CloudComputing #Terraform #Serverless medium.com/p/building-a...
Building a Complete AWS Environment Locally with Floci
Cloud engineers often want to learn AWS services, build event-driven architectures, test Terraform code, and practice CI/CD pipelines…
medium.com
First time using @floci.io (just for an S3 bucket) - ran via dotnet.testcontainers.org (there's a nuget package for that 😁) and huge levels of "just worked". Not new to running infra locally, but even so the lack of surprises was very welcome.
A local cloud your team and your AI agents can iterate against in milliseconds. Floci runs AWS, Azure & GCP as one native binary. Free, MIT, no auth token, real engines. Safe to break, reset a container instead of your staging account. floci.io
Had a lot of fun learning more about @floci.io ☁️ from @hectorvent.dev! What a great project, and what a great use case of Native Image for fast startup, low memory usage, and easy installation across platforms.
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...
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
Spring AI 2.0 is now available 🚀 it supports both Spring Boot 4.0 and 4.1. I worked on automated OpenRewrite recipes to upgrade your applications to the new version, taking care of many breaking changes introduced in this new major. All free and open source. docs.arconia.io/arconia-migr...
Floci helps you emulate AWS/Azure/GCP Cloud locally. It is easy to get started: $ curl -fsSL floci.io/install.sh | sh $ floci start $ eval $(floci env) $ aws s3 mb s3://my-bucket github.com/floci-io/flo... #docker #terraform #devops #floci
Lundi, découverte #OpenSource !💡 Entre #LocalStack qui verrouille de plus en plus de features et les éternels drames de licences (coucou MinIO 👀), ça devient un vrai casse-tête de trouver un mock AWS 100% libre pour le local. J'ai découvert Floci !🧵👇 go.thibaud.dev/b4NB #AWS #DevOps #TechFR
Floci — Fast, Free AWS Emulator
Fast, free, open-source AWS emulator. No auth token. No restrictions. Drop-in replacement for LocalStack.
go.thibaud.dev
Este proyecto te permite tener AWS en local y gratis. Sin cuentas ni trucos. Perfecto para practicar. Se llama Floci y tiene 47 servicios: S3, SQS, Lambda, DynamoDB, RDS... github.com/floci-io/floci
floci-gcp doesn't model GCP's wire format. It implements the server side of Google's own protobuf stubs. Deep dive: dev.to/hectorvent/h... floci.io/gcp #GCP #Terraform #DevOps
How floci-gcp builds GCP wire compatibility on Google's own protobuf (and stays maintainable)
A local GCP emulator that doesn't model the wire format at all. Instead it implements the server side of Google's own generated protobuf stubs. Here's why that's the whole trick.
dev.to
New @foojay.io #podcast: "From Scripting Language to AI Powerhouse: How BoxLang Is Redefining JVM Development." With Luis Majano and Cris Escobar about BoxLang, a modern dynamic #JVM language for rapid development. On YouTube and in your favorite podcast app! www.youtube.com/watch?v=qYPs...
From Scripting Language to AI Powerhouse: How BoxLang Is Redefining JVM Development (#97)
YouTube video by Frank Delporte
youtube.com
We released Quarkus 3.36. It comes with the new (and experimental!) Quarkus Signals extension, a unified event bus for Quarkus. See our announcement for the full list of changes! quarkus.io/blog/quarkus...
Quarkus 3.36 - Quarkus Signals, embedded SBOMs, OIDC SPIFFE authentication, and more
Quarkus: Supersonic Subatomic Java
quarkus.io
Floci starts in ~24ms and idles at 13 MiB. New post on the four open-source layers that make that possible: Netty, vertx.io, @quarkus.io, and @graalvm.org A thank-you to the projects free emulator stand on. dev.to/hectorvent/standing-on-shoulders-the-stack-that-makes-floci-start-in-24ms-45mk
Standing on shoulders: the stack that makes Floci start in ~24ms
A thank-you note to the four open-source projects that make a free AWS emulator possible: Netty, Vert.x, Quarkus, and GraalVM.
dev.to
Using Spring Cloud AWS to integrate your Java apps with S3, DynamoDB, SQS? In this article, I show how to improve the workflows for local development and testing using Floci, an open-source AWS emulator by @hectorvent.bsky.social, and @arconia.io Dev Services. www.thomasvitale.com/spring-cloud...
Local Development with Spring Cloud AWS, Floci, and Arconia Dev Services
Run Spring Cloud AWS applications locally with Floci and Arconia Dev Services: a single dependency, fully open-source, no LocalStack token.
thomasvitale.com
New podcast episode! @frankdelporte.be and @hectorvent.bsky.social talk about #Floci, a GraalVM-powered alternative to LocalStack for local AWS, Azure, and GCP development. foojay.io/today/foojay... #Java #GraalVM #AWS #CloudDev
Foojay Podcast #96: Local AWS Development Without LocalStack: Meet Floci, the GraalVM-Powered Alternative
foojay is the place for all OpenJDK Update Release Information. Learn More.
foojay.io
Are you building a cloud app, but want to test without spending money on #AWS, #GCP, or #Azure? #Floci to the rescue, built by @hectorvent.bsky.social with @quarkus.io and #GraalVM. All about it in this @foojay.io #Podcast. On YouTube or in your favorite podcast app. www.youtube.com/watch?v=dvyD...
Run 35 AWS Services Locally FREE: Floci, Quarkus and GraalVM-Powered, LocalStack Alternative (#96)
YouTube video by Frank Delporte
youtube.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