Skip to main content

Installation

Python

pip install vectlite

Pre-built wheels for macOS (x86_64, arm64), Linux (x86_64, aarch64), and Windows (x86_64). Requires Python 3.9+.

Install from source

pip install git+https://github.com/mcsedition-hub/vectlite.git#subdirectory=bindings/python

Requires Rust and Cargo installed.

Node.js

npm install vectlite

Requires Node.js 18+. Pre-built binaries for macOS (x86_64, arm64), Linux (x86_64), and Windows (x86_64). Other platforms compile from source (requires Rust/Cargo).

Rust

Add to your Cargo.toml:

[dependencies]
vectlite-core = { git = "https://github.com/mcsedition-hub/vectlite.git" }