bpm
v1.0.0 First stable release is out

Build with Bnlang. Ship everywhere.

The official package registry for Bnlang — discover, install, and publish pure-Bnlang libraries and native plugins. Pinned versions, integrity-checked downloads, zero runtime dependencies.

Packages
10 packages
Versions published
16 versions
Current bpm version
bpm v1.0.0

Install

One command to get started

Single static binary, no runtime dependencies. Pick your platform.

$ curl -fsSL https://bpm.bnlang.dev/install.sh | sh

Installs to ~/.bnl/bin and updates your shell PATH.

Prefer to grab a binary? Download from GitHub releases.

Why bpm

Built for production

Predictable, reproducible, and CI-friendly out of the box.

Reproducible installs

Every install writes a bnl.lock pinning direct and transitive dependencies to a concrete version plus a SHA-256 hash.

Semver-aware resolution

Caret, tilde, range, and exact constraints all work — ^1.2.3, ~1.2, >=1.0 <2, 1.4.0. Behaves exactly like you expect.

Native plugins, one source

Publish a single package; bpm resolves the right binary on install — windows-x64, linux-arm64, darwin-arm64, and more.

CI-ready tokens

Mint long-lived bearer tokens scoped per machine. List them, revoke them. Pair with BPM_TOKEN in any pipeline.

Zero runtime dependencies

bpm itself is a single static binary (no cgo, no system libs). Drop it on your PATH and you're done.

Secure by default

Tarball downloads verified against the lockfile hash. Auth tokens stored in ~/.bnl/auth.json with mode 0600.

From zero to published

Three commands, end to end

Initialize a project, install a dependency, publish it back. No yaml, no plugins.

  1. 1

    Initialize

    Drop a starter bnl.json into any directory.

    $ bpm init
  2. 2

    Install

    Add and pin a dependency. The lockfile keeps it reproducible across machines.

    $ bpm install logger@^0.4
  3. 3

    Publish

    Ship your library or native plugin to the registry. Auto-detected from your manifest.

    $ bpm publish

Latest

Recently published

Browse all →

pg

v0.1.0 Lib

PostgreSQL driver

@mamun ·

mongodb

v0.1.0 Lib

MongoDB driver — pure bnl over net + tls + crypto.

@mamun ·

mysql

v0.1.0 Lib

MySQL/MariaDB driver — pure bnl over net (plaintext wire protocol).

@mamun ·

transformers-bnlang

v0.4.0 Native

Bnlang transformers — text-generation pipelines across four engines: onnxruntime (.onnx), onnxruntime-genai, torch (TorchScript .pt), and torch-native (.safetensors direct).

@mamun ·

torch-bnlang

v1.1.0 Native

Bnlang binding for libtorch (PyTorch C++). Loads TorchScript .pt models. Unofficial third-party binding; consumes official libtorch prebuilts from pytorch.org.

@mamun ·

onnxruntime-bnlang

v1.1.0 Native

Bnlang binding for ONNX Runtime. Unofficial third-party binding; consumes official ORT prebuilts from github.com/microsoft/onnxruntime/releases.

@mamun ·

onnxruntime-genai-bnlang

v0.1.0 Native

Bnlang binding for ONNX Runtime GenAI — specialized fast-path for LLM text generation (Qwen/Llama/Phi/Mistral/Gemma family). Sits alongside onnxruntime-bnlang; transformers-bnlang dispatches to either depending on the engine option.

@mamun ·

simple-inih-cpp

v1.0.0 Native

INI parser via inih — native plugin example using vcpkg.

@mamun ·

simple-hash-c

v1.0.0 Native

FNV-1a string hash — native plugin example, written in C.

@mamun ·

simple-strs

v1.0.0 Lib

Tiny string helpers — pure-bnl example library.

@mamun ·

Start shipping bnl packages today

Sign up for free, mint a publish token, and put your first library on the registry in under five minutes.