Skip to content

os-js/osjs-client

Folders and files

NameName
Last commit message
Last commit date
Sep 16, 2022
Sep 16, 2022
Jan 6, 2023
May 29, 2023
Jan 26, 2024
Feb 18, 2020
Jun 21, 2022
Jul 31, 2022
Jan 11, 2020
May 29, 2023
Jul 28, 2022
Nov 29, 2020
Jan 26, 2024
Jul 29, 2022
Jul 29, 2022
May 29, 2023
May 29, 2023
Jan 11, 2020

Repository files navigation

OS.js Logo

OS.js is an open-source web desktop platform with a window manager, application APIs, GUI toolkit, filesystem abstractions and much more.

Test Coverage Maintainability

Support Support Donate Donate

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

ESM, Webpack, 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