Installation
Node.js
Requires Node.js 16 or later. Pre-compiled native binaries are included — no Rust toolchain needed.
npm install langmail
pnpm add langmail
# or
yarn add langmail
Python
Requires Python 3.8 or later. Wheels are pre-compiled for macOS, Linux, and Windows.
pip install langmail
Rust
Add langmail as a dependency in your Cargo.toml.
cargo add langmail
[dependencies]
langmail = "0.1"
Note
Building from source requires Rust 1.70 or later. Pre-compiled binaries for Node.js and Python cover macOS (arm64, x64), Linux (x64, arm64), and Windows (x64).