Blog

12 Days of BoxLang - Day 9: BoxLang Runtimes

Maria Jose Herrera December 19, 2025

Spread the word

Maria Jose Herrera

December 19, 2025

Spread the word


Share your thoughts

Day 9 BoxLang Runtimes: Build Anywhere, Run Everywhere 🎄

One of BoxLang’s biggest superpowers is its ability to run on multiple runtimes, from desktop to cloud to serverless. Whether you're building web apps, CLIs, microservices, or embedded Java integrations, BoxLang adapts to your environment — not the other way around.

Today, for Day 9 of our 12 Days of Christmas, we’re exploring the entire collection of official BoxLang runtimes and how to get started with them. ⭐️


⚡ Official BoxLang Runtimes

BoxLang can run on virtually anything. Here’s the current lineup:

🖥️ BoxLang OS Runtime

The core runtime — fast, lightweight, and ideal for CLI apps, automation, utilities, and local development.

Supports:

  • Windows
  • Linux
  • macOS
  • Raspberry Pi

🌐 BoxLang MiniServer

A lightweight, high-performance web server bundled with the OS Runtime.

Perfect for spinning up web apps instantly.

☁️ BoxLang AWS Lambda Runtime

Run BoxLang in serverless environments — including the engine behind try.boxlang.io.

🐳 BoxLang Docker Runtime

Official Docker images for containers, microservices, and production deployment.

💻 Chromebook Runtime

Bring BoxLang to ChromeOS systems through supported binaries.

📜 JSR-223 Scripting Runtime

Embed BoxLang as a scripting language inside Java applications.

🔧 Java Embedding

Use BoxLang programmatically inside Java — great for integrations or custom tooling.

🌍 BoxLang Servlet Runtime

Deploy BoxLang in Tomcat, Jetty, JBoss, or any servlet container using a JAR or WAR.

🧰 CommandBox Runtime

Start a BoxLang web server instantly through CommandBox:

server start cfengine=boxlang javaVersion=openjdk21

✨ More runtimes are in active development.


🚀 Getting Started with BoxLang

BoxLang installation is flexible — choose the setup that fits your workflow.

1. ✔️ Requirements

BoxLang runs on the JVM, so you’ll need:

  • Java 21 JRE (runtime)
  • Java 21 JDK (if using the Java transpiler)

The fastest way to install BoxLang on macOS, Linux, or Windows:

/bin/bash -c "$(curl -fsSL https://install.boxlang.io)"

System-wide install:

sudo /bin/bash -c "$(curl -fsSL https://install.boxlang.io)"

This installs:

  • boxlang (OS runtime)
  • boxlang-miniserver (MiniServer)
  • install-boxlang (upgrader)
  • install-bx-module (module installer)

Examples:

boxlang --version
install-boxlang --help
install-bx-module bx-compat-cfml
install-bx-module bx-pdf bx-esapi


🔁 Upgrading BoxLang

# Latest stable
install-boxlang

# Specific version
install-boxlang 1.0.0

# Cutting-edge snapshot
install-boxlang snapshot


📦 Installing Modules

Modules can be installed globally or locally.

Global install:

install-bx-module bx-compat-cfml
install-bx-module bx-esapi

Local install (to the current project):

install-bx-module bx-compat-cfml --local
install-bx-module bx-esapi --local


🧰 BoxLang Version Manager (BVM)

Manage multiple BoxLang versions easily:

curl -fsSL https://install-bvm.boxlang.io/ | bash

Perfect for teams, production environments, and switching between stable & snapshot releases.


💬 The BoxLang REPL

Run:

boxlang

You’ll enter the interactive REPL — perfect for testing snippets, debugging, and experimenting.

The REPL remembers state across commands, making it a fast, fun way to explore BoxLang. 🚀


📥 Downloadable Binaries

BoxLang offers multiple installers across OSs and runtimes, including:

  • Windows installer
  • Universal ZIP
  • Universal JAR
  • MiniServer ZIP
  • AWS Lambda runtime
  • Servlet WAR/JAR
  • Docker images
  • Quick installer

(Links usually shown in the full docs.)


💻 BoxLang IDE for VS Code

Enhance your development workflow with:

  • LSP (Language Server)

  • Syntax highlighting

  • Code generation

  • Introspection

  • Debugger

    and much more.

Available in the VSCode Marketplace.


🎁 Day 9 Wrap-Up

BoxLang isn’t just a language — it’s a multi-runtime platform.

Whether you target desktop, cloud, serverless, containers, or embedded Java, BoxLang gives you a unified way to build modern, flexible applications.

From the OS Runtime to AWS Lambda and Docker, the ecosystem is designed to run your code anywhere you need it.


Become a Pioneer or Get a Free Compatibility Report!

BoxLang is growing fast features are expanding, the ecosystem is thriving, and performance is turning heads. But the most exciting part? You can be part of shaping it from the very beginning.

The Pioneer Program is your gateway to early access, unmatched support, and unbeatable value. Here’s what you get:

  1. Everything in BoxLang+, and more:
    • Professional support to get you running smoothly
    • A dedicated Slack channel for direct access to our team, solve issues in seconds
    • Priority handling for your feature requests and bug fixes
  2. Migration done with you, not just for you:
    • Our engineers work alongside your team to migrate your apps end-to-end
    • Guaranteed compatibility, we won’t stop until it works perfectly
  3. Big savings, no hidden tricks:
    • At least 40% off your current licensing costs, locked in early, no surprise charges as you grow

Request More Info


Still Not Convinced?

If you’re unsure how BoxLang will work with your applications, or want clarity before making any decisions, we’ve created a simple, low-risk way to evaluate your path forward:

1. Free BoxLang Compatibility Report

What You Get (Free)

A personalized, expert-driven technical audit designed to help you:

  • Determine how compatible your current CFML codebase is with BoxLang
  • Identify modernization needs before migrating
  • Understand the fastest and safest path to BoxLang adoption
  • Receive direct, practical recommendations from the Ortus engineering team

This is a high-touch, hands-on audit — not an automated scan.

Due to demand, we’ve expanded the number of companies we can accept, but availability is still limited.

👉 Register now — it only takes 3 minutes:

https://forms.gle/QSzjmLVsVHQq59mH6


2. 1-Year Free Non-Production License

Test-drive BoxLang Premium features in your own environment, with no pressure.

  • Explore advanced capabilities safely
  • Experiment and validate assumptions
  • Gain confidence before any production commitment

No rush. No lock-in. Just real experience.

Contact Us


Join the BoxLang Community! ⚡️

Stay connected with the latest updates, BoxLang announcements, Into the Box 2026 news, tutorials, tools, and more.

Subscribe to our newsletter for exclusive updates and early access.

Follow Us

Add Your Comment

Recent Entries

Into the Box Sessions Round 2 is now Out!

Into the Box Sessions Round 2 is now Out!

Into the Box 2026 is shaping up to be our most dynamic event yet! Building on the momentum of our first release, we are thrilled to announce the second round of sessions for this year's conference.

As the ecosystem continues to evolve, teams are balancing the realities of maintaining critical legacy applications while adopting modern tools, architectures, and practices. Into the Box has always been about meeting developers where they are and giving them practical paths to what’s next.

Victor Campos
Victor Campos
February 24, 2026
Why UK Financial Institutions are reassessing ColdFusion Licensing

Why UK Financial Institutions are reassessing ColdFusion Licensing

Rising ColdFusion Licensing Costs, Oracle JVM Risk and Financial Exposure in the United Kingdom

Across the United Kingdom, many financial institutions continue to rely on legacy Adobe ColdFusion (ACF) platforms to power internal banking systems, insurance portals, reporting tools, and regulatory workflows.

For years, these systems were stable and cost-effective.

Today, however, Adobe ColdFusion licensing costs

Cristobal Escobar
Cristobal Escobar
February 24, 2026