che-server/docs/_docs/use-che-as-an-ide/ide-electron.md

2.1 KiB

tags title excerpt layout permalink
eclipse
che
Install Che Desktop Client Install an electron application, a fast desktop client for Eclipse Che docs /:categories/electron/

You can install a desktop application client for Che. The Che desktop clients are Electron applications, which runs a lightweight chrome browser client packaged as a native application that you install for your operating system. Electron is small and loads faster than a browser. It has all the power of Chrome packaged as an OS-specific binary. You can distribute these clients such that they are pre-configured with the URL of your Che server. ![Capture2.PNG]({{ base }}/assets/imgs/Capture2.PNG)

Eclipse Che Electron Clients

These clients are currently in beta and not part of the standard distribution. We will include them into the standard distribution as we get more comfortable with their usage and after Electron and Atom can be included as part of Eclipse product distributions.\n\nIf you discover issues, please take time to file an issue.

Download Eclipse Che Clients

We have binary executables that you can download. You must run these packages on the command line and pass in the URL of your Che server.

Platform
Download Link
Linux 64
Linux 32
Windows 64
Windows 32

Currently, you need to checkout the che-electron repository and build the clients using NPM and the electron packager.

Usage

# Windows
eclipse-che . <che-server-url>

# Mac
open eclipse-che.app . <che-server-url>

# Linux
./eclipse-che . <che-server-url>\

Build Clients From Source