This release adds 2 notable features for engineering teams evaluating rollout.
Published 15d
LLM Frameworks
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
ai
ai-memory
bun
encryption
local-first
mcp
+5 more
memory
open-protocol
privacy
sdk
typescript
Summary
AI summaryUpdates Highlights, Still out of scope, and this across a mixed release.
Full changelog
Highlights
@mneme/embedder-localv0.0.1 ships. Passnew LocalEmbedder()intonew Mneme({ embedder })andrecall()upgrades from lexical BM25 to true semantic search viaXenova/all-MiniLM-L6-v2running on-device. No API key, no third-party requests.@mneme/sdkv0.0.2 wires the newembedderoption end-to-end. Cosine similarity over stored embeddings when configured, FTS5 BM25 fallback when not.- ADR 0004 documents the embedding strategy: model choice, single-embedder-per-store, separate-package design, integration-test gate.
- Operating procedure proven on the wire: PR #1 (ADR 0003) and PR #2 (this) shipped through the branch → conventional commit → PR → CI → squash-merge loop, linear history maintained.
What's in the repo today
packages/protocol— open spec types (v0.1 draft)packages/sdk— local SQLite-backed reference SDKpackages/embedder-local— on-device embeddings via@huggingface/transformerstests/conformance— cross-implementation v0.1 conformance suitedocs/protocol/v0.1.md— public wire specbrand/— brand systemdecisions/— 4 ADRs
Still out of scope (see ARCHITECTURE.md)
- Encryption envelope (next)
- CRDT sync engine
- MCP server
- Hosted Mneme Cloud API
Known issue
@mneme/embedder-local integration tests are gated behind MNEME_RUN_INTEGRATION=1. Bun 1.3.x crashes on process exit when onnxruntime-node unloads — tests themselves pass. See ADR 0004 §4.
Try it
git clone https://github.com/ppserapiao/mneme
cd mneme
bun install
bun test # 47 pass, 2 skip
MNEME_RUN_INTEGRATION=1 bun test packages/embedder-local # 4 pass, real model
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Mneme
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]