Install Wrightbench
Download and install Wrightbench on macOS, Windows or Linux.
Wrightbench 0.1.0 is available for macOS 13+, Windows 10/11 and x64 Linux distributions.
Download a build
macOS
DMG builds for Apple Silicon and Intel Macs.
Windows
An x64 installer for Windows 10 and Windows 11.
Linux
x64 AppImage and Debian packages.
Download installers only from wrightbench.com/download or the official GitHub Releases page.


Before importing a workspace
The workspace must have a project-local Playwright installation in this range:
@playwright/test >=1.56.0 <2.0.0Wrightbench currently verifies releases from Playwright 1.58.2 through 1.62.1 for its project scaffold catalog. Import accepts the full supported range above.
Browser binaries
Browser binaries do not gate import. If a browser is missing when you run or record, install it from the project with npx playwright install <browser>.