These terminals were not built specifically for AI agents, but they provide the raw performance, pane management, and scripting capabilities that form the foundation of any multi-agent setup. Most power users pair one of these with a multiplexer (tmux or Zellij) for session persistence.
Ghostty
Created by Mitchell Hashimoto (co-founder of HashiCorp) and open sourced in late 2024. Ghostty is a fast, cross-platform terminal emulator with GPU-accelerated rendering and platform-native UI. It supports split panes, tabs, configurable keybindings, and the Kitty graphics protocol for inline images. Importantly, Ghostty exposes libghostty as a reusable library, which is what cmux builds on. Available on macOS and Linux (no Windows). Free and open source.
For agent work: Excellent rendering speed makes it comfortable for watching multiple agent outputs. No session persistence, so pair with tmux or Zellij. A solid choice as the "raw terminal layer" under a multiplexer.
WezTerm
A powerful cross-platform terminal emulator and multiplexer written in Rust. WezTerm combines terminal emulation with built-in multiplexing, meaning it can replace both your terminal and tmux. Its Lua-based configuration is extremely programmable, supporting scripted creation of complex pane layouts. SSH integration with native remote multiplexing is built in. Available on macOS, Linux, Windows, and FreeBSD. Free and open source.
For agent work: The combination of terminal + built-in multiplexer + Lua scripting makes WezTerm uniquely suited for power users who want to script complex multi-agent layouts (for example, automatically creating 10 split panes each running Claude Code in different git worktrees) without depending on tmux. Cross-platform support including Windows is a key differentiator.
iTerm2
The long-standing macOS terminal replacement, now at version 3.6.10 (built April 2026). iTerm2 offers split panes, tabs, profiles, triggers, instant replay of terminal output, and a Python scripting API. It added modest AI features in the 3.5/3.6 series (an AI chat using OpenAI's API with bring-your-own-key). Available on macOS only. Free and open source.
For agent work: The standout feature is tmux integration mode, which renders tmux sessions as native iTerm2 panes and tabs. This gives you the persistence of tmux with the native feel of iTerm2, which is particularly useful for remote agent sessions over SSH. The Python scripting API enables sophisticated automation of pane creation.
Wave Terminal
An open source terminal (v0.14.5, April 2026) that blends terminal, editor, and AI into a single workspace using a block-based layout. Terminal sessions, file editors, web previews, and AI chat all live side by side as draggable blocks. Wave AI is built in and supports multiple LLM backends. SSH connections are first-class citizens. Available on macOS, Linux, and Windows. Free and open source.
For agent work: The block-based workspace concept is compelling for having an AI chat block next to multiple terminal blocks running agents. SSH is deeply integrated. However, Wave lacks session persistence and agent-specific features like notification indicators.