
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
clude-cloud
Advanced tools
Cloud providers for Clude — Supabase storage + Voyage AI embeddings.
npm install clude-cloud
import { SupabaseProvider, VoyageEmbeddings } from 'clude-cloud';
const storage = new SupabaseProvider({
supabaseUrl: process.env.SUPABASE_URL,
supabaseKey: process.env.SUPABASE_SERVICE_KEY,
ownerWallet: 'my-agent-id',
});
const embeddings = new VoyageEmbeddings({
apiKey: process.env.VOYAGE_API_KEY,
model: 'voyage-3-large',
});
Implements StorageProvider from clude-brain. Stores memories in Supabase with pgvector for similarity search.
Implements EmbeddingProvider from clude-brain. Uses Voyage AI's embedding models (1024 dimensions).
Optional LLM provider using Venice AI for private inference.
clude-brain — Core memory engineclude-cloud — This package. Supabase + Voyage providers.clude-local — SQLite + local embeddingsclude — Python SDKMIT — Pixl64 LLP
FAQs
Cloud providers for Clude — Supabase storage + Voyage AI embeddings
The npm package clude-cloud receives a total of 2 weekly downloads. As such, clude-cloud popularity was classified as not popular.
We found that clude-cloud 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.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

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.