June 22, 2026
Ctrl+Alt+Drama
window.showDirectoryPicker opens up a whole new world
Your browser can now rummage through your folders, and the comments are loving it and panicking
TLDR: Chrome added a feature that lets a website, with your approval, work directly with folders on your computer, opening the door to browser apps that feel like real desktop tools. Commenters split fast between excitement over owning your files, frustration over broken support, and fear that people could be tricked into granting access.
Chrome just handed websites a wild new power: with permission, a site can open a folder on your computer and read or change the files inside. The original post treated it like a magic trick for local photo apps, notes apps, and even browser-based editing tools that feel more like desktop software. One demo looked like an old-school Apple photo organizer, except it was just a webpage moving real files around on your machine. Naturally, the community did what it does best: turned a neat feature into a full-on argument.
The biggest fans were practically popping champagne. One commenter declared that the best syncing system is the one you never have to think about because your own folders and cloud drive already do the job. That local-first dream — keeping your stuff on your device instead of trapped in some company server — had people genuinely hyped. But then the brakes screeched on. Another developer complained the feature already becomes a mess in real life, saying it simply won’t work inside VS Code’s built-in browser. And then came the suspicion squad: if a website can ask for folder access, what stops users from getting tricked into clicking yes? One commenter basically painted a future of innocent people getting baited into disaster.
Then the browser-war energy crashed the party. Someone abruptly turned the thread into a Save Firefox rally, framing the issue as part of the battle for a free internet. Another person hit the whole thing with a casual, devastating: didn’t we already have this? In other words, classic tech-comment chaos — half utopian future, half security panic, half browser tribalism. Yes, that’s three halves. That’s the mood.
Key Points
- •Chrome introduced window.showDirectoryPicker(), an API that allows a website to read from and write to a user-approved local directory.
- •The article cites local-first applications, such as a notes app using Markdown files stored in a user-controlled folder, as a key use case.
- •The author used Claude to generate a browser-based photo interface inspired by Apple’s Aperture that works directly with local filesystem folders and photos.
- •The prototype can create folders and move photos, with changes happening on the user’s actual filesystem.
- •The article also describes a second Claude-generated prototype: a node-based compositing app inspired by Apple’s Shake, and connects the broader idea to browser-based creative tools such as WebGPU video editors.