os-js / OS.js

OS.js - JavaScript Web Desktop Platform

Home Page:https://www.os-js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use os.js as linux graphical environment

essential-existence opened this issue · comments

Hello! Is it possible to use os.js as a graphical linux environment, i.e. instead of x11-server, wayland, LXQt, and so on? Or is os.js something more abstract and different?

It's technically possible by using Electron or similar technologies (basically kiosk mode, like this). Still requires X or Wayland though.

The intended usage is as a browser application platform.

OK, thanks!