Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

OS.js - JavaScript Web Desktop Platform

License

NotificationsYou must be signed in to change notification settings

os-js/OS.js

Repository files navigation

OS.js Logo

OS.js

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

Introduction

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

Try it yourself

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

ScreenShot

Documentation

See theofficial manuals for articles, tutorials and guides.

There's also acontribution guide if you want to contribute to this project.

Installation

OS.js runs onhttp://localhost:8000 by default.

Using a pre-made image

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

Using this repository

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.js

Docker Compose installation

The easiest way to install is to use Docker Compose. This allows you to run a single commandto set everything up:

docker-compose up

Local installation

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

Stars

Watchers

Forks

Packages

 
 
 

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp