First stable release of Stockfish Multiplatform.
Brings the Stockfish 18 chess engine to JVM (Linux/macOS/Windows), Android, iOS, and WebAssembly through a single Kotlin Multiplatform dependency.
implementation("fr.axl-lvy:stockfish-multiplatform:0.1.0")
// or the smaller lite variant:
implementation("fr.axl-lvy:stockfish-multiplatform-lite:0.1.0")See the README for usage and the WebAssembly setup notes.