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)"