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

creack/pty

PTY interface for Go observed · 2026-08-28

github.com/creack/pty · homepage · Go · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
creack/ptymain61

For agents

markdown · JSON · MCP: product_card(name="creack/pty")

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