HeadlinesBriefing favicon HeadlinesBriefing.com

Chrome’s Directory Picker Lets Web Apps Own Your Files

Hacker News •
×

Chrome’s window.showDirectoryPicker API lets websites request read/write access to a user’s folder. Developers can build local‑first apps that keep data on the client instead of the cloud. The feature echoes the old Apple Aperture UI and opens the door to powerful browser‑based editors that act directly on the filesystem.

Using the picker, a prototype photo manager surfaced that mimics Lightroom’s folder view while staying a pure webpage. Users can create folders, move images, and edit them without uploading. The interface feels native, yet all changes land straight on the disk, preserving ownership and local control for creative projects and archives today.

Beyond photo tools, the API invites browser‑based video editors to tap into local storage. WebGPU editors already exist, but none yet exploit directory access for full‑workflow editing. Developers can now prototype node‑based compositing apps, as shown by an AI‑generated Shake‑style tool that draws polygons and composites them over source images—all without hand‑written code for developers.

The window.showDirectoryPicker API signals a shift toward local‑first web experiences. By granting browsers direct disk access, developers can build richer, offline‑ready tools without sacrificing the convenience of the web. This capability already fuels experimental projects and may redefine how we handle media files in future browser applications for developers and creatives today.