cncjs / cncjs

A web-based interface for CNC milling controller running Grbl, Marlin, Smoothieware, or TinyG.
https://cnc.js.org
MIT License
2.28k stars 566 forks source link

Macos M1 damaged img #811

Closed beckmx closed 2 weeks ago

beckmx commented 1 year ago

Description

Describe the issue or feature request in detail. Take a screenshot or record a video will be helpful.

Versions

How Do You Install CNCjs?

CNC Controller

Hardware

Operating System

There is a message that popsup in the release section for macos m1 I tried with cncjs-app-1.10.1-macos-arm64 and cncjs-app-1.10.0-macos-arm64 but both versions when trying to run the app says the app is damaged.

SPENCINAT0R commented 1 year ago
  1. Open Terminal on your macbook.
  2. Type this: "sudo spctl --master-disable"
  3. Then, type this "xattr -cr " (ensure there is a space after "-cr") and drag and drop the CNCjs app into Terminal.
  4. Now try to open it and it should work.
  5. Ensure you type "sudo spctl --master-enable" to enable the security measures on your mac again.

P.S. Please omit all quotes from the prompts in terminal.

cheton commented 2 weeks ago

The support for macOS arm64 has been added since 1.10.4