https://github.com/os-js/osjs-client
OS.js Client Module
https://github.com/os-js/osjs-client
osjs
Last synced: 11 months ago
JSON representation
OS.js Client Module
- Host: GitHub
- URL: https://github.com/os-js/osjs-client
- Owner: os-js
- License: other
- Created: 2018-02-17T13:30:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T01:08:20.000Z (about 2 years ago)
- Last Synced: 2025-06-06T11:08:46.397Z (12 months ago)
- Topics: osjs
- Language: JavaScript
- Homepage: https://manual.os-js.org/
- Size: 1.74 MB
- Stars: 33
- Watchers: 5
- Forks: 33
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[OS.js](https://www.os-js.org/) is an [open-source](https://raw.githubusercontent.com/os-js/OS.js/master/LICENSE) web desktop platform with a window manager, application APIs, GUI toolkit, filesystem abstractions and much more.
[](https://codeclimate.com/github/os-js/osjs-client/test_coverage)
[](https://codeclimate.com/github/os-js/osjs-client/maintainability)
[](https://www.patreon.com/user?u=2978551&ty=h&u=2978551)
[](https://opencollective.com/osjs)
[](https://liberapay.com/os-js/)
[](https://paypal.me/andersevenrud)
# 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.
```javascript
import { Core /*, ... */ } from '@osjs/client';
```
### UMD
```html
```
```javascript
const { Core /*, ... */ } = osjsClient;
```
## Contribution
* **Sponsor on [Github](https://github.com/sponsors/andersevenrud)**
* **Become a [Patreon](https://www.patreon.com/user?u=2978551&ty=h&u=2978551)**
* **Support on [Open Collective](https://opencollective.com/osjs)**
* [Contribution Guide](https://github.com/os-js/OS.js/blob/master/CONTRIBUTING.md)
## Documentation
See the [Official Manuals](https://manual.os-js.org/) for articles, tutorials and guides.
## Links
* [Official Chat](https://gitter.im/os-js/OS.js)
* [Community Forums and Announcements](https://community.os-js.org/)
* [Homepage](https://os-js.org/)
* [Twitter](https://twitter.com/osjsorg) ([author](https://twitter.com/andersevenrud))
* [Facebook](https://www.facebook.com/os.js.org)
* [Docker Hub](https://hub.docker.com/u/osjs/)