Releases: verveguy/liminis-context-graph
Releases · verveguy/liminis-context-graph
Release list
0.9.0 - 2026-07-13
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, andaarch64-unknown-linux-gnunow published as GitHub Release assets viacargo-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
SystemConfigdefaults:throw_on_wal_replay_failure=true,enable_checksums=true; also removesLBUG_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 | shDownload 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 |