Releases: Hyper3Labs/clawdrive
Releases · Hyper3Labs/clawdrive
v0.1.9
Full Changelog: cli-v0.1.8...cli-v0.1.9
v0.1.8
Full Changelog: cli-v0.1.7...cli-v0.1.8
v0.1.7
Full Changelog: cli-v0.1.6...cli-v0.1.7
v0.1.6
Full Changelog: cli-v0.1.5...cli-v0.1.6
v0.1.5
Full Changelog: v0.1.1...cli-v0.1.5
v0.1.1 — Initial Release
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 (
--jsonoutput for scripting)
Install
npm install -g clawdriveTry it
export GEMINI_API_KEY="your-key"
clawdrive serve --demo nasaRequirements
- Node.js 18+
- ffmpeg
- Gemini API key (free)