tty.js
A terminal for your browser, using node/express/socket.io observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 5325
- days_rel: n/a
- days_push: 2834
- n_releases_24m: 0
Adoption not part of the score
4218 stars · 475 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
tty.js is a Node.js application that serves an interactive terminal in the browser using express and socket.io, with tabs, windowing, 256-color support, and persistent sessions. It is built on term.js, a JavaScript xterm/VT100 terminal emulator, and pty.js for spawning pseudo-terminals.
Use cases
- access a shell in my browser
- run a remote terminal over https
- web-based terminal for a server
- use vim and tmux from a browser tab
- self-host a browser terminal with basic auth
- give users a web terminal on a node.js server
When to choose
- you need a browser-accessible terminal on a Node.js stack and are on an older environment
- you want a self-contained, configurable web terminal with auth and HTTPS options
- you want to embed terminal functionality programmatically into a Node.js app
When to avoid
- you need a maintained project - tty.js is abandoned and has known security risks exposing a shell
- you want modern features and active support - use xterm.js with a maintained backend like ttyd, wetty, or GoTTY alternatives
- you need robust authentication - its auth is basic and the project warns security is up to you
Facets
application · maturity abandoned
terminal-ui http-server websocket cli developer-tools web-development self-hosted self-hosted cross-platform terminal-emulator browser-terminal ssh-alternative xterm socket-io remote-shell command-line nodejs web-server
3 sources
- readme: https://github.com/chjj/tty.js · fetched 2026-08-28 · 2aa99ff9f653
- registry_npm: https://registry.npmjs.org/tty.js · fetched 2026-08-29 · 117dfb9838c3
- registry_npm: https://registry.npmjs.org/term.js · fetched 2026-08-29 · b2f431013158
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| chjj/tty.js | main | 32 |
| chjj/term.js | frontend | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem