> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/awesome-selfhosted/awesome-selfhosted/llms.txt
> Use this file to discover all available pages before exploring further.

# Software Development - IDE & Tools

> Self-hosted integrated development environments and development tools

An [integrated development environment (IDE)](https://en.wikipedia.org/wiki/Integrated_development_environment) is a software application that provides comprehensive facilities to computer programmers for software development.

## Related Categories

* [Software Development - Low Code](/categories/software-dev-low-code)

## Applications

### Atheos

Web-based IDE framework with a small footprint and minimal requirements, continued from Codiad.

* **Website:** [https://www.atheos.io](https://www.atheos.io)
* **Source Code:** [https://github.com/Atheos/Atheos](https://github.com/Atheos/Atheos)
* **License:** MIT
* **Tech Stack:** PHP/Docker

### code-server

VS Code in the browser, hosted on a remote server.

* **Source Code:** [https://github.com/coder/code-server](https://github.com/coder/code-server)
* **License:** MIT
* **Tech Stack:** Nodejs/Docker

### Coder

Remote development machines on your own infrastructure.

* **Website:** [https://coder.com/](https://coder.com/)
* **Source Code:** [https://github.com/coder/coder](https://github.com/coder/coder)
* **License:** AGPL-3.0
* **Tech Stack:** Go/Docker/K8S/deb

### Eclipse Che

Open source workspace server and cloud IDE.

* **Website:** [https://www.eclipse.org/che/](https://www.eclipse.org/che/)
* **Source Code:** [https://github.com/eclipse-che/che](https://github.com/eclipse-che/che)
* **License:** EPL-1.0
* **Tech Stack:** Docker/Java

### Judge0 CE

API to compile and run source code.

* **Website:** [https://judge0.com](https://judge0.com)
* **Source Code:** [https://github.com/judge0/judge0](https://github.com/judge0/judge0)
* **License:** GPL-3.0
* **Tech Stack:** Docker

### JupyterLab

Web-based environment for interactive and reproducible computing.

* **Website:** [https://jupyterlab.readthedocs.io/en/stable/](https://jupyterlab.readthedocs.io/en/stable/)
* **Demo:** [https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/try.jupyter.org?urlpath=lab](https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/try.jupyter.org?urlpath=lab)
* **Source Code:** [https://github.com/jupyterlab/jupyterlab/](https://github.com/jupyterlab/jupyterlab/)
* **License:** BSD-3-Clause
* **Tech Stack:** Python/Docker

### Langfuse

LLM engineering platform for model tracing, prompt management, and application evaluation. Langfuse helps teams collaboratively debug, analyze, and iterate on their LLM applications such as chatbots or AI agents.

* **Website:** [https://langfuse.com](https://langfuse.com)
* **Demo:** [https://langfuse.com/docs/demo](https://langfuse.com/docs/demo)
* **Source Code:** [https://github.com/langfuse/langfuse](https://github.com/langfuse/langfuse)
* **Clients:** [https://langfuse.com/docs/integrations/overview](https://langfuse.com/docs/integrations/overview)
* **License:** MIT
* **Tech Stack:** Docker

### LiveCodes

⚠ Feature-rich client-side code playground for React, Vue, Svelte, Solid, Typescript, Python, Go, Ruby, PHP and 90+ other languages.

* **Website:** [https://livecodes.io/docs/features/self-hosting](https://livecodes.io/docs/features/self-hosting)
* **Demo:** [https://livecodes.io](https://livecodes.io)
* **Source Code:** [https://github.com/live-codes/livecodes](https://github.com/live-codes/livecodes)
* **License:** MIT
* **Tech Stack:** Nodejs

### Lowdefy

Build internal tools, BI dashboards, admin panels, CRUD apps and workflows in minutes using YAML / JSON on an self-hosted, open-source platform. Connect to your data sources, host via Serverless, Netlify or Docker.

* **Website:** [https://www.lowdefy.com/](https://www.lowdefy.com/)
* **Source Code:** [https://github.com/lowdefy/lowdefy](https://github.com/lowdefy/lowdefy)
* **License:** Apache-2.0
* **Tech Stack:** Nodejs/Docker

### RapidForge

Lightweight platform for building webhooks, scheduled tasks and pages. Implement your logic with Bash or Lua.

* **Website:** [https://rapidforge.io/](https://rapidforge.io/)
* **Source Code:** [https://github.com/rapidforge-io/rapidforge](https://github.com/rapidforge-io/rapidforge)
* **License:** Apache-2.0
* **Tech Stack:** Go/Nodejs

### RStudio Server

Web browser based IDE for R.

* **Website:** [https://www.rstudio.com/products/rstudio/#Server](https://www.rstudio.com/products/rstudio/#Server)
* **Source Code:** [https://github.com/rstudio/rstudio](https://github.com/rstudio/rstudio)
* **License:** AGPL-3.0
* **Tech Stack:** Java/C++
