Blog

Luis Majano

February 26, 2026

Spread the word


Share your thoughts

We're excited to announce the official BoxLang Homebrew tap — the easiest way to get BoxLang up and running on macOS (and Linux with Homebrew). One command, and you're in business.

Getting Started

First, make sure you have Homebrew installed, then add our tap:

brew tap ortus-boxlang/boxlang

From there, choose your installation path.


Option 1: BVM — BoxLang Version Manager

If you want to manage multiple BoxLang versions side by side, BVM is your tool.

brew install ortus-boxlang/boxlang/bvm

Then install and activate BoxLang:

bvm install latest
bvm use latest
boxlang --version

BVM makes it trivial to switch between stable and snapshot releases, list installed versions, and stay on the cutting edge — or the stable path — depending on your project needs.


Option 2: Quick Installer — Zero Friction Setup

Prefer a single-step setup? The BoxLang Quick Installer formula gets you the runtime and MiniServer in one shot.

brew install ortus-boxlang/boxlang/boxlang
install-boxlang

Need Java? No problem:

install-boxlang --with-jre

Installing for all users on a machine?

sudo install-boxlang --system

After installation, add BoxLang to your path:

export PATH="$HOME/.local/bin:$PATH"

Then fire it up:

boxlang               # Launch the REPL
boxlang-miniserver    # Start the MiniServer

Always Up to Date

Our tap ships with automated GitHub Actions that update the formulas daily and immediately after every new release. That means brew upgrade always pulls the latest installer. And since the formulas install the installer tool — not a pinned runtime — you stay in control of which BoxLang version you run.


Ready to Try It?

Whether you're building web apps, automation scripts, or exploring a modern JVM language, BoxLang is now just a brew install away.

👉 BoxLang Homebrew Tap on GitHub 👉 Full Documentation

Add Your Comment

Recent Entries

Introducing the BoxLang Spring Boot Starter: Dynamic JVM Templating for Spring

Introducing the BoxLang Spring Boot Starter: Dynamic JVM Templating for Spring

Spring Boot developers know the pain of evaluating view technologies. Thymeleaf is great — until you need more expressiveness. FreeMarker is powerful — until the syntax fights you. What if you could write templates in a dynamic JVM language that gives you the full power of the platform, feels natural, and requires zero setup to integrate?

Meet the BoxLang Spring Boot Starter.

Luis Majano
Luis Majano
March 13, 2026
Why Swiss Banks Are Modernizing CFML Platforms Without Rewrites

Why Swiss Banks Are Modernizing CFML Platforms Without Rewrites

The growing need to evolve legacy financial platforms safely

Many Swiss banks and financial institutions still operate important systems built on ColdFusion and CFML platforms.

These systems manage a wide range of functions, including:

  • internal banking workflows
  • reporting systems
  • client portals
  • data integration platforms
  • compliance and risk management tools

In many cases, thes...

Cristobal Escobar
Cristobal Escobar
March 13, 2026
Reactive vs Proactive ColdFusion Support: Why Waiting for an Outage Is the Most Expensive Strategy

Reactive vs Proactive ColdFusion Support: Why Waiting for an Outage Is the Most Expensive Strategy

Many ColdFusion environments operate in a reactive mode without realizing it.

Everything seems fine… until something breaks.

A server crashes.

Performance drops suddenly.

An integration stops working.

A security audit reveals missing patches.

At that point the response is urgent:

“Can someone help us fix this now?”

Emergency support is sometimes unavoidable. But when reactive intervention becomes the norm, it usually means something deep...

Cristobal Escobar
Cristobal Escobar
March 12, 2026