OS.js
OS.js copied to clipboard
OS.js - JavaScript Web Desktop Platform
VFS could benefit from capability detection so that clients is aware of what a filesystem source is capable of. This would allow for adding extensions on the client that are...
A friend tried deploying the web app on Heroku and it showed this error (pasted in the bin link below) https://pastebin.com/aadQpxS9 The fix for this was adding `export NODE_OPTIONS=--openssl-legacy-provider;` to...
By doing so, OS.js application packaging would align with PWA standards and [WebPack support](https://github.com/arthurbergmz/webpack-pwa-manifest). This further paves a path to OS.js support for [Web Package](https://github.com/WICG/webpackage) and [Web Bundles](https://wicg.github.io/webpackage/draft-yasskin-wpack-bundled-exchanges.html) which builds...
Currently when creating a package/app, each one has it's own webpack, build process, and dependencies. So if I make a bunch of react-based apps, I'm loading react multiple times. How...
We can run npm run build in 4 nodejs versions 10.x, 12.x, 14.x, 15.x and using continuous integration check the status of our builds
Just an Idea, Those apps integrated with OS.js would be something awesome! Terminal: https://xtermjs.org/ Jupyter Lab (WebAssembly): https://jupyterlite.readthedocs.io/en/latest/ Python (WebAssembly): https://github.com/pyodide/pyodide
Translations
For anyone that wants to do translations, read this first: https://manual.os-js.org/v3/guide/translate/ Then comment on this issue if you want to join the translation team :nerd_face: --- **This section will be...
I feel like there should be a app store
At the moment packages (apps, themes, icons, sounds) can be discovered and automatically used by client/server via `package:discover`. It would be cool if this could be added to service providers...
This was brought up in https://community.os-js.org/t/how-to-update-hot-reload-application/519/4. The current implementation is not very reliable. Something in the chain fails (or does not happen), which currently is: 1. Server watches the dist...