Skip to content

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.

License

Notifications You must be signed in to change notification settings

Magicianred/theia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Theia

A Javascript framework for native desktop and cloud-based IDEs.

Scope

  • Provide the end-user with a full-fledged multi-language IDE (not just a smart editor)
  • Support equally the paradigm of Cloud IDE and Desktop IDE
  • Provide extenders with a platform on which to build their own products
  • Provide support for multiple languages via the language and debug server protocols

Running the browser example

git clone https://github.com/TypeFox/Theia.git \
&& cd Theia \
&& npm install \
&& cd examples \
&& npm run install:theia \
&& npm install \
&& npm run cold:start:web

Running the electron example

git clone https://github.com/TypeFox/Theia.git \
&& cd Theia \
&& npm install \
&& cd examples \
&& npm run install:theia \
&& npm install \
&& npm run cold:start:electron

About

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.8%
  • CSS 2.8%
  • JavaScript 1.3%
  • C 0.1%
  • Shell 0.0%
  • Dockerfile 0.0%