Skip to content

CLI: Ready-to-use Packages

Where to download packages

You can download ready-to-use packages from GitHub releases for all major platforms and architectures:

At the top of the page you will find the latest (and therefore recommended) version. Scroll down and expand Assets.

SiteOne Crawler - ready-to-use packages

Windows 7/8/10/11 (x64)

  1. Download latest Windows release *-win-x64.zip from GitHub releases, e.g. https://github.com/janreges/siteone-crawler/releases/download/v1.0.7/siteone-crawler-v1.0.7-win-x64.zip
  2. Unzip *-win-x64.zip to any folder, e.g. C:\Tools\siteone-crawler-v1.0.7-win-x64
  3. Press Win+R, run terminal by cmd.exe and go to the folder with the Crawler, e.g. cd C:\Tools\siteone-crawler-v1.0.7-win-x64
  4. Run crawler with basic options crawler.bat --url=https://crawler.siteone.io/

macOS (x64, Intel)

Terminal window
# download and unpack latest release
wget https://github.com/janreges/siteone-crawler/releases/download/v1.0.7/siteone-crawler-v1.0.7-macos-x64.tar.gz
tar -xvzf siteone-crawler-v1.0.7-macos-x64.tar.gz
# go to folder
cd siteone-crawler-v1.0.7-macos-x64
# run crawler with basic options
./crawler --url=https://crawler.siteone.io/

macOS (arm64, Apple Silicon, M1/M2/M3)

Terminal window
# download and unpack latest release
wget https://github.com/janreges/siteone-crawler/releases/download/v1.0.7/siteone-crawler-v1.0.7-macos-arm64.tar.gz
tar -xvzf siteone-crawler-v1.0.7-macos-arm64.tar.gz
# go to folder
cd siteone-crawler-v1.0.7-macos-arm64
# run crawler with basic options
./crawler --url=https://crawler.siteone.io/

Linux (x64) or WSL on Windows

Terminal window
# download and unpack latest release
wget https://github.com/janreges/siteone-crawler/releases/download/v1.0.7/siteone-crawler-v1.0.7-linux-x64.tar.gz
tar -xvzf siteone-crawler-v1.0.7-linux-x64.tar.gz
# go to folder
cd siteone-crawler-v1.0.7-linux-x64
# run crawler with basic options
./crawler --url=https://crawler.siteone.io/

Linux (arm64)

Terminal window
# download and unpack latest release
wget https://github.com/janreges/siteone-crawler/releases/download/v1.0.7/siteone-crawler-v1.0.7-linux-arm64.tar.gz
tar -xvzf siteone-crawler-v1.0.7-linux-arm64.tar.gz
# go to folder
cd siteone-crawler-v1.0.7-linux-arm64
# run crawler with basic options
./crawler --url=https://crawler.siteone.io/