gitpod-io / xterm-web-ide

The xterm.js web IDE aka The Browser Terminal

Home Page:https://www.gitpod.io/docs/references/ides-and-editors/browser-terminal

Repository from Github https://github.comgitpod-io/xterm-web-ideRepository from Github https://github.comgitpod-io/xterm-web-ide

xterm.js IDE

Warning: Currently, this IDE is more of an experiment than a real project. It is not ready for production use.

This repository contains a web-based IDE built entirely on top of xterm.js. It enables you to use IDEs like NeoVim, Emacs, Vim in a web browser.

xterm.js IDE

The IDE captured by @felladrin 🧔

Running the IDE

  1. Clone this repository
  2. Install dependencies
    yarn
  3. Compile and start the server
    PORT=3000 yarn start
  4. Open http://localhost:3000 in your browser

About

The xterm.js web IDE aka The Browser Terminal

https://www.gitpod.io/docs/references/ides-and-editors/browser-terminal

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 54.6%Language:JavaScript 23.5%Language:SCSS 15.4%Language:Dockerfile 3.1%Language:HTML 1.8%Language:Shell 1.6%