# Theia Docker

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

## Demo
- [Try online](https://try.theia-cloud.io/)
- [Try on desktop](https://theia-ide.org/docs/blueprint_download/)

## Docker
```sh
docker run -d --name theia -p 3000:3000 theiaide/theia
```
[https://localhost:3000/](https://localhost:3000/)

### theia-ide/theia-apps
__Note: This repository is considered deprecated. [Theia Blueprint](https://github.com/eclipse-theia/theia-blueprint) and [CDT.cloud Blueprint](https://github.com/eclipse-cdt-cloud/cdt-cloud-blueprint) are more polished example applications based on the Eclipse Theia framework, that might be of interest. For more details, see issue [#496](https://github.com/theia-ide/theia-apps/issues/496).__

## Screenshots
![](https://theia-ide.org/static/arm_mbedstudio-ss-a6b8b08ebe67bff798ecded45acf32e8.png)

![](https://theia-ide.org/static/coffeeditor-06b3ac62b6f0196982d75d6f94741195.gif)

![](https://theia-ide.org/static/redhat-crw-ss-01c803764f618bc109fabf30590c30da.png)

![](https://theia-ide.org/static/logicloud-de29a8f4bf75dc3b233ff40020cdbf1a.png)

![](https://theia-ide.org/static/record-evolution-screenshot-34df6349fce70e6ffc21c90da4670bc6.png)

![](https://theia-ide.org/static/smartface-e2d1c64ccc0b3d10886bb5a4e68781de.gif)

## References
- [Theia GitHub](https://github.com/eclipse-theia/theia)
- [Theia](https://theia-ide.org/)
- [Build your own IDE/Tool](https://theia-ide.org/docs/composing_applications)
- [theia-ide/theia-apps](https://github.com/theia-ide/theia-apps)