Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 2.65 KB

README.md

File metadata and controls

59 lines (42 loc) · 2.65 KB

OS.js Logo

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

Build Status Test Coverage Maintainability Support Back Sponsor Donate Donate Community

OS.js v3 Client Module

This is the main client core component of OS.js.

Contains base services, virtual filesystem, panels and other core services required for operation.

Usage

ES, Webpack, Node, etc.

import { Core /*, ... */ } from '@osjs/client';

UMD

<script src="https://cdn.jsdelivr.net/npm/@osjs/client/dist/main.js"></script>
const { Core /*, ... */ } = osjsClient;

Contribution

Documentation

See the Official Manuals for articles, tutorials and guides.

Links