vercel-labs/wterm
A terminal emulator for the web observed · 2026-08-28
Health v2 · maintenance only
80/100
- Activity 99
- Release rhythm 97
- Longevity 10
Flags: young
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0.0
- age_days: 141
- days_rel: 20
- days_push: 8
- n_releases_24m: 17
Adoption not part of the score
3402 stars · 154 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
wterm is a terminal emulator for the web with a Zig-compiled WASM core that parses VT100/VT220/xterm escape sequences and renders to the DOM. It ships as modular packages including headless core, DOM renderer, React and Vue components, a libghostty-powered emulation core, and an in-browser bash shell.
Use cases
- embed a terminal emulator in a web app
- render terminal output in the browser with native text selection
- connect a browser terminal to a remote PTY over WebSocket
- run a bash shell in the browser
- build an accessible web-based terminal with screen reader support
- add a React or Vue terminal component to a frontend
- display vim or htop correctly in a browser terminal
When to choose
- you need a web terminal with native selection, clipboard, find, and accessibility instead of canvas rendering
- you want a tiny (~12 KB) WASM terminal core with optional full VT compliance via libghostty
- you use React or Vue and want an idiomatic terminal component
- you need WebSocket transport to a PTY backend with reconnection
When to avoid
- you need a native desktop terminal emulator rather than an in-browser one
- you require xterm.js's mature plugin ecosystem and battle-tested compatibility
- your project cannot use WASM or Zig toolchains for builds
Facets
library · maturity active
terminal-ui http-server websocket parser wasm web-development frontend developer-tools browser wasm terminal-emulator vt100 xterm dom-rendering react vue zig pty accessibility escape-sequences command-line web-server nodejs typescript
2 sources
- readme: https://github.com/vercel-labs/wterm · fetched 2026-08-28 · 8fd60ecccff5
- homepage: https://wterm.dev · fetched 2026-08-29 · ad351317f5e8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vercel-labs/wterm | main | 80 |
For agents
markdown · JSON · MCP: product_card(name="vercel-labs/wterm")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem