We need your help!
Operating the Pale Moon servers, sites, domains, and getting certificates, code signing and more isn't free (or cheap).
Unfortunately there has been a pretty sharp downward trend in what DuckDuckGo's search partnership provides to the project, so now more than ever, we rely heavily on your generous contributions and donations.

If you find Pale Moon in any way useful, please consider one or more of the following options to help out:
  1. Donating to the project directly through PayPal or Ko-fi.
  2. Purchasing challenge coins.
  3. Setting your search engine to the included DuckDuckGo and disabling your ad blocker on the DuckDuckGo domain (so they can show sponsored results).

Doing so will go a long way to make sure we can stay afloat and independent! In addition, Moonchild would still like to pay rent and eat ;)

Running Pale Moon ARM64 in MBA M1 says PM is damaged

Discussions for the Apple Mac OS builds of Pale Moon

Moderator: dbsoft

Forum rules
Important note:
The old Mac OS versions of Pale Moon were provided by various people and not official or in any way organized. Please make sure you check the date of topic threads to know if the topic is current or relevant! We are using this board for both old discussions and new development of Pale Moon on Mac.

Any specific bugs you find that don't have their own topic yet: please make a new topic; one bug per topic please to keep things organized.
User avatar
cehahe5692
New to the forum
New to the forum
Posts: 2
Joined: 2023-11-01, 02:38

Running Pale Moon ARM64 in MBA M1 says PM is damaged

Unread post by cehahe5692 » 2023-11-02, 18:03

Hi! I have PM in my Windows desktop and it works great! Now i noticed that PM for ARM64 has been released so i would like to try it in my MBA M1, but when I tried to install and run it, it says PM is damaged.

My question is, is there something i need to do to make PM work with my MBA M1?

dbsoft
Project Contributor
Project Contributor
Posts: 377
Joined: 2020-02-21, 17:35

Re: Running Pale Moon ARM64 in MBA M1 says PM is damaged

Unread post by dbsoft » 2023-11-04, 23:44

That is what I develop it on, it should work... which MacOS version are you on?

User avatar
Bravotic
Newbie
Newbie
Posts: 3
Joined: 2022-08-28, 19:05

Re: Running Pale Moon ARM64 in MBA M1 says PM is damaged

Unread post by Bravotic » 2023-11-11, 23:08

The reason that is happening is probably because the quarantine flag is set on the app bundle. I have no idea why this happens but it happens to Pale Moon and Librewolf on my system. Randomly stopped happening to after the latest update tho, so it might just take time for the system to get used to it.

You can run

Code: Select all

xattr -d com.apple.quarantine /Applications/Pale\ Moon.app/
in the terminal to allow it to run. Alternatively you could run the x86_64 release through Rosetta 2, that one always works for me, but its not optimal.

dbsoft
Project Contributor
Project Contributor
Posts: 377
Joined: 2020-02-21, 17:35

Re: Running Pale Moon ARM64 in MBA M1 says PM is damaged

Unread post by dbsoft » 2023-11-12, 19:33

Bravotic wrote:
2023-11-11, 23:08
You can run

Code: Select all

xattr -d com.apple.quarantine /Applications/Pale\ Moon.app/
in the terminal to allow it to run. Alternatively you could run the x86_64 release through Rosetta 2, that one always works for me, but its not optimal.
That shouldn't be necessary since the ARM64 builds are signed... I did however start getting a weird message during my builds... suggesting the assembler files are built for 13.3 despite using the 11.3 SDK. On ARM I use the clang integrated assembler, so maybe I need to pass the MacOS target version to it.

I however don't have 11 or 12 installed anymore. I have 14 on the internal disk and 13 on an external one. So those are the only versions I currently test with. If people are having problems with older MacOS versions I might have to pick up another external disk and install 11 on it.

Post Reply