Skip to content

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 01 Jun 20:30
· 204 commits to main since this release
75f9b40

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 via optionalDependencies, with a thin
    bin/cli.js launcher that execs the matching binary. No postinstall, so it
    works under npm install --ignore-scripts. The semantic build is fetched on
    demand when KIMETSU_NPM_FLAVOR=embeddings is set. Published from the
    existing release pipeline (new publish-npm job, gated on the PUBLISH_NPM
    repo variable + NPM_TOKEN secret, mirroring the crates.io gate). Sources
    live in npm/.