Hi team!
I would like to package a Theia browser-based application as a binary, to make it distributable on Ubuntu.
I’ve seen some trials in this repo, but it’s not a working version. Could please anyone share some knowledge about how this could be done?
I am not aware of an “official” Theia solution. Bundling up the backend is not a trivial task as we have dynamic module require
calls in the code. You can check this thread for more details. Maybe someone has managed to achieve it, but I am not aware of the solution.
We are open for contributions, if you want to work on it 
1 Like