Skip to content

v0.2.6

Choose a tag to compare

@teflon07 teflon07 released this 28 Jun 13:07
· 10 commits to main since this release

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-models once 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-models default location ($MEMKEEPER_MODELS_DIR, else ~/.memkeeper/models) when the *_MODEL_DIR vars are unset — so pull-models then search turns on semantics with no environment variables. A missing model dir prints an actionable pull-models hint 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