On the Chrome for Testing availability dashboard, you can check the latest available cross-platform Chrome for Testing versions and assets per Chrome release channel.
Download using npm
The easiest way to download Chrome for Testing binaries for your platform is by using our @puppeteer/browsers command-line utility, available using npm. Here are some examples:
# Download the latest available Chrome for Testing binary corresponding to the Stable channel.
npx @puppeteer/browsers install chrome@stable
# Download a specific Chrome for Testing version.
npx @puppeteer/browsers install chrome@116.0.5793.0
# Download the latest available ChromeDriver version corresponding to the Canary channel.
npx @puppeteer/browsers install chromedriver@canary
# Download a specific ChromeDriver version.
npx @puppeteer/browsers install chromedriver@116.0.5793.0
Download using JSON API endpoints
If you prefer to build your own automated scripts for downloading these binaries, check out JSON API endpoints with the latest available versions per Chrome release channel (Stable, Beta, Dev, Canary).
Download per-commit Chrome for Testing builds
In addition to the abovementioned Chrome for Testing releases per Chrome version, since March 2025, you can also download per-commit Chrome for Testing builds. They have a slightly different use case and are primarily meant to make Chrome bug bisection faster and more precise.