v0.2.6
Release-first onboarding: the downloaded binary now delivers the on-device semantic experience with no rebuild.
Changed
- Release binaries are now self-contained and semantic-capable. The published macOS/Linux binaries bundle the ONNX runtime, so on-device semantic search works with no rebuild — run
memkeeper pull-modelsonce to fetch the models (lexical BM25/FTS until then). Previously the release binary was lexical-only and local semantic required building from source. - Zero-config local models. memkeeper looks for the embed/rerank models in the
pull-modelsdefault location ($MEMKEEPER_MODELS_DIR, else~/.memkeeper/models) when the*_MODEL_DIRvars are unset — sopull-modelsthensearchturns on semantics with no environment variables. A missing model dir prints an actionablepull-modelshint instead of silently degrading.
Added
install.sh— one-line installer: downloads the release binary for your platform, verifies its SHA-256 (fail closed), installs to~/.local/bin.
Full changelog: https://github.com/teflon07/memkeeper/blob/main/CHANGELOG.md