1.0.9 • Published 7 years ago

osjs-scheme-loader v1.0.9

Weekly downloads
5
License
BSD-2-Clause
Repository
github
Last release
7 years ago

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

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago