Cloud sync via Turso (libSQL) embedded replicas — local-first, with no server of your own to run.
lynx-memory sync initprovisions a per-project Turso database, keyed off the git remote so the same repo recalls the same memory on any machine.--allsyncs every store on the machine;sync statusshows what's configured.- Both relational rows and vector embeddings are uploaded, so semantic search works across machines without re-embedding.
- The global store syncs via
OPENLYNX_SYNC_*env vars. sync init --forcenow re-binds a previously-synced store to a new database (resets the stale embedded replica so libSQL no longer rejects with a generation mismatch).- The Web UI ⚙ Settings panel is reorganized into a left-hand menu, with a Cloud sync (Turso) section that splits global-store sync from project-database provisioning.
- Fixes
__version__, which was stale at 0.3.3.