Quick Installer
Install a specific version of the BoxLang operating system runtime for system-wide or user-based installations. Learn More
/bin/bash -c "$(curl -fsSL https://install.boxlang.io)"
brew tap ortus-boxlang/boxlang
brew install ortus-boxlang/boxlang/boxlang
install-boxlang
/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. Learn More
/bin/bash -c "$(curl -fsSL https://install-bvm.boxlang.io)"
brew tap ortus-boxlang/boxlang
brew install ortus-boxlang/boxlang/bvm
bvm install latest && bvm use latest
/bin/sh -c "$(curl -fsSL https://install-bvm.boxlang.io)"