zt
The fastest terminal emulator. 88 MB/s throughput. 5.5ms startup.

Date Created:
March 31, 2026
Platforms:
macoslinuxLanguage:
Source Code Availability:
Open Source (MIT)
Development State:
zt is a brutally minimal, performance-first terminal emulator written in Zig. Designed for raw speed and low overhead consistently among the fastest in startup, throughput, and memory usage across published benchmarks. It runs on the Linux framebuffer, X11, Wayland, and macOS, with no GPU required.
zt is intentionally opinionated rather than feature-maximal. Configuration is compile-time via config.zig, following an st-style workflow aimed at users who value speed, simplicity, and low resource usage over runtime customization.

Features
How to install zt
Built from source with Zig.
Examples:
- fbdev: zig build -Doptimize=ReleaseSmall
- X11: zig build -Dbackend=x11 -Doptimize=ReleaseFast
- Wayland: zig build -Dbackend=wayland -Doptimize=ReleaseFast
- macOS: zig build -Dbackend=macos -Dshell=/bin/zsh -Doptimize=ReleaseFast
Compare zt With:
Request Information Update
Notice something outdated or incorrect? Let us know and we'll review it.








