Scripts to download the latest official pre-release/release of the Stockfish chess engine built with the best compiling flags for your CPU.
Operating System | CPU | Script |
---|---|---|
Linux | x86_64, x86_32, aarch64, armv7 | POSIX |
Android | aarch64, armv7 | POSIX |
macOS | x86_64, arm64 | POSIX |
Windows: WSL | x86_64 | POSIX |
Windows: MSYS2, Cygwin | x86_64 | POSIX |
Windows | x86_64 | Windows |
- download the script for your Operating System, run it with a terminal or;
- simply copy and paste the content in a terminal and press "enter"
- shell: sh
- file: posix_stockfish_downloader.sh
- content:
curl -sSL https://raw.githubusercontent.com/ppigazzini/stockfish-downloader/main/posix_helper.sh | sh -s
- usage: copy and paste the script content in a shell, or download and run the script file
- shell: terminal/powershell/cmd
- file: windows_stockfish_downloader.cmd
- content:
powershell -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/ppigazzini/stockfish-downloader/main/windows_helper.ps1'))"
- usage: copy and paste the script content in a terminal/powershell/cmd or download and run the script file with a double click
- shortcuts to open a terminal in a folder:
- mouse right click -> "Open in Terminal"
- SHIFT + mouse right click -> "Open PowerShell window here"
- write "powershell" in the file explore address bar
- write "cmd" in the file explore address bar