# xtermjs/xterm.js

A terminal for the web

Repository: https://github.com/xtermjs/xterm.js
Canonical: https://ross.abutalabs.com/products/xtermjs
Homepage: https://xtermjs.org/
Language: TypeScript
License: MIT
License Family: permissive
Topics: xterm, terminal, development, tty, console, typescript, ssh, webgl, pty, vt100, terminal-emulators, javascript
Last push: 2026-08-24T11:33:19+00:00

## Health v2 (maintenance only)
Score: 75/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 30, longevity 100
- inputs: {"age_days": 4545, "days_push": 9, "days_rel": 254, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 21096, forks 1960 (observed 2026-08-28T04:11:30.583314+00:00)

## What it is
Xterm.js is a TypeScript terminal emulator frontend component that renders fully-featured terminals in the browser, supporting VT100/VT sequences, Unicode, mouse events, and optional GPU-accelerated WebGL rendering. It is a library (not a standalone terminal app) that connects to processes like bash via pty libraries such as node-pty, and powers VS Code, Hyper, and Tabby.

## Use cases
- embed a terminal in a web-based IDE
- build a browser SSH client
- render terminal output in a web app
- share a terminal over the web
- add an integrated terminal to an Electron app
- build an interactive coding playground in the browser

## When to choose
- you need a full terminal emulator UI inside a browser or Electron app
- you want a zero-dependency, well-documented component with addon support
- you need curses/tmux/vim compatibility and Unicode/IME support in the frontend

## When to avoid
- you want a downloadable desktop terminal application
- you need the pty/shell backend itself - pair it with node-pty or similar
- you are not building a JavaScript/TypeScript frontend

## Facets
- artifact type: library
- maturity: stable
- function: terminal-ui, ui-components, frontend-framework
- domain: developer-tools, web-development, frontend
- platform: browser
- tags: terminal-emulator, vt100, xterm, webgl-rendering, pty, ssh-client, browser-terminal, addons, command-line, nodejs, web-server, typescript, javascript

## Member repositories
- xtermjs/xterm.js (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:30.583314+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:58:29.702361+00:00, confidence not recorded.
  - readme: https://github.com/xtermjs/xterm.js (fetched 2026-08-28T04:11:30.583314+00:00, sha 9c2ad762aebb)
  - homepage: https://xtermjs.org/ (fetched 2026-08-29T07:57:20.366275+00:00, sha af076ff2f4c7)
  - site_page: https://xtermjs.org/docs (fetched 2026-08-29T07:57:20.375808+00:00, sha 5cec388450a2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
