Mood: 😔
Category: Bugs
Voice dictation: "Voice model availability could not be checked"
Architecture mismatch in the app bundle. The app binary is x86_64 (running under Rosetta on Apple Silicon), but the bundled Microsoft.AI.Foundry.Local.Core.dylib is arm64-only. The dylib fails to load, so the model catalog never fetches and no models can be downloaded.
Log error:
dlopen(...Microsoft.AI.Foundry.Local.Core.dylib...):
incompatible architecture (have 'arm64', need 'x86_64')
App version 1.0.61, macOS on Apple Silicon (M-series). The dylib needs an x86_64 slice or the app binary needs to be native arm64.
| Field |
Value |
| App version |
0.2.34 |
| OS |
macOS 26.5.0 |
| Theme |
Fox |
| Path |
/chat |
| Tenure |
Day 6 (Week 1) |
Mood: 😔
Category: Bugs
Voice dictation: "Voice model availability could not be checked"
Architecture mismatch in the app bundle. The app binary is x86_64 (running under Rosetta on Apple Silicon), but the bundled Microsoft.AI.Foundry.Local.Core.dylib is arm64-only. The dylib fails to load, so the model catalog never fetches and no models can be downloaded.
Log error:
dlopen(...Microsoft.AI.Foundry.Local.Core.dylib...):
incompatible architecture (have 'arm64', need 'x86_64')
App version 1.0.61, macOS on Apple Silicon (M-series). The dylib needs an x86_64 slice or the app binary needs to be native arm64.