Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork845
OS.js - JavaScript Web Desktop Platform
License
os-js/OS.js
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
OS.js is anopen-source web desktop platform with a window manager, application APIs, GUI toolkit, filesystem abstractions and much more.
Backing/Donations:Github sponsorship,Patreon,OpenCollective,LibrePay,PayPal,Bitcoin
Support:Chat,Forums,Twitter,Facebook
This is the OS.js base repository that you can use as a template to make your own distributions, installations and development environments.
Visit theofficial demo for a preview version. Please note that some features are disabled and might be outdated or unavailable at times.
See theofficial manuals for articles, tutorials and guides.
There's also acontribution guide if you want to contribute to this project.
OS.js runs on
http://localhost:8000by default.
You can use the official Docker base image to run OS.js without downloading this repository.
This image is based on this source code and comes with a minimal setup.
docker run -p 8000:8000 osjs/osjs:latest
Clone the master branch:
You can also download an archived version (ex. zip file) instead of using git.
git clone -b master --single-branch https://github.com/os-js/OS.js.gitcd OS.jsThe easiest way to install is to use Docker Compose. This allows you to run a single commandto set everything up:
docker-compose up
You can also install this directly onto your system by using the following set of commands.
NOTE: Requires Node v10 (or later.node 17 not currently supported without workaround).
# Install dependenciesnpm install# It's recommended that you update dependenciesnpm update# Optionally install extra packages:# For a list of packages, see https://manual.os-js.org/resource/official/npm install @osjs/example-application# Discover installed packagesnpm run package:discover# Build clientnpm run build# Start servingnpm run serve
About
OS.js - JavaScript Web Desktop Platform
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.

