stockfish

Strong open-source chess engine for analysis and gameplay

brewmacoslinux
Try with needOr install directly
Source

About

Strong open-source chess engine

Commands

stockfish

Examples

Start stockfish in interactive mode for chess analysis$ stockfish
Analyze a position using UCI protocol commands$ echo -e 'uci\nposition startpos\ngo depth 20' | stockfish
Get stockfish version and supported options$ stockfish -v