Skip to content

v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Aug 14:33
· 9 commits to main since this release
8c2c810

mindD v0.1.0

mindD is a self-hosted memory sidecar for agentic systems: one gRPC API
(with an HTTP/JSON mirror) over six memory blocks — kv, episodic, semantic,
artifact, lease and graph — with pluggable backends.

mindD is pre-1.0. Proto shapes under proto/mindd/*/v1 may still change
between minor versions. See CHANGELOG.md for the curated notes, including
known limitations.

Container image

docker pull ghcr.io/vibed-project/mindd:v0.1.0

Before you deploy

Generate your own signing keypair — do not use the development key in
the repository's examples, whose private half is public:

mindctl token gen-keypair

Changelog


Verify a download against checksums.txt:

sha256sum -c checksums.txt --ignore-missing