Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more. Learn more →
BrowserFS Alternatives
Similar projects and alternatives to BrowserFS
-
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
-
-
-
-
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
-
-
-
-
x
Discontinued Desktop environment in the browser. [Moved to: https://github.com/DustinBrett/daedalOS]
-
awesome-os
A collection of all big and small open-source clones of Linux, Windows, and macOS operating system and their software. (by zriyansh)
-
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
BrowserFS discussion
BrowserFS reviews and mentions
-
JupyterLite is a JupyterLab distribution that runs in the browser
I think JupyterLite is using localStorage by default. But there are File System APIs for WASM and some external projects[0], I don't think they're yet integrated.
[0] https://github.com/jvilk/BrowserFS
-
5 Insane Features in my OS in the Browser!!! 🤯
I started my file system with BrowserFS which allowed me to setup IndexedDb as the main writeable location. When in Firefox Private mode it switches to an in memory file system which does not persist. Using BrowserFS also meant I could open ZIP and ISO files as if they were folders. I create a JSON file on build that has the initial public folder directory structure which is used as the readable portion of the file system via plain HTTP GET requests. I've also added the ability to extract RAR files, although I don't currently have it linked to File Explorer to see it's contents before extracting. I can also make and extract ZIP/ISO via fflate.
-
I've turned my personal website into a Web Desktop Environment and added client side Git to the terminal!
Thanks for the interest! To do git I used https://isomorphic-git.org/, the terminal is backed by https://xtermjs.org/ and the file system that it writes to is coming from https://github.com/jvilk/BrowserFS. This is all part of my side project (https://github.com/DustinBrett/daedalOS) to build a web desktop environment.
-
After 1 YEAR of hard work my NEW Ultimate Web Desktop Environment is ready for launch!!!!!
- https://github.com/jvilk/BrowserFS
Thanks, I'm glad to hear you liked it! I am using BrowserFS to create writeable data on IndexedDb.
-
After 1 YEAR of hard work my NEW Ultimate Web Desktop Environment is ready for launch!!!!! 🎉🎉
File System
-
Windows 10 Clone in the Browser - Project Update @ 9 Months
File System via HTTP & IndexedDb (BrowserFS)
-
Help Setting up emscripten retroarch build for browser based emulation
Generate an index with this script, save it inside the folder you want to serve https://github.com/jvilk/BrowserFS/blob/master/tools/XHRIndexer.coffee
-
Using BrowserFS with React Native
BrowserFS git repo, BrowserFS NPM package i'm using.
-
How I made a desktop environment in the browser
File system with drag & drop support (BrowserFS)
-
A note from our sponsor - SurveyJS
surveyjs.io | 17 Jul 2025
Stats
jvilk/BrowserFS is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of BrowserFS is TypeScript.