Quickly delete the Quarantine attribute via Raycast and re-sign the application, solving the problem of being prompted as damaged when running a Mac app.
-
Install the Raycast app.
- Currently, Raycast is only available for macOS. Windows support is in progress.
-
Install Node.js.
- The minimum version recommended is
v20.18.1
. If you're using an older version, you may encounter issues.
- The minimum version recommended is
-
Open the terminal and type in the following command:
Xcode select -- install
- Download the source code, or clone the repository
- Navigate to the directory, and open a Terminal window at the downloaded folder.
- Run
npm install
to install dependencies andnpm run dev
to build and import the extension.
- After importing the extension, you need to set your sudo password in the extension settings.