Files

12 lines
602 B
JSON
Raw Permalink Normal View History

{
"name": "beardrive",
"displayName": "BearDrive",
"description": "BearDrive: a synced file system for AI agents. Mount folders that stay in sync across devices through S3/GCS/any object store, with automatic sync at turn boundaries and full change history. CLI: bdrive.",
"version": "0.1.0",
"author": { "name": "runbear", "url": "https://github.com/runbear-io" },
"homepage": "https://github.com/runbear-io/beardrive",
"repository": "https://github.com/runbear-io/beardrive",
2026-07-08 16:52:31 -07:00
"license": "AGPL-3.0-only",
"keywords": ["sync", "files", "workspace", "s3", "gcs", "memory", "agents"]
}