AIToday

ClaudeFS extension links claude.ai to local folders, no setup needed

Hacker News2h agoSend on LINE
ClaudeFS extension links claude.ai to local folders, no setup needed

Key takeaway

ClaudeFS is a new browser extension that connects a local folder to claude.ai, letting Claude read and edit your files directly in the chat without needing a desktop app or API key. All file operations run in your browser only; every write action requires your explicit approval before making changes to disk. The extension works on Chrome and Edge and functions with the free claude.ai plan.

Summaries like this, in your inbox every morning.

Sign up free →

3 Key Points

  • What happened

    An open-source browser extension (MV3) for Chrome and Edge lets users authorize a local folder once, then Claude can read, search, and edit files in that folder directly from claude.ai — with no desktop app, API key, or command line required. It works on the free claude.ai plan.

  • Why it matters

    This removes friction for anyone who wants Claude to work with their own files without uploading them or pasting content manually. All file operations stay in your browser; Claude sees only what you share in the conversation, and every write operation (edit, delete, move) requires your approval via a diff confirmation dialog before touching your disk.

  • What to watch

    Edge users can install from the Microsoft Edge Add-ons store immediately (recommended). Chrome users can load the extension from source via Developer mode; a Chrome Web Store listing is under review. The project is independent and not affiliated with or endorsed by Anthropic.

In Depth

ClaudeFS is a browser extension built on Manifest V3, compatible with Chrome and Edge, that bridges the gap between a user's local file system and claude.ai. Installation varies by browser: Edge users can download it directly from the Microsoft Edge Add-ons store (the recommended path), while Chrome users can clone or download the project repository and load the src/ folder in Developer mode — notably, there is no build step required. A Chrome Web Store listing is currently under review.

Usage is straightforward. After opening claude.ai, users click a connect button at the bottom right of the page and select a local folder to authorize. Once a folder is linked, Claude can read, search, and edit files within it directly in the conversation. Users simply ask Claude to perform file operations ("read xx file", for example). The extension functions with the free claude.ai plan; no paid subscription is necessary.

Privacy and security are built into the design. All file operations occur locally within the browser; the extension itself transmits nothing to any external server. When Claude reads a file via the extension, that content flows only into the user's conversation — identical to manually pasting or uploading the file. The folder reference is stored only in the browser's IndexedDB local storage. For write operations (write, edit, move, delete), the extension displays a diff confirmation dialog before any change touches the user's disk, giving the user a chance to review and approve the action. The project is open-source under the MIT license and is independent; it is not affiliated with or endorsed by Anthropic.

Context & Analysis

ClaudeFS addresses a common friction point in AI workflows: the need to manually copy-paste or upload files to Claude when you want it to work with local content. By using the browser's native File System Access API, the extension avoids requiring a local daemon process, desktop application, or API credentials — all barriers for casual users. The design is intentionally minimal: one-time folder authorization, then natural conversation with Claude.

The privacy and safety model is explicit. File operations never leave the browser; the extension sends nothing to any server, and Claude receives only what you share in the conversation itself. Write operations (edit, delete, move) are gated behind a diff confirmation dialog, ensuring the user always retains control and sees what Claude is about to change before it happens. This mirrors the access model of uploading files to claude.ai directly.

FAQ

What browsers and accounts do I need?
You need a Chromium-based browser (Chrome, Edge, etc.) with Manifest V3 and File System Access API support, plus a claude.ai account. The extension works on the free claude.ai plan.
Where does my file content go?
All file operations run locally in your browser. File content that Claude reads goes only into your claude.ai conversation — the same as if you had pasted or uploaded it there yourself. Your folder reference is stored only in the browser's local storage (IndexedDB).
How do I install it?
On Edge, install from the Microsoft Edge Add-ons store (recommended). On Chrome or from source, clone or download the repository and load the src/ folder via Developer mode — no build step needed. A Chrome Web Store listing is under review.

Get the latest Large Language Models news every morning

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytime

Discussion

No comments yet. Be the first to share your thoughts!

Log in to join the discussion

Related Articles

Stay ahead with AI news

Get curated AI news from 200+ sources delivered daily to your inbox. Free to use.

Get Started Free

Free · takes 30 seconds · unsubscribe anytime