Skip to content

Terminals

Terminal emulators tested across three categories: app terminals, parser backends, and multiplexers

terminfo.dev tests terminal emulators across three categories. App terminals are the GUI applications you interact with daily. Parser backends are standalone libraries and app parser engines tested without a GUI (like xterm.js, which powers VS Code's integrated terminal). Multiplexers sit between your terminal and your shell, adding session persistence but filtering escape sequences along the way. We also document historical terminals that defined the standards every modern emulator builds on.

App Terminals

Standalone terminal applications tested on real hardware via automated probing. These results reflect the full stack: parser, renderer, font support, and OS integration.

Parser Backends

Terminal emulator parsers tested without rendering -- the parser and state machine in isolation. These include standalone libraries that power embedded terminals, and app parser engines from full terminals tested in headless mode. See Parser Backends for the full taxonomy and testing methodology.

Multiplexers

Terminal multiplexers sit between your terminal and your shell, intercepting escape sequences. Not every feature survives the trip. See Multiplexers for the full pass-through analysis.

Historical

Hardware terminals and early software emulators that defined the standards every modern terminal builds on. These are reference entries -- no automated probe data is available.


Powered by Termless
Playwright for Terminals