Skip to content
GitHub

bino playwright install

bino relies on Playwright and real browser runtimes to render PDFs. Use bino playwright install to download and configure these dependencies.

bino playwright install [flags]

Common flags:

  • --browser – one or more browsers to install (for example chromium).
  • --driver-dir – custom directory for the Playwright driver and cache.
  • --dry-run – show what would be installed without actually downloading.
  • --quiet – reduce output noise.

Install Chromium only:

bino playwright install --browser chromium

Install multiple browsers:

bino playwright install --browser chromium --browser firefox

If builds fail with Playwright or browser errors, rerun this command and verify that your environment has network and disk access.