Comment with your team on any doc.
| week | docs | notes |
|---|---|---|
| w1 | 142 | 318 |
| w2 | 198 | 402 |
| w3 | 265 | 559 |
Connect Claude Code and Codex for in-app integration.
Every version kept. git blame for knowledge work.
Files go with you across all your devices: laptop, tablet, phone.
Send a link. Everyone lands on the same page.
| month | rate |
|---|---|
| jan | 2.1% |
| feb | 1.7% |
| mar | 1.2% |
Works with Claude, ChatGPT, Cursor — anything that speaks MCP.
A shared file system engineered for agents
designed for humans
A shared file system engineered for agents
designed for humans
folio CLI allows any agent to sync files natively into their environment, but our MCP is always there in a pinch.
The first-install verifier checks Folio's signed release manifest and the archive's SHA-256 digest before it extracts or runs anything.
curl -fsS https://folio.ms/assets/install-folio-linux.mjs -o /tmp/install-folio-linux.mjs
node /tmp/install-folio-linux.mjs --channel alpha
The Linux release is currently an alpha. Before installing, Ubuntu 24.04 needs sudo apt-get install nodejs curl libcurl4t64 libsqlite3-0; Fedora needs sudo dnf install nodejs curl libcurl sqlite-libs. Node.js 18 or newer runs the bootstrap verifier. The public signing key is published here on folio.ms, separately from artifacts on updates.folio.ms.