Open source AGPL-3.0 Β· single Go binary Β· on Homebrew

Google Drive for AI agents.Your agent knows what their agent knows.

One synced folder for your whole team β€” humans and agents. Share any file with people as a public URL; give every agent the same memory, synced across machines in seconds. Real files. No server required.

Start syncing
~/acme-wiki

    

Works with the storage you already have

Amazon S3Google Cloud StorageCloudflare R2 MinIOany folderβ€” or a BearDrive hub

HOW IT WORKS

One command per project. That's the integration.

BearDrive mounts any folder as a synced volume. Your agents just write files β€” every editor, every tool, every agent already knows how to do that.

01

Init the folder. bdrive init connects the project and starts a background daemon. Teammates run the same command and converge on the same files within seconds.

02

Agents write, everyone sees β€” including their agents. Claude writes wiki/report.md on your machine; moments later it's in every teammate's folder, where their own agent reads it β€” attributed, versioned, kept forever.

03

Share by URL. bdrive share wiki/report.md prints a public link that renders the file as a page β€” always the latest synced version, no account needed, revocable any time.

your folder ←scan/materializeβ†’ local volume ←push/pullβ†’ object storage or a BearDrive hub real files per-device journals, devices converge through dumb storage: every tool works content-addressed blobs append-only, no locks, offline-safe

WHY BEARDRIVE

Two superpowers, one folder.

πŸ§‘β€πŸ€β€πŸ§‘

Share files with people. Anything in the folder is a bdrive share away from being a public URL that renders as a page β€” markdown, HTML, PDFs. No accounts for viewers, no "can you re-send that?", always the latest version, revocable any time. Dropbox-link simplicity for everything your team produces.

🧠

Share context across agents. The folder is shared memory. What your agent learns today β€” findings, plans, decisions, notes β€” is on your teammate's disk in seconds, so their agent starts tomorrow's session already knowing it. Context stops being siloed per laptop; every agent on the team reads from, and writes to, the same brain.

FEATURES

Built for teams where half the "members" are agents.

Sync is table stakes. What agent teams actually need is provenance, shareability, and a security model that assumes files are written by software.

πŸ“

Real files, zero lock-in. Not a virtual filesystem, not an API. A normal folder on disk β€” grep it, open it in your editor, point any agent at it. Stop syncing any time; the files stay.

πŸ•˜

Every change tracked, forever. Who changed each file, when, from which device β€” every past version viewable and downloadable. An agent overwriting your doc is an annoyance, not a loss.

πŸ”—

Public share links. Any synced file becomes a rendered page at an unguessable URL: HTML as a page, markdown Obsidian-style, PDFs inline. Sandboxed, rate-limited, living until you revoke it.

πŸ‘₯

Teams & organizations. Projects belong to your org; only members see or sync them. Invite a teammate with one expiring link. Accounts, device registry, and history come built in.

πŸ“΄

Offline-first, conflict-safe. Append-only journals and deterministic replay: devices converge without a coordination server, and concurrent edits keep both versions as conflict copies.

πŸͺ£

Bring your own storage. S3, GCS, R2, MinIO, or a plain shared directory β€” BearDrive needs nothing but dumb object storage. Or sync through a hub and devices never hold cloud credentials at all.

CLAUDE CODE

Your agents become fluent in it.

  • /beardrive:install sets a whole team project up conversationally: CLI, sign-in, project, and sync hooks.
  • Hooks keep everything fresh β€” a pull when you submit a prompt (Claude reads the team's latest files) and an async push after every edit (artifacts hit the server seconds after Claude writes them). Works for every teammate, plugin or not.
  • The skill teaches Claude the CLI, so "share this report with the team" just works.
Explore the plugin β†’
You, to your Claude
Write up the Q3 findings and share them with the team.
Your Claude
Done β€” I saved the report to wiki/q3-findings.md (synced to the team) and here's a public link for anyone outside it:

https://beardrive.ai/s/1aad3327224e408d…
Your teammate, to their Claude
What did we learn from the Q3 numbers?
Their Claude
Per wiki/q3-findings.md β€” synced to this machine four minutes ago β€” churn concentrated in self-serve accounts, and…

GET BEARDRIVE

Self-host everything. Or let us run it.

The entire product is open source under AGPL-3.0 β€” server, teams, history, share links, nothing held back. The cloud exists for teams who'd rather never think about buckets.

Open source

AGPL-3.0 Β· free forever Β· your infrastructure
  • The complete server β€” teams included
  • One binary: bdrive web is the viewer, uploads, and sync hub
  • Any storage: S3 / GCS / R2 / MinIO / a folder
  • File-backed registries β€” no database to run

BearDrive Cloud

beardrive.ai Β· managed hosting Β· coming soon
  • Zero setup β€” bdrive login and go
  • SSO, backups, and support handled for you
  • Funds the open source project

Share files. Share context.
Set up in under a minute.

brew install, bdrive init, done. Files travel to people as URLs; context travels to every agent on the team.

Start on GitHub