fairy-stockfish

Strong open source chess variant engine supporting multiple game types

brewmacoslinux
Try with needOr install directly
Source

About

Strong open source chess variant engine

Commands

fairy-stockfish

Examples

Start an interactive chess engine session$ fairy-stockfish
Analyze a position in standard chess using UCI protocol$ echo 'setoption name UCI_Variant value chess\nposition startpos\ngo depth 20' | fairy-stockfish
Analyze a position in a chess variant like Crazyhouse$ echo 'setoption name UCI_Variant value crazyhouse\nposition startpos\ngo depth 15' | fairy-stockfish