mirror of
https://github.com/runbear-io/beardrive.git
synced 2026-08-25 08:08:08 +02:00
LICENSE is the verbatim GNU AGPL-3.0 text; the Runbear, Inc. copyright notice lives in the README license section (kept verbatim so GitHub's license detection works). README also now documents the OSS/managed boundary: everything here is self-hostable including teams; the managed service adds only hosting, SSO, billing/quotas, backups, support. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01R7Q9ZKSZRTdvrSJkYLUmYs
12 lines
602 B
JSON
12 lines
602 B
JSON
{
|
|
"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",
|
|
"license": "AGPL-3.0-only",
|
|
"keywords": ["sync", "files", "workspace", "s3", "gcs", "memory", "agents"]
|
|
}
|