Automic VaultAutomic Vault

brew

Install xterm with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

Terminal emulator for the X Window System. Version 410 via Homebrew; verified 2026-05-25.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install xterm

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install xterm

MacPorts ports tree · x11/xterm/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add xterm

Alpine Linux edge package indexes · xterm · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install xterm

Debian stable package indexes · xterm · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install xterm

Fedora Rawhide package metadata · xterm · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#xterm

nixpkgs package indexes · pkgs/by-name/xt/xterm/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S xterm

Arch Linux sync databases · xterm · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install xterm

openSUSE Tumbleweed package metadata · xterm · source: download.opensuse.org

overview

Package summary

Terminal emulator for the X Window System

Commands and aliases

  • koi8rxterm
  • resize
  • uxterm
  • xterm

history

Project history and usage

xterm is the canonical terminal emulator for the X Window System: a DEC VT-family and Tektronix 4014 compatible terminal window that has survived from the first X experiments into modern X.Org packaging. For package nerds, it is both a usable terminal and a reference point for terminal control sequences, terminfo behavior, and X11 terminal compatibility.

Project history

xterm predates the X Window System in a narrow but important sense. Thomas Dickey's FAQ preserves Jim Gettys' account that Mark Vandevoorde first wrote it in the summer of 1984 as a stand-alone terminal emulator for the DEC VAXstation 100, then retargeted it to X when X became the more useful path.

The early program accumulated work from Gettys and others: Bob McNamara's ANSI parser, Tektronix graphics support from Doug Mink at the Smithsonian Astrophysical Observatory, an X11 port by Loretta Guarino, and later X Consortium maintenance. That mixed authorship explains why xterm carries both terminal-emulation and early-workstation history.

Thomas E. Dickey began sustained xterm work in the mid-1990s, initially around color behavior, ncurses needs, and XFree86 integration. His project page describes xterm's terminal-description evolution from VT102-oriented behavior to VT220 and then VT420-oriented behavior, while the changelog records continuing patch-level maintenance into the 2020s.

Adoption history

xterm's adoption followed X11 itself. It became the standard terminal emulator shipped with X distributions, so Unix workstations, XFree86, X.Org, Cygwin/X, XQuartz-style setups, and Linux distributions inherited it as the plain X terminal even after desktop environments added newer terminal apps.

The larger adoption story is compatibility. Terminal applications, curses libraries, shell prompts, and title-setting helpers often target xterm-compatible behavior even when the actual emulator is rxvt, dtterm, GNOME Terminal, Konsole, iTerm2, or another descendant. This made xterm a de facto behavior spec as much as a package.

Dickey's upstream page links packages, historical source archives, the FAQ, control-sequence documentation, and the changelog, reflecting xterm's unusual status as an old X component still maintained as an independent upstream and still distributed by package managers.

How it is used

Users run `xterm` to open a shell or command in an X11 window; `uxterm` wraps xterm for Unicode locales; `koi8rxterm` targets KOI8-R environments; and `resize` reports terminal dimensions to shells. Options and X resources control fonts, colors, scrollback, geometry, titles, selections, and terminal modes.

Developers use xterm as a practical testbed for terminal behavior: cursor addressing, colors, alternate-screen behavior, title operations, UTF-8, terminfo capabilities, bracketed paste, and compatibility with old DEC and Tektronix expectations.

Why package nerds care

xterm matters because package history, protocol history, and terminal compatibility meet in one executable. Installing it is not just installing a terminal; it brings a long-lived X11 terminal behavior that many terminal programs and scripts already know how to speak.

It is also a maintenance case study. Rather than being replaced by a new framework, xterm survived by preserving old X and DEC behavior while adding color, Unicode, Xft fonts, newer DEC emulation, and safety controls around risky terminal operations.

Timeline

  • 1984: Mark Vandevoorde writes the original VS100 terminal emulator during the summer X began, then retargets it to X.
  • 1985: Doug Mink adds Tektronix-style graphics support for Smithsonian Astrophysical Observatory workflows using early X systems.
  • 1987: X11-era development begins; Loretta Guarino ports xterm to X11 according to the FAQ's preserved authorship history.
  • Early 1996: Thomas Dickey begins sustained xterm maintenance work around color, portability, and terminal-description correctness.
  • 1996: XFree86-era patches move xterm toward fuller VT220-style behavior and updated termcap/terminfo descriptions.
  • 2012: The preferred xterm terminal description shifts to a VT420-oriented basis, per Dickey's project history.
  • 2020s: xterm remains maintained upstream with changelog entries and package-manager distribution across Unix-like systems.

Related projects

  • X Window System and X.Org: the display-system lineage that made xterm a standard client.
  • XFree86: the project through which much mid-1990s and early-2000s xterm work flowed.
  • ncurses, termcap, and terminfo: terminal capability databases and libraries whose xterm entries evolved alongside the emulator.
  • vttest: Thomas Dickey's related terminal test program.
  • rxvt, kterm, hanterm, dtterm, GNOME Terminal, and Konsole: terminal emulators that intersect with xterm compatibility.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 11 runtime dependencies.
  • Build metadata lists 1 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
koi8rxtermcliglobal executable
resizecliglobal executable
uxtermcliglobal executable
xtermcliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version410
manager updated2026-05-25
local dataok
upstreamnot checked
latest detectednot detected

https://invisible-island.net/xterm/

install metadata

Package metadata

Package keybrew:xterm
Version410
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/xterm
Homepagehttps://invisible-island.net/xterm/
Repositoryhttps://github.com/ThomasDickey/xterm-snapshots
Upstream docshttps://invisible-island.net/xterm
LicenseX11 AND HPND
Source archivehttps://invisible-mirror.net/archives/xterm/xterm-410.tgz
Last updated2026-05-25T14:31:49-04:00
Pulseupdated
Dependenciesfontconfig, freetype, libice, libx11, libxaw, libxext, libxft, libxinerama, libxmu, libxpm, libxt
Build dependenciespkgconf
Uses from macOSncurses
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namexterm
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

xterm 398-1

X terminal emulator

https://invisible-island.net/xterm/xterm.html

sudo apt install xterm
  • Section: x11
  • Architecture: amd64
  • 15 dependencies
  • 1 provides
  • 3 optional deps
  • normalized package name match
  • Matched by: Xterm
Debian stable package indexes · deb.debian.org · Debian stable package indexes: xterm from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

xterm

nix profile install nixpkgs#xterm
  • normalized package name match
  • Matched by: Xterm
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/xt/xterm/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

xterm 390-1ubuntu3

X terminal emulator

https://invisible-island.net/xterm/xterm.html

sudo apt install xterm
  • Section: universe/x11
  • Architecture: amd64
  • 15 dependencies
  • 1 provides
  • 3 optional deps
  • normalized package name match
  • Matched by: Xterm
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: xterm from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

xterm 410-r0

X Terminal Emulator

https://invisible-island.net/xterm

sudo apk add xterm
  • License: MIT
  • Architecture: x86_64
  • Source Package: xterm
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Xterm
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: xterm from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

xterm-doc 410-r0

X Terminal Emulator (documentation)

https://invisible-island.net/xterm

sudo apk add xterm-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: xterm
  • normalized package name match
  • Matched by: Xterm
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: xterm-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

xterm 410-1.fc45

Terminal emulator for the X Window System

https://invisible-island.net/xterm

sudo dnf install xterm
  • License: MIT AND X11 AND HPND AND CC-BY-4.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: xterm
  • 16 dependencies
  • 3 provides
  • normalized package name match
  • Matched by: Xterm
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: xterm from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

xterm-resize 410-1.fc45

Set environment and terminal settings to current window size

https://invisible-island.net/xterm

sudo dnf install xterm-resize
  • License: MIT AND X11 AND HPND AND CC-BY-4.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: xterm
  • 3 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Xterm
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: xterm-resize from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

xterm 410-1

X Terminal Emulator

https://invisible-island.net/xterm/

sudo pacman -S xterm
  • License: MIT AND X11 AND HPND AND CC-BY-4.0
  • Architecture: x86_64
  • 13 dependencies
  • 2 optional deps
  • normalized package name match
  • Matched by: Xterm
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: xterm from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

xterm 410-1.1

The basic X terminal program

https://invisible-island.net/xterm/xterm.html

sudo zypper install xterm
  • License: MIT
  • Category: System/X11/Utilities
  • Architecture: x86_64
  • Source Package: xterm
  • 6 dependencies
  • 4 provides
  • normalized package name match
  • Matched by: Xterm
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: xterm from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

xterm-bin 410-1.1

The basic X terminal program

https://invisible-island.net/xterm/xterm.html

sudo zypper install xterm-bin
  • License: MIT
  • Category: System/X11/Utilities
  • Architecture: x86_64
  • Source Package: xterm
  • 15 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Xterm
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: xterm-bin from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

xterm-resize 410-1.1

Set environment and terminal settings to current window size

https://invisible-island.net/xterm/xterm.html

sudo zypper install xterm-resize
  • License: MIT
  • Category: System/X11/Utilities
  • Architecture: x86_64
  • Source Package: xterm
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Xterm
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: xterm-resize from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

xterm

sudo port install xterm
  • normalized package name match
  • Matched by: Xterm
MacPorts ports tree · api.github.com · MacPorts ports tree: x11/xterm/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment