| |
| <!doctype html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <meta name="description" content="Download and install Eclipse Che for Windows, Mac and Linux."> |
| |
| <!-- Favicons etc. --> |
| <link rel="icon" href="../images/ico/16x16.png"> |
| <link rel="icon" sizes="16x16 32x32 64x64" href="../images/ico/16x16.png"> |
| <link rel="apple-touch-icon" sizes="57x57" href="../images/ico/57x57.png"> |
| <link rel="apple-touch-icon" sizes="60x60" href="../images/ico/60x60.png"> |
| <link rel="apple-touch-icon" sizes="72x72" href="../images/ico/72x72.png"> |
| <link rel="apple-touch-icon" sizes="76x76" href="../images/ico/76x76.png"> |
| <link rel="apple-touch-icon" sizes="114x114" href="../images/ico/114x114.png"> |
| <link rel="apple-touch-icon" sizes="120x120" href="../images/ico/120x120.png"> |
| <link rel="apple-touch-icon" sizes="144x144" href="../images/ico/144x144.png"> |
| <link rel="apple-touch-icon" sizes="152x152" href="../images/ico/152x152.png"> |
| <link rel="apple-touch-icon" sizes="180x180" href="../images/ico/180x180.png"> |
| <link rel="icon" type="image/png" href="../images/ico/196x196.png" sizes="196x196"> |
| <link rel="icon" type="image/png" href="../images/ico/192x192.png" sizes="192x192"> |
| <link rel="icon" type="image/png" href="../images/ico/144x144.png" sizes="144x144"> |
| <link rel="icon" type="image/png" href="../images/ico/96x96.png" sizes="96x96"> |
| <link rel="icon" type="image/png" href="../images/ico/72x72.png" sizes="72x72"> |
| <link rel="icon" type="image/png" href="../images/ico/48x48.png" sizes="48x48"> |
| <link rel="icon" type="image/png" href="../images/ico/36x36.png" sizes="36x36"> |
| <link rel="icon" type="image/png" href="../images/ico/32x32.png" sizes="32x32"> |
| <link rel="icon" type="image/png" href="../images/ico/16x16.png" sizes="16x16"> |
| <link rel="manifest" href="../images/ico/manifest.json"> |
| <meta name="msapplication-TileColor" content="#ffffff"> |
| <meta name="msapplication-TileImage" content="../images/ico/144x144.png"> |
| <meta name="theme-color" content="#ffffff"> |
| |
| <!-- Always force latest IE rendering engine or request Chrome Frame --> |
| <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> |
| |
| <!-- Use title if it's in the page YAML frontmatter --> |
| <title>Eclipse Che | Download</title> |
| |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> |
| <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300' rel='stylesheet' type='text/css'> |
| <link href="../stylesheets/all.css" rel="stylesheet" /> |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> |
| <script src="../javascripts/all.js"></script><script src="../javascripts/bootstrap.min.js"></script> |
| |
| <!-- Tracking Snippets --> |
| |
| <!-- GOOGLE TAG MANAGER --> |
| <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-T9PJ53" |
| height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
| <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
| new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
| j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
| '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
| })(window,document,'script','dataLayer','GTM-T9PJ53');</script> |
| <!-- END GOOGLE TAG MANAGER --> |
| |
| <!-- MARKETO MUNCHKIN --> |
| <script type="text/javascript"> |
| $.ajax({ |
| url: '//munchkin.marketo.net/munchkin.js', |
| dataType: 'script', |
| cache: true, |
| success: function() { |
| Munchkin.init('519-AYY-549'); |
| } |
| }); |
| </script> |
| |
| |
| |
| |
| </head> |
| |
| <body class="download download_index"> |
| |
| <header> |
| <div class="container-fluid"> |
| <a class="logo" href="../"><img alt="Eclipse Che" src="../images/logo-eclipseche.svg" /></a> |
| |
| <nav class="menu-mobile"> |
| <a class="mobile-menu-toggle" data-toggle="collapse" aria-expanded="false" href="#mobileMenuItems"><i class="fa fa-bars"></i></a> |
| |
| <ul class="mobile-menu-items collapse" id="mobileMenuItems"> |
| <li><a href="../features/">Features</a></li> |
| <li><a href="../download/">Downloads</a></li> |
| <li><a target="_blank" href="https://eclipse-che.readme.io/docs/">Docs</a></li> |
| <li><a href="../community/">Community</a></li> |
| <li><a href="../blog/">Blog</a></li> |
| <li><a href="../getting-started/">Get Started with <span>Eclipse Che<span></a></li> |
| </ul> |
| </nav> |
| |
| <nav class="menu-desktop"> |
| <ul> |
| <li><a href="../features/">Features</a></li> |
| <li><a href="../download/">Downloads</a></li> |
| <li><a target="_blank" href="https://eclipse-che.readme.io/docs/">Docs</a></li> |
| <li><a href="../community/">Community</a></li> |
| <li><a href="../blog/">Blog</a></li> |
| <li><iframe src="https://ghbtns.com/github-btn.html?user=eclipse&repo=che&type=star&count=true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe></li> |
| <li><a class="btn-outline-dark" href="../getting-started/">Get Started with <span>Eclipse Che<span></a></li> |
| </ul> |
| </nav> |
| |
| </div> <!-- /.container-fluid --> |
| </header> <!-- /header --> |
| |
| |
| <div class="jumbotron"> |
| <div class="container-fluid"> |
| <div class="row"> |
| <div class="col-sm-8"> |
| <h1>Downloads</h1> |
| <h2>Release: <span class="text-yellow">4.2.0</span><br> |
| Date: <span class="text-yellow">April 26, 2016</span></h2> |
| </div> |
| </div> <!-- /.row --> |
| </div> <!-- /.container-fluid --> |
| </div> <!-- /.jumbotron --> |
| <hr class="gray"> |
| |
| |
| <div class="container-fluid content"> |
| |
| |
| |
| <div class="block"> |
| <h2>Vagrant</h2> |
| <p>Vagrant is the easiest way to get started with Eclipse Che. We provide Vagrant images <a href="https://eclipse.org/che/getting-started">that contain Che and its dependencies.</p> |
| </div> |
| |
| <div class="block"> |
| <h2>Packages</h2> |
| <p>Packages let you run Che server, for the best performance. Packages extract Eclipse Che into a working directory. You must have <a href="https://www.java.com/en/download/">Java 1.8</a> installed. Windows and MacOS also require <a href="https://www.docker.com/docker-toolbox">Docker Toolbox</a> to be separately installed, which itself installs Git Bash, Virtual Box, and Docker.</p> |
| |
| <ul> |
| <li><h4>ZIP Package for Windows, Mac, and Linux</h4></li> |
| <li><i>Installs Che in any directory</i></li> |
| <li><h4><b><a href="https://www.eclipse.org/downloads/download.php?file=/che/eclipse-che-4.0.1.zip&r=1">❯ Download signed binaries from Eclipse mirrors (142 MB)</a></b></li> |
| <li><a href="https://install.codenvycorp.com/che/eclipse-che-latest.zip">❯ Download unsigned latest release from Codenvy servers (140 MB)</a></li> |
| <li><a href="https://install.codenvycorp.com/che/eclipse-che-nightly.zip">❯ Download unsigned nightly from Codenvy servers (140 MB)</a></li> |
| </ul> |
| |
| <ul> |
| <li><h4>TGZ Package for Windows, Mac, and Linux</h4></li> |
| <li><i>Installs Che in any directory</i></li> |
| <li><h4><b><a href="https://www.eclipse.org/downloads/download.php?file=/che/eclipse-che-4.0.1.tar.gz&r=1">❯ Download latest signed binaries from Eclipse mirrors (137 MB)</a></b></li> |
| <li><a href="https://install.codenvycorp.com/che/eclipse-che-latest.tar.gz">❯ Download unsigned latest release from Codenvy servers (135 MB)</a></h5></li> |
| <li><a href="https://install.codenvycorp.com/che/eclipse-che-nightly.tar.gz">❯ Download unsigned nightly from Codenvy servers (135 MB)</a></li> |
| </ul> |
| |
| <ul> |
| <li><h4>JAR Universal Extractor</h4></li> |
| <li class="monospace"><i>java -jar <jar-file></i></li> |
| <li><a href="https://install.codenvycorp.com/che/eclipse-che-latest.jar">❯ Download unsigned latest release from Codenvy servers (138 MB)</a></li> |
| <li><a href="https://install.codenvycorp.com/che/eclipse-che-nightly.jar">❯ Download unsigned nightly from Codenvy servers (138 MB)</a></li> |
| </ul> |
| <p>Need help getting Che to run? Please check the oodles of <a href="https://eclipse-che.readme.io/docs/">installation and usage docs</a>.</p> |
| </div> |
| |
| <div class="block"> |
| <h2>Installers</h2> |
| <p>Installers install Eclipse Che and all its platform dependencies including Java, Git Bash, Docker Toolbox, and Virtual Box.</p> |
| |
| <ul> |
| <li><h4>EXE Installer for Windows 7+</h4></li> |
| <li><i>Installs Che, Java, Docker, Git Bash, and Shortcuts</i></li> |
| <li><a href="https://install.codenvycorp.com/che/eclipse-che-latest.exe">❯ Download unsigned latest release from Codenvy servers (416 MB)</a></li> |
| </ul> |
| |
| </div> |
| |
| <div class="block"> |
| <h2>Docker</h2> |
| <p>You can run the Che server as a Docker image. There are two ways to achieve this. First, you can <b><a href="https://eclipse-che.readme.io/docs/usage#command-line">install Che and then use the Che command line</a></b> to launch Che on localhost or in a Docker container created by Che. Second, you can <b><a href="https://eclipse-che.readme.io/docs/usage-docker">launch a Docker container containing Che</a></b> with any Docker client.</p> |
| </div> |
| |
| <div class="block"> |
| <h2>Raspberry Pi</h2> |
| <p>The community has instructions for running Eclipse Che as an embedded IDE on a Raspberry Pi. Boot up, get an IP address, and start developing! Amazing work from Benjamin Cabe. <b><a href="https://blog.benjamin-cabe.com/2016/04/01/running-eclipse-che-on-a-raspberry-pi">Read the setup</a></b> instructions.</p> |
| </div> |
| |
| <div class="block"> |
| <h2>Bosh</h2> |
| <p>The community has built a bosh installer for Che. <b><a href="https://bosh.io/docs/about.html">Bosh</a></b> is an open source tool for release engineering, deployment, lifecycle management, and monitoring of distributed systems. Bosh is used to deploy artifacts to various IaaS and PaaS systems like CloudFoundry. @ArthurHlt <b><a href="https://github.com/ArthurHlt/eclipse-che-boshrelease">has a bosh release packaging</a></b> which deploys Che more easily into CloudFoundry.</p> |
| </div> |
| |
| <div class="block"> |
| <h2>Electron Desktop Clients</h2> |
| <p>You can use Che from your favorite browser. We have created a set of experimental Electron clients that you can also use. Electron creates a OS-specific chromium client that you run on any computer. It's fast and flexible. You can get the latest binaries from <b><a href="http://github.com/tylerjewell/che-electron">the che-electron GitHub repository</a></b>.</p> |
| </div> |
| |
| <div class="block"> |
| <h2>Prerequisites</h2> |
| <p>Eclipse Che has different prerequisites for different platforms. The <b><a href="https://eclipse-che.readme.io/docs/install-pre-reqs">prerequisites page</a></b> in our docs itemizes the list of dependencies and how they are used.</p> |
| </div> |
| |
| <div class="block"> |
| <h2>Build Assembly From Source</h2> |
| <p>You will need maven, Java, and Git to build Che from source. <b><a href="http://github.com/eclipse/che">Our GitHub repository has build and contribution instructions</a></b>.</p> |
| </div> |
| |
| |
| <div class="block"> |
| <h2>Older Releases</h2> |
| <p>Archived versions of previous releases are maintained on the <b><a href="https://github.com/eclipse/che/releases">Che GitHub release page</a></b>.</p> |
| </div> |
| |
| </div><!-- /.container-fluid --> |
| |
| |
| |
| <div class="twitter-share"> |
| <h6><i class="fa fa-twitter"></i> Was this page helpful? <a href="https://twitter.com/share">Share it on Twitter</a></h6> |
| </div> |
| |
| <footer> |
| <div class="container-fluid"> |
| <a class="logo" href="../"><img alt="Eclipse Che" src="../images/logo-eclipseche.svg" /></a> |
| <p class="tagline">Next Generation Eclipse IDE</p> |
| |
| <div class="sitemap"> |
| <ul> |
| <li><a href="./">Downloads</a></li> |
| <li><a href="../features/">Features</a></li> |
| <li><a target="_blank" href="https://eclipse-che.readme.io/docs/">Docs</a></li> |
| <li><a href="../blog/">Blog</a></li> |
| <li><a href="../community/">Community</a></li> |
| </ul> |
| </div> |
| |
| <a class="btn-outline-dark" href="../getting-started/">Get Started with <span>Eclipse Che</span></a> |
| |
| <div class="copyright">Copyright © Eclipse Foundation 2016</div> |
| |
| </div> <!-- /.container-fluid --> |
| </footer> <!-- /footer --> |
| |
| </body> |
| </html> |