PrettyEarth
PrettyEarth copied to clipboard
Compatible with M1 chip Macbook?
This doesn't seem to work with my M1 Chip Macbook Air. Have I done something wrong or is this a known incompatibility?
I updated the code to use Electron 15.0.0. The latest release still ran on 9.4.0, which indeed was not compatible with Apple M1. I assume it should work now, but I currently don't really have the means to test this. Would you be willing to build the code from source and test whether or not the app works? The shell commands below should get you the most recent code up and running.
git clone https://github.com/evertdespiegeleer/PrettyEarth
cd ./PrettyEarth
npm ci
npm run start
Seems to work fine on my Mac mini.