A browser-based desktop environment, complete with window manager, file system and an application suite.
[https://lustrous-starburst-742659.netlify.app/](Demo here)
npm install
npm run dev -- --open
This project is being created as a new portfolio website for myself, but I can see it evolving into something else.
Feel free to submit PRs with new applications or file handlers!
This project was built using Svelte Kit as the base, along with TailwindCSS for styling.
SvOS consists of a few main pieces:
fs
folder in the public, static
directory. The fs code loads this directory as a blob and executes file system commands based on that blob. Only read is supported at the moment.This project is in a proof of concept state, and is subject to major architectural changes!
Upcoming