https://github.com/krishpranav/js-os
js-os is an open-source web desktop platform with a window manager, application APIs, GUI toolkit, filesystem abstractions and much more.
https://github.com/krishpranav/js-os
javascript web-desktop
Last synced: about 2 months ago
JSON representation
js-os is an open-source web desktop platform with a window manager, application APIs, GUI toolkit, filesystem abstractions and much more.
- Host: GitHub
- URL: https://github.com/krishpranav/js-os
- Owner: krishpranav
- Created: 2021-04-26T11:40:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T03:28:39.000Z (about 4 years ago)
- Last Synced: 2025-03-04T13:46:26.604Z (3 months ago)
- Topics: javascript, web-desktop
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# js-os
js-os is an open-source web desktop platform with a window manager, application APIs, GUI toolkit, filesystem abstractions and much more.[](https://forthebadge.com)
# Installation
```
To install directly on the host system you'll need Node 10 (or later).git clone https://github.com/krishpranav/js-os
cd js-os
# Install dependencies
npm install# It's recommended that you update dependencies
npm update# Optionally install extra packages:
npm install @jsos/example-application# Discover installed packages
npm run package:discover# Build client
npm run build# Start serving
npm run serve
```# this is under development