Skip to content

Releases: verveguy/liminis-context-graph

0.9.0 - 2026-07-13

Choose a tag to compare

@github-actions github-actions released this 14 Jul 01:47
0975f4e

Release Notes

Initial public release: a local-first context graph engine combining property-graph storage, HNSW vector search, and full-text search in a single embedded service over LadybugDB, with a git-friendly JSONL write-ahead log as the source of truth and a 34-method JSON-RPC 2.0 surface over a Unix socket. See the README for the full feature set and architecture.

Added

  • Prebuilt binaries for aarch64-apple-darwin, x86_64-unknown-linux-gnu, and aarch64-unknown-linux-gnu now published as GitHub Release assets via cargo-dist. One-line install: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/verveguy/liminis-context-graph/releases/latest/download/liminis-context-graph-installer.sh | sh.

Changed

  • Bump lbug pin from 0.16.1 to 0.17.0 (see PR #127 for delta summary; new SystemConfig defaults: throw_on_wal_replay_failure=true, enable_checksums=true; also removes LBUG_BUILD_FROM_SOURCE — 0.17.0 prebuilt is a self-contained fat bundle).

Install lcg-service 0.9.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/verveguy/liminis-context-graph/releases/download/v0.9.0/lcg-service-installer.sh | sh

Download lcg-service 0.9.0

File Platform Checksum
lcg-service-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
lcg-service-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
lcg-service-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum