mirror of
https://github.com/runbear-io/beardrive.git
synced 2026-08-25 08:08:08 +02:00
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016aYntCWwdUhpzUfEk3ddyJ
22 lines
719 B
JSON
22 lines
719 B
JSON
{
|
|
"name": "beardrive",
|
|
"displayName": "BearDrive",
|
|
"description": "BearDrive — the open-source Google Drive for AI agents: mount folders that stay in sync across devices and teammates through a self-hostable BearDrive hub (backed by S3/GCS/any object store), with turn-boundary sync, per-change attribution, and full change history. CLI: bdrive.",
|
|
"version": "0.4.0",
|
|
"author": {
|
|
"name": "runbear",
|
|
"url": "https://github.com/runbear-io"
|
|
},
|
|
"homepage": "https://github.com/runbear-io/beardrive",
|
|
"repository": "https://github.com/runbear-io/beardrive",
|
|
"license": "AGPL-3.0-only",
|
|
"keywords": [
|
|
"sync",
|
|
"files",
|
|
"workspace",
|
|
"memory",
|
|
"agents",
|
|
"claude-code"
|
|
]
|
|
}
|