Replies: 3 comments 1 reply
-
|
Hi @caraya, thanks for starting this discussion! 👋 The Theia community will take a look soon. In the meantime, you might find helpful information in: 💙 Eclipse Theia is built and maintained by a community of contributors and sponsors. If Theia is valuable to your work, consider sponsoring the project. For professional support, training, or consulting services, learn more about available options. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, thanks for reaching out! The Theia framework repository (this current one: https://github.com/eclipse-theia/theia) primarily provides runtime examples for the browser and Electron that are meant for development and testing purposes. They are not intended to be packaged as standalone desktop applications. If you are looking for a fully packaged desktop application built on top of Theia, you should check out the Theia IDE repository: https://github.com/eclipse-theia/theia-ide. That is where we maintain the actual product built on the Theia framework, and it includes the full Electron packaging and build setup you are looking for. You may also notice that the documentation page you found, https://theia-ide.org/docs/blueprint_documentation/, points to the Theia IDE repository as well. This documentation is specifically written for building and packaging the Theia IDE product, not the framework examples in this repository. I hope that helps! Feel free to ask if you have any further questions. |
Beta Was this translation helpful? Give feedback.
-
|
just to make sure we're on the same page... I cloned https://github.com/eclipse-theia/theia since I want to create my own editor based on Theia and not download the full packaged desktop app. The documentation page https://theia-ide.org/docs/blueprint_documentation/#building-a-product-and-installers provides incorrect information. If I understand it correctly, the project no longer uses Yarn and when I run |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I've searched everywhere for instructions to package the Theia electron app into a desktop executable.
What I found still refers to Yarn and a non-existent electron build command (https://theia-ide.org/docs/blueprint_documentation/) and I can't find anything that tells me how to build the code from this repo into a desktop app I can test.
Am I missing the docs somewhere? Is there a specific site I can go to for instructions or am I missing a plugin to install that will help me with the installation process?
Beta Was this translation helpful? Give feedback.
All reactions