sliker2013 / OS.js

JavaScript Cloud/Web Desktop Platform

Home Page:https://www.os-js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OS.js Logo

OS.js v3

OS.js is an open-source desktop implementation for your browser with a fully-fledged window manager, Application APIs, GUI toolkits and filesystem abstraction.

Support Back Sponsor Donate Donate Community

This is the OS.js base project that you can use as a template to make your own distributions, installations and do general development.

This is v3. For v2 (deprecated) see the master branch.

Try it yourself

Visit the official demo for a preview version. Please note that some features are disabled and might be outdated or unavailable at times.

ScreenShot

Requirements

Node 8 (or newer) and any modern web-browser.

Installation

OS.js runs on localhost:8000 by default.

Demo

You can run a demo using docker without checkout out any source-code:

docker run -p 8000:8000 osjs/osjs:v3

Manual

# Clone *only* the v3 branch
git clone -b v3 --single-branch https://github.com/os-js/OS.js.git
cd OS.js

Locally

# Install dependencies
npm install

# It's recommended that you keep your dependencies (including OS.js) up-to-date
npm update

# Optionally install extra packages:
# For a list of packages, see https://manual.os-js.org/v3/resource/official/
npm install --production @osjs/example-application

# Discover installed packages
npm run package:discover

# Build your client
npm run build

# Start serving
npm run serve

Docker

You can also build a Docker image yourself or use docker-compose:

cp .env.example .env
docker-compose up

Contribution

Documentation

See the Official Manuals for articles, tutorials and guides.

Links

About

JavaScript Cloud/Web Desktop Platform

https://www.os-js.org/

License:Other


Languages

Language:JavaScript 73.3%Language:Dockerfile 13.3%Language:CSS 10.5%Language:HTML 2.9%