v0.27.3
vercel-labs/agent-browserv0.27.3Jun 12, 2026by github-actions[bot]
AI Summary
Fixed Windows ARM64 installs by falling back to Windows x64 binary during postinstall, preventing failed downloads for the non-published ARM64 native artifact.
Key Highlights
- Fixed Windows ARM64 installs
- Fallback to Windows x64 binary for postinstall
Full Release Notes
### Bug Fixes - Fixed **Windows ARM64 installs** by falling back to the Windows x64 binary during postinstall, avoiding failed downloads for a native ARM64 artifact that is not published (#1269) ### Contributors - @EternalRights