You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The macOS app shipped in v2026.2.26 is arm64-only. It crashes immediately on Intel Macs with "You can’t open the application ‘OpenClaw’ because this application is not supported on this Mac." v2026.2.25 was a universal binary and worked correctly.
OpenClaw.app opens normally on Intel Macs, as it did in v2026.2.25 which was a proper universal binary (x86_64 + arm64).
Actual behavior
App fails to launch on Intel Mac. macOS shows "not supported on this Mac" error. Finder Get Info shows Kind: Application (Apple silicon). Screenshot attached showing both the Get Info dialog and the macOS error.
OpenClaw version
2026.2.26
Operating system
macOS 14.8.3 Sonoma (Intel x86_64)
Install method
mac app (OpenClaw-2026.2.26.zip)
Logs, screenshots, and evidence
Release asset: https://github.com/openclaw/openclaw/releases/download/v2026.2.26/OpenClaw-2026.2.26.zip
lipo output confirms arm64-only:
Non-fat file: OpenClaw.app/Contents/MacOS/OpenClaw is architecture: arm64
Screenshot below shows Finder Get Info (Kind: Application (Apple silicon)) and the macOS launch error side-by-side. Screenshot attached.
Impact and severity
Affected: All Intel Mac users
Severity: Critical — complete blocker, app will not open at all
Frequency: 100% repro on any Intel Mac
Consequence: Intel Mac users cannot run the OpenClaw app; must stay on v2026.2.25 or run from source
Additional information
v2026.2.25 was a universal binary (x86_64 + arm64) and worked correctly on Intel Macs — this is a clean regression in the build pipeline
Summary
The macOS app shipped in v2026.2.26 is arm64-only. It crashes immediately on Intel Macs with "You can’t open the application ‘OpenClaw’ because this application is not supported on this Mac." v2026.2.25 was a universal binary and worked correctly.
Steps to reproduce
Verification:
Expected behavior
OpenClaw.app opens normally on Intel Macs, as it did in v2026.2.25 which was a proper universal binary (x86_64 + arm64).
Actual behavior
App fails to launch on Intel Mac. macOS shows "not supported on this Mac" error. Finder Get Info shows Kind: Application (Apple silicon). Screenshot attached showing both the Get Info dialog and the macOS error.
OpenClaw version
2026.2.26
Operating system
macOS 14.8.3 Sonoma (Intel x86_64)
Install method
mac app (OpenClaw-2026.2.26.zip)
Logs, screenshots, and evidence
Impact and severity
Affected: All Intel Mac users
Severity: Critical — complete blocker, app will not open at all
Frequency: 100% repro on any Intel Mac
Consequence: Intel Mac users cannot run the OpenClaw app; must stay on v2026.2.25 or run from source
Additional information
npm install -g openclawworks fine on Intel)