Key features of BoxLang
Quick Installer
Install the BoxLang runtime for system-wide or user-based installations.
/bin/bash -c "$(curl -fsSL https://install.boxlang.io)"
/bin/sh -c "$(curl -fsSL https://install.boxlang.io)"
powershell -NoExit -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://install-windows.boxlang.io'))"
BoxLang Version Manager (BVM)
BVM is a simple version manager for BoxLang, similar to jenv or nvm. It allows you to easily install, manage, and switch between different versions of BoxLang.
/bin/bash -c "$(curl -fsSL https://install-bvm.boxlang.io)"
/bin/sh -c "$(curl -fsSL https://install-bvm.boxlang.io)"
DOWNLOAD
Download BoxLang according to your target runtime. You can also read our documentation on how to get started with each runtime.
1.2.0
May 29, 2025 - Read Changelog
Runtime
-
Download BoxLang OS/CLI/JSR223
-
Download BoxLang MiniServer
-
Download BoxLang Chromebooks
-
Maven Java Embed
You can easily start up a server with CommandBox
server start cfengine=boxlang javaVersion=openjdk21