Quick Start
Go from zero to your first website audit in a couple of minutes: install SiteOne Crawler, run one command, and open the HTML report with its 0โ10 quality score.
Run your first audit in 30 seconds
Section titled โRun your first audit in 30 secondsโ# macOS / Linux (Homebrew)brew install janreges/tap/siteone-crawler
# Audit any site โ full HTML report + 0-10 quality score in one commandsiteone-crawler --url=https://your-site.com# Debian / Ubuntu (apt)curl -1sLf 'https://dl.cloudsmith.io/public/janreges/siteone-crawler/setup.deb.sh' | sudo -E bashsudo apt-get install siteone-crawler
siteone-crawler --url=https://your-site.com# Download a single dependency-free binary for Windows / macOS / Linux# from https://github.com/janreges/siteone-crawler/releases
# Linux / macOS โ extract, then run from the folder:tar -xzf siteone-crawler-*.tar.gz./siteone-crawler --url=https://your-site.com
# Windows โ unzip the *-win-x64.zip, then in cmd/PowerShell:# siteone-crawler.exe --url=https://your-site.com
No account, no dependencies โ one native binary. The HTML report path is printed at the end of
the run; add --upload to share it via a private link. Not sure where to start? Run
siteone-crawler with no arguments for an interactive wizard.
- Install the crawler. The quickest way is Homebrew โ
brew install janreges/tap/siteone-crawlerโ or use your Linux package manager (apt/dnf/zypper/apk) or a direct binary download. See ready-to-use packages for every option. - Run your first crawl on your own site:
Not sure where to start? Run
Terminal window siteone-crawler --url=https://your-site.comsiteone-crawlerwith no arguments for an interactive wizard with 10 preset modes. - Open the report. The HTML report path is printed at the end of the run โ open it in any browser and start with the โFix firstโ panel, which lists the highest-impact issues in priority order. Want to share it? Add
--upload. Whatโs in the report โ - Go further โ explore basic usage, advanced usage, real-world examples, and the full command-line options.
Watch: command-line interface
Section titled โWatch: command-line interfaceโ- Download & install the desktop application (Windows, macOS, Linux):
- Run it โ youโll find it as
SiteOne Crawler. Enter the URL of the website you want to crawl and click Run. - Open the report with the button when the crawl finishes, and start with the โFix firstโ panel. Whatโs in the report โ
- Watch the video below for the other options.
Watch: desktop application
Section titled โWatch: desktop applicationโYouโre done ๐
Section titled โYouโre done ๐โYou now have an interactive HTML report with a 0โ10 quality score for your whole site, and a prioritized list of what to fix first.
- Found it useful? Star it on GitHub (command-line and desktop app) and tell a colleague.
- Hit a bug or have an idea? Reach us through any of the communication channels.