M1 Macbook Air not Opening #67
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I recently tried creating a custom RustDesk Client for my Mac, and for some reason, the application won't open. I tried signing the app, but it still won't open. I will click the application, but nothing happens. Does anyone have any idea why I am experiencing this issue? It works perfectly fine on Windows, just not MacOS.
I'm not sure about MacOS. My generator signs all the Windows clients, but I do not have a developer license for Apple. It probably won't work to sign the dmg file since the files inside would also need to be signed. There must be some settings to allow unsigned programs to run, but I don't own a MacOS computer to test it with. You can try a separate fork of my generator that will generate signed MacOS clients:
https://creator.nas86.eu/
The creator of that fork uses his Apple developer license to sign the files in the MacOS client. See if that will work for you.
@bryangerlach I just tried using that generator but it keeps saying the generator failed. What should I do?
I guess you can look into running unsigned code. There must be a way to allow unsigned code to run on MacOS. I have no idea.
Open a Mac app from an unknown developer
On your Mac, choose Apple menu > System Settings, then click Privacy & Security in the sidebar. (You may need to scroll down.) ...
Go to Security, then click Open.
Click Open Anyway. ...
Enter your login password, then click OK
Hello again I sent the mac version to a friend of mine for testing (because I dont own a mac). He said th file is damaged.

I only see two errors in the last successfull build, could that be the problem?
He knows how run unsigned code/applications, but he says its damaged
https://github.com/Draakoor/rdgen/actions/runs/14539959734
There app is not signed
https://github.com/VenimK/creator/actions/runs/14547040510/job/40813793852
Is there any update on this to work with a Mac?
I get this error when trying it to run on a macbook m1 max pro,
The system tells me the file is damaged, client is fresh compiled.
You have the wrong build .....
Or you need to apply in the settings, DO open Anyway
Same here: I am getting the error that the image is damaged when trying to start it under MacOS. I tried nightly build and 140.
I have also activated that apps are allowed from App Store and known developers, like in the screenshot of @VenimK
So I guess the app is really damaged and not a problem of permissions oder signing.
Same problem apliacation damaged
can you try this in terminal
xattr -cr "yourrustdesk.app"
edit
if this was your build
https://github.com/bryangerlach/rdgen/actions/runs/19017906263
that app won 't work under M1 or so