Skip to content

Torom/stockfish-downloader

 
 

Repository files navigation

stockfish-downloader

posix helper windows helper arm helper

Scripts to download the latest official pre-release/release of the Stockfish chess engine built with the best compiling flags for your CPU.

Supported Platforms

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

Usage

  • 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"

Script POSIX

  • 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

Script Windows

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 56.3%
  • PowerShell 38.8%
  • Batchfile 4.9%