OpenSource-Hub
E

Eclipse Che

7.2k stars·Developer Tools·SHA-256 checksum verified

Kubernetes-native cloud development environments for enterprise teams. Run workspaces with embedded runtimes, IDE, and code in pods.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Kubernetes-native cloud IDEs for teams: portable, collaborative, enterprise-grade.

Core Features

  • Kubernetes-native: no extra infrastructure, workspaces run in pods
  • Supports VS Code extensions, JetBrains, and custom editors
  • Portable workspaces via Devfile standard
  • Enterprise security: self-hosted, RBAC, audit logs

What It Can't Do

  • Requires a Kubernetes cluster; each workspace consumes ~2-4GB RAM, so resource planning is needed; teams should have basic K8s knowledge for self-hosted setups.

Use Cases

  • Remote collaboration with unified dev environments for enterprise teams
  • Ephemeral environments for PR reviews, experiments, or training
  • CI/CD integration with consistent runtime across pipeline stages

Detailed Introduction

Eclipse Che is a Kubernetes-native platform that provides cloud development environments for enterprise teams. It places everything developers need — dependencies, containerized runtimes, a web IDE, and project code — into containers in Kubernetes pods. This makes workspaces distributed, collaborative, and portable to run anywhere Kubernetes runs. Che supports VS Code extensions, custom editors, and can be deployed on any Kubernetes cluster, offering self-hosted control over data and security. It integrates with CI/CD pipelines and supports multi-user collaboration with role-based access control.

Troubleshooting & FAQ (1)

Troubleshooting
How to fix CVE-2022-41721 and other vulnerabilities in Eclipse Che's kube-rbac-proxy image?

The kube-rbac-proxy image v0.13.1 used in Eclipse Che 7.63 has 5 HIGH/MEDIUM vulnerabilities. The fix is to upgrade to v0.14.1, which has zero known vulnerabilities. This has been addressed in the Eclipse Che operator via PR #2124. To apply the fix, update your Che operator to a version that includes this change, or manually modify the operator deployment to reference quay.io/brancz/kube-rbac-proxy:v0.14.1.

GitHub Issue #22150

Tags

dev-toolskubernetescloud-idecontainerenterpriseremote-development

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Step 1: Visit https://eclipse.dev/che/getting-started/cloud/ for the online version, or deploy on your K8s cluster following admin docs

4

Step 2: Log in and click 'Create Workspace', choose a template or import from a Git repo

5

Step 3: Wait for the pod to start, then code, debug, and run from the browser-based IDE

Install Guide
  1. Step 1: Visit https://eclipse.dev/che/getting-started/cloud/ for the online version, or deploy on your K8s cluster following admin docs
  2. Step 2: Log in and click 'Create Workspace', choose a template or import from a Git repo
  3. Step 3: Wait for the pod to start, then code, debug, and run from the browser-based IDE
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

If deployed on K8s, use `helm uninstall che` or delete the Operator; for the hosted online version, simply stop workspaces.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseEclipse Public License 2.0
Last Updated2026-06-27 11:40:20
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

1 FAQ

Similar Projects