"Bad CPU Type" Error #753
Answered
by
ReagentX
ashanti1fromer
asked this question in
Q&A
|
Hey all, First of all @ReagentX amazing program, thank you!! I'm on an old Mac - osBig Sur 11.7. I downloaded this version of your program: after I cd into Downloads and run the following line: I get the following error: Happens with other queries, like Very very limited coding skills over here, but lots and lots of gratitude to this Q&A community |
Answered by
ReagentX
May 28, 2026
Replies: 2 comments 5 replies
2 replies
|
Thanks again... however the i5 processor is 64 bit? Seems you're saying though I'd still have to compile via Rust?
On Wednesday, May 27, 2026 at 10:03:16 PM EDT, Christopher Sardegna ***@***.***> wrote:
I think that your question is addressed by #305 then.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Thanks, that explains the issue.
Your Mac is Intel/x86_64:
But the binary you are running is Apple Silicon/arm64:
It should read:
This indicates that the wrong archive was extracted: you are using the Apple Silicon build on your Intel Mac.