Skip to content

Releases: Hyper3Labs/clawdrive

v0.1.9

31 Mar 14:43

Choose a tag to compare

v0.1.8

31 Mar 14:41

Choose a tag to compare

v0.1.7

31 Mar 14:27

Choose a tag to compare

v0.1.6

31 Mar 14:22

Choose a tag to compare

v0.1.5

31 Mar 12:18

Choose a tag to compare

Full Changelog: v0.1.1...cli-v0.1.5

v0.1.1 — Initial Release

28 Mar 14:14

Choose a tag to compare

ClawDrive v0.1.1

Google Drive for AI agents. Store any file — PDFs, images, video, audio, text — and search by meaning across modalities.

Highlights

  • Multimodal semantic search powered by Gemini embeddings
  • Cross-modal retrieval (search images with text, find docs from photos)
  • Organize files into pots — named, shareable collections
  • Interactive 3D file cloud visualization (Three.js + UMAP)
  • Agent-native sharing with time-limited access and read/write roles
  • Full REST API and CLI (--json output for scripting)

Install

npm install -g clawdrive

Try it

export GEMINI_API_KEY="your-key"
clawdrive serve --demo nasa

Requirements