[Bug]: Electron Mac - "'Actual' is damaged and can't be opened. You should move it to the Trash" #1333

Closed
opened 2026-02-28 19:40:43 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @MikesGlitch on GitHub (Aug 14, 2024).

Verified issue does not already exist?

  • I have searched and found no existing issue
  • I will be providing steps how to reproduce the bug (in most cases this will also mean uploading a demo budget file)

What happened?

When opening the Electron app on newer Macs, users will get this error:
356790171-9996c152-95b3-46a3-9f87-f8e82f258299

The reason for the error is documented here:
https://github.com/electron-userland/electron-builder/issues/8191

Temporary workaround

Disable gatekeeper for the app with the following command:

xattr -c /applications/actual.app

Solution
We need to sign the app

Related
https://github.com/actualbudget/actual/issues/3259

Where are you hosting Actual?

Desktop App (Electron)

What browsers are you seeing the problem on?

Desktop App (Electron)

Operating System

Mac OSX

Originally created by @MikesGlitch on GitHub (Aug 14, 2024). ### Verified issue does not already exist? - [X] I have searched and found no existing issue - [X] I will be providing steps how to reproduce the bug (in most cases this will also mean uploading a demo budget file) ### What happened? When opening the Electron app on newer Macs, users will get this error: ![356790171-9996c152-95b3-46a3-9f87-f8e82f258299](https://github.com/user-attachments/assets/122328a7-6b49-4612-957d-0e9def2d2b1d) **The reason for the error is documented here:** https://github.com/electron-userland/electron-builder/issues/8191 **Temporary workaround** Disable gatekeeper for the app with the following command: ``` xattr -c /applications/actual.app ``` **Solution** We need to sign the app **Related** https://github.com/actualbudget/actual/issues/3259 ### Where are you hosting Actual? Desktop App (Electron) ### What browsers are you seeing the problem on? Desktop App (Electron) ### Operating System Mac OSX
GiteaMirror added the electronbug labels 2026-02-28 19:40:43 -06:00
Author
Owner

@MikesGlitch commented on GitHub (Aug 22, 2024):

Will be fixed in the next release.

Working artifact: https://github.com/MikesGlitch/actual/actions/runs/10496563766

@MikesGlitch commented on GitHub (Aug 22, 2024): Will be fixed in the next release. Working artifact: https://github.com/MikesGlitch/actual/actions/runs/10496563766
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#1333