mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-20 20:39:10 +00:00
Switch from x64-modern (requires AVX2) to x64-baseline (SSE4.2 only) for Linux and Windows builds. This fixes the "Illegal instruction" crash on pre-Haswell Intel CPUs (Ivy Bridge, Sandy Bridge) and pre-Excavator AMD CPUs that lack AVX2 support. Fixes: MCP server crashes with SIGILL on Ivy Bridge CPUs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>