# yudai/gotty

Share your terminal as a web application

Repository: https://github.com/yudai/gotty
Canonical: https://ross.abutalabs.com/products/gotty
Language: Go
License: MIT
License Family: permissive
Topics: tty, terminal, browser, web, go, websocket, javascript, typescript
Last push: 2024-08-01T18:50:55+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4035, "days_push": 762, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 19547, forks 1407 (observed 2026-08-28T04:11:28.819807+00:00)

## What it is
GoTTY is a command line tool written in Go that turns CLI programs into web applications by streaming the terminal over a browser via WebSockets. It starts a web server that renders any command's TTY output in the browser, with optional write access, basic auth, TLS, and random URLs.

## Use cases
- share a terminal session with teammates through a browser
- run htop or top remotely from a web page
- give demos of CLI tools without SSH access
- expose a long-running command's output over HTTP
- provide a browser-based terminal on a headless server

## When to choose
- you want to view or share terminal output in a browser with minimal setup
- you need a quick single-binary web terminal with auth and TLS options
- you want to demo CLI tools to non-technical users

## When to avoid
- you need a full interactive multi-session terminal manager with modern security hardening
- you require active development and frequent updates
- you need fine-grained per-user access control or audit logging

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: http-server, websocket, terminal-ui, cli
- domain: developer-tools, web-development, self-hosted
- platform: windows, cross-platform, cli, browser
- tags: terminal-sharing, tty-in-browser, remote-terminal, web-based-terminal, command-line, linux, macos, web-server

## Member repositories
- yudai/gotty (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:28.819807+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-29T17:00:05.260091+00:00, confidence not recorded.
  - readme: https://github.com/yudai/gotty (fetched 2026-08-28T04:11:28.819807+00:00, sha 0560ff4783fe)
- Data as of 2026-08-30T08:39:29.467469+00:00.
