folio

01 · annotate

Comment with your team on any doc.

MDREADME.md
# folioA desk for your docs. - [x] stick a note- [ ] ask your AI
CSVq3-metrics.csv
weekdocsnotes
w1142318
w2198402
w3265559
02 · hand off

Connect Claude Code and Codex for in-app integration.

HTMLindex.html
<section class="hero"> <h1>folio</h1></section>
03 · history

Every version kept. git blame for knowledge work.

HTMLboard.html
<div class="board"> <note>ship it</note></div>
04 · sync

Files go with you across all your devices: laptop, tablet, phone.

05 · share

Send a link. Everyone lands on the same page.

CSVchurn.csv
monthrate
jan2.1%
feb1.7%
mar1.2%
MDlaunch-notes.md
## Launch — Tue> ship the boardowner: adastatus: drafting
06 · connect

Works with Claude, ChatGPT, Cursor — anything that speaks MCP.

A shared file system engineered for agents
designed for humans

scroll to file it all

A shared file system engineered for agents
designed for humans

macOS · Web — your board follows you
01 Integrations

Take your files everywhere

folio CLI allows any agent to sync files natively into their environment, but our MCP is always there in a pinch.

Claude Claude Code ChatGPT Gemini Cursor Codex Any MCP app
02 Linux CLI

Install only what Folio signed

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.