Skip to content

Kitty graphics: transmit โ€‹

Category: extensions ยท Tags: Kitty ยท Specification โ†—

The transmit action (a=t) sends image data to the terminal for storage without displaying it. The terminal assigns an image ID and acknowledges receipt. This is the foundation of the kitty graphics protocol โ€” images are transmitted once and can be displayed multiple times at different positions.
How this is tested: Transmit a 1x1 PNG with a=t and a unique image ID. Check for acknowledgment response (APC G ... ST).
Analysis2026-03-29

Supported by 9 of 13 terminals (69%). Not supported by: vt100.js, Alacritty, WezTerm, xterm.js. Part of the Rich TUI baseline.

Supported by 11 of 18 backends (61%)

Terminal Applications โ€‹

TerminalVersionSupportNotes
iTerm23.6.9โœ“ yes
cmuxโœ“ yes
Ghostty1.3.1โœ“ yes
Kitty0.46.2โœ“ yes
VS Code1.113.0โœ“ yes
Warp0.2026.03.18.08.24.03โœ“ yes
Cursor2.6.21โœ“ yes
Terminal.app2.15โœ“ yes

Headless Backends โ€‹

Parser correctness only โ€” a โœ“ means the parser accepts the sequence.

BackendVersionSupportNotes
vterm0.2.0โœ“ yes
Alacritty0.26.0โœ— noKitty graphics not implemented in alacritty
vt100.js0.2.1โœ— noNot implemented โ€” pure TypeScript emulator
WezTerm0.1.0-fork.5โœ— noKitty graphics not implemented in wezterm-term crate
xterm.js5.5.0? unknownKitty graphics protocol not implemented in xterm.js
xterm.js6.0.0? unknownKitty graphics protocol not implemented in xterm.js
xterm.js5.4.0? unknownKitty graphics protocol not implemented in xterm.js
xterm.js6.1.0-beta.195? unknownKitty graphics protocol not implemented in xterm.js

Powered by Termless
Playwright for Terminals