pfalstad / circuitjs1

Electronic Circuit Simulator in the Browser
GNU General Public License v2.0
1.71k stars 286 forks source link

Apple Silicon (ARM) version ? #60

Closed John-Lluch closed 7 months ago

John-Lluch commented 11 months ago

Do you plan to provide a Mac version for Apple Silicon (ARM) ?

The app currently runs under Rosetta.

Thanks in advance !

pfalstad commented 11 months ago

Hi, try this:

https://www.falstad.com/circuit/offline/CircuitJS1-macarm.dmg

The offline versions are just Electron with the circuitjs javascript code included. Electron supports Apple Silicon so this should work.

John-Lluch commented 11 months ago

Thanks for the quick answer. I downloaded it and an app named Electron.app appears inside the dmg. However when attempting to open the app the message "Electron.app is damaged and can't be opened" . I'm not sure if I am doing something wrong of there's an issue on the app download?

John-Lluch commented 11 months ago

Never mind... I fixed that by running the following Terminal command

xattr -cr /Applications/Electron.app

The app is now more responsible and runs smoothly on my Mac. Thanks again !!

pfalstad commented 7 months ago

The ARM version should work now without xattr.