zenity

Display GTK+ dialog boxes and notifications from the command line

brewmacoslinux
Try with needOr install directly
Source

About

GTK+ dialog boxes for the command-line

Commands

zenity

Examples

Show a simple info message dialog$ zenity --info --text='Installation complete!'
Display a file selection dialog and capture the chosen path$ zenity --file-selection --title='Choose a file'
Show a password input dialog$ zenity --password --title='Authentication'