-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Apple Silicon - bad CPU type in executable: flashlight #199
Comments
Hi, thanks for raising this! Turns out so far, we've been relying on people having Rosetta installed to run the Flashlight executable as an Intel executable But we should really have a proper arm64 executable for Apple silicon as well, we'll look into this 👍 |
Thanks so much! It would be very appreciated 🙌 |
I have an M1 Max and flashlight is working on my device |
Without Rosetta? |
yes, installed through normal iTerm session, without Rosetta |
it too slow when profiler on M1 |
@gabimoncha I just now saw that you wrote |
As a workaround you can run it using Rosetta with this command.
To install Rosetta use this command.
|
Last update from me. I'm now using |
@Almouro This problem deserves to be pinned |
Good point @Randall71! Still not fixed on our side, it's just a bit annoying since we have to codesign the executable now, but it's underway In the meantime I've pinned the issue and linked @Sumedh-k's helpful comment to the install docs in https://docs.flashlight.dev/ |
I'm running MacOS 14.2.1 on an Apple Mac M3. And after running
curl https://get.flashlight.dev | bash
, I try:Then, my response is
Is this due to missing support of Apple Silicon?
Note: I'm able to clone your repo and run
test
andreport
as guided in the contribution.md, but it would be nice to do it with only$ flaslight
The text was updated successfully, but these errors were encountered: