creack/pty
PTY interface for Go observed · 2026-08-28
Health v2 · maintenance only
61/100
- Activity 85
- 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: 5601
- days_rel: 671
- days_push: 93
- n_releases_24m: 1
Adoption not part of the score
2078 stars · 264 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go library providing an interface to Unix pseudo-terminals (PTYs). It lets Go programs start commands like exec.Command attached to a PTY, enabling interactive terminal emulation and shell embedding.
Use cases
- run a shell command attached to a pseudo-terminal in Go
- embed an interactive bash session in a Go application
- capture output of programs that require a TTY
- build a terminal emulator or SSH-like tool in Go
- resize and manage PTY file descriptors from Go
- test CLI tools that behave differently with a TTY
When to choose
- you need to run or automate interactive terminal programs from Go
- you're building terminal multiplexers, SSH servers, or test harnesses in Go
- you want a small, stable, widely-adopted Go PTY library
When to avoid
- you need Windows PTY/conpty support as a first-class feature
- you're not working in Go
- you only need simple non-interactive command execution without a TTY
Facets
library · maturity stable
developer-tools cli concurrency developer-tools operating-systems bsd go cross-platform pty pseudo-terminal tty terminal process-execution unix command-line linux macos
5 sources
- readme: https://github.com/creack/pty · fetched 2026-08-28 · 69af146993cc
- homepage: https://pkg.go.dev/github.com/creack/pty?tab=doc · fetched 2026-08-29 · 59c30ce853a8
- site_page: https://pkg.go.dev/about · fetched 2026-08-29 · 757852027879
- site_page: https://go.dev/about · fetched 2026-08-29 · 8b6453863a90
- site_page: https://go.dev/project · fetched 2026-08-29 · d5ca00bb378b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| creack/pty | main | 61 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem