
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
clude-local
Advanced tools
Local-first providers for Clude — SQLite storage + GTE-Small embeddings, fully offline
Local-first providers for Clude — SQLite storage + GTE-Small embeddings. Fully offline, zero API keys.
npm install clude-local
import { SqliteProvider, GteSmallEmbeddings } from 'clude-local';
const storage = new SqliteProvider('./my-agent-memory.db');
const embeddings = new GteSmallEmbeddings(); // ~30MB download on first run
// Use with clude-brain
import { CludeEngine } from 'clude-brain';
const engine = new CludeEngine({ storage, embeddings });
await engine.store({ content: "User prefers dark mode", type: "semantic" });
const memories = await engine.recall({ query: "theme preferences" });
SQLite-backed storage with in-memory vector index. Implements StorageProvider from clude-brain.
Local ONNX runtime using Xenova/gte-small (384 dimensions). Downloads ~30MB model on first run, fully offline after.
clude-brain — Core memory engineclude-cloud — Supabase + Voyage providersclude-local — This package. SQLite + local embeddings.clude — Python SDKMIT — Pixl64 LLP
FAQs
Local-first providers for Clude — SQLite storage + GTE-Small embeddings, fully offline
We found that clude-local demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.