Bnlang · Download

Download Bnlang

Get the latest Bnlang CLI and runtime. Select your platform, architecture, and version, then verify the checksum and follow the quick install steps.

Choose your build

Install via Terminal

bnlang — installer
iwr -useb https://bnlang.dev/install.ps1 | iex

Tip: Ensure bnl is in your PATH after extraction.

Artifact Details

File name
bnlang-windows-x64-v3.0.0.zip
Size
2.71 MB
SHA-256 checksum
sha256:bb70921cd23d9ba5c820596ba9d75825a9c77abb65e376f125a60e66e13daa62

FAQ & Troubleshooting

“Command not found” after install

Ensure bnl is in your PATH. On Linux/macOS, symlink from ./bnlang/bin/bnl to /usr/local/bin/bnl. On Windows, add the folder to your Environment Variables.

Checksum mismatch

Re-download and verify with sha256sum / PowerShell’s Get-FileHash. If it persists, check your network or open an issue.

Unsupported architecture

Currently supported: Windows (x64/x86), Linux (x64/x86), macOS (arm64/x64). More targets may be added later.

Where is BPM?

BPM is included with Bnlang. After install, run `bpm --help`.