Ross ROSS = Recommend OSS · open-source software intelligence for agents

tty.js

A terminal for your browser, using node/express/socket.io observed · 2026-08-28

github.com/chjj/tty.js · JavaScript · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
chjj/tty.jsmain32
chjj/term.jsfrontend32

For agents

markdown · JSON · MCP: product_card(name="chjj/tty.js")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem