yudai/gotty
Share your terminal as a web application observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 4035
- days_rel: n/a
- days_push: 762
- n_releases_24m: 0
Adoption not part of the score
19547 stars · 1407 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
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
cli-tool · maturity maintenance
http-server websocket terminal-ui cli developer-tools web-development self-hosted windows cross-platform cli browser terminal-sharing tty-in-browser remote-terminal web-based-terminal command-line linux macos web-server
1 source
- readme: https://github.com/yudai/gotty · fetched 2026-08-28 · 0560ff4783fe
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| yudai/gotty | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem