“A web operating system needs files.”
Content
ARESOS includes a custom Virtual File System inspired by Unix-like directory structures.
The filesystem is stored entirely inside the browser using localStorage and supports:
Directories
Files
Creation
Deletion
Navigation
Persistent storage
The most interesting part is that Terminal and File Explorer both interact with the same underlying filesystem state.
Creating a folder through Terminal instantly appears inside File Explorer without refreshing the page.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.