OmniDrive

Multi-cloud storage management for Google Drive and Folderfort

CLI-first. Web dashboard wraps the same Python core.

Checking backend at http://localhost:8000

🔐Two clouds, one CLI

setup needed

Google Drive and Folderfort, list / upload / download / delete from a single tool. Each service authenticates separately.

🔍Local semantic search

ready

Index files into a local ChromaDB collection and search with embeddings. Works offline once indexed.

Indexing is a separate command — files are not auto-indexed.

🔄Durable sync jobs

setup needed

Cross-service sync with persistent job state and retry/backoff. Resume interrupted runs by job ID.

Requires both Google and Folderfort connected.