# tmux/tmux

tmux source code

Repository: https://github.com/tmux/tmux
Canonical: https://ross.abutalabs.com/products/tmux
Language: C
License: ISC
License Family: permissive
Last push: 2026-08-25T21:31:29+00:00

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

## Adoption (not part of the score)
Stars 48842, forks 2855 (observed 2026-08-28T04:12:11.526392+00:00)

## What it is
tmux is a terminal multiplexer written in C that lets users create, access, and control multiple terminal sessions from a single screen. Sessions can be detached and run in the background, then reattached later.

## Use cases
- keep long-running processes alive after disconnecting from ssh
- split one terminal window into multiple panes
- share a terminal session between users for pair programming
- detach and reattach terminal sessions across reboots of my laptop
- manage many shell sessions from a single screen
- run persistent development environments on a remote server

## When to choose
- you work over SSH and need sessions that survive disconnects
- you want to split and organize terminal windows without a full window manager
- you need a mature, widely supported tool on Unix-like systems

## When to avoid
- you only need a single terminal with no session persistence
- you are on Windows without WSL or a Unix-like environment
- you want a GUI-based terminal manager

## Facets
- artifact type: cli-tool
- maturity: stable
- function: cli, terminal-ui, developer-tools
- domain: developer-tools
- platform: bsd, cross-platform, cli
- tags: terminal-multiplexer, session-management, c, command-line, linux, macos

## Member repositories
- tmux/tmux (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:12:11.526392+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-29T16:20:36.565775+00:00, confidence not recorded.
  - readme: https://github.com/tmux/tmux (fetched 2026-08-28T04:12:11.526392+00:00, sha 9fb75e6c7f10)
- Data as of 2026-08-30T08:39:29.467469+00:00.
