xterm

Terminal emulator for the X Window System

brewmacoslinux
Try with needOr install directly
Source

About

Terminal emulator for the X Window System

Commands

xterm

Examples

Launch a basic xterm window$ xterm
Open xterm with custom geometry (width x height + position)$ xterm -geometry 80x24+100+100
Start xterm with a specific font and background color$ xterm -fn fixed -bg black -fg white