Hacker News new | ask | show | jobs
by dzonga 2269 days ago
not even a download button, but aye they've released v1.0. Are they mad about VSCode telemetry ? try installing it via git clone, they require an old version of node.
1 comments

Theia does not target end users. It is IDE platform for product builders. Think if you want to build domain specific IDE which inherits VS Code UX. See who is using Theia and why here: https://dev.to/svenefftinge/theia-1-0-finally-a-good-browser...

For end users, we build Gitpod to provide continious development environment: https://dev.to/svenefftinge/continuous-dev-environments-the-... For instance try to run Theia: https://gitpod.io/#https://github.com/eclipse-theia/theia After try to build Theia from sources locally.