v0.8.1
v0.8.1 — npm distribution
ADDED
- npm distribution. Kimetsu now publishes to npm —
npm install -g kimetsu
installs the prebuilt native binary for your platform, no Rust toolchain
required. Uses the esbuild/turbo model: per-platform packages
(@kimetsu/linux-x64,@kimetsu/darwin-x64,@kimetsu/darwin-arm64,
@kimetsu/win32-x64) selected viaoptionalDependencies, with a thin
bin/cli.jslauncher that execs the matching binary. No postinstall, so it
works undernpm install --ignore-scripts. The semantic build is fetched on
demand whenKIMETSU_NPM_FLAVOR=embeddingsis set. Published from the
existing release pipeline (newpublish-npmjob, gated on thePUBLISH_NPM
repo variable +NPM_TOKENsecret, mirroring the crates.io gate). Sources
live innpm/.