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

Is Your JVM Build Pipeline Slowing Down Your Entire Organization?

Is Your JVM Build Pipeline Slowing Down Your Entire Organization?

The Problem Nobody Puts on the Roadmap

Most engineering teams using Java, Kotlin, Groovy, Scala, or Clojure don’t say:

“Our build system is the problem.”

Instead, they say:

  • “CI is just slow.”
  • “Gradle sometimes breaks after upgrades.”
  • “SBT takes forever.”
  • “Kotlin compilation is heavy.”
  • “Classpath issues again?”
  • “Why did this pass locally but fail in CI?”
...

Cristobal Escobar
Cristobal Escobar
February 25, 2026
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