Here is the binary for Zahak 3.0 for M1: https://github.com/amanjpro/zahak/relea ... -arm64-3.0
M1 Apple Silicon for Chess?
Moderator: Ras
-
- Posts: 883
- Joined: Sat Mar 13, 2021 1:47 am
- Full name: Amanj Sherwany
Re: M1 Apple Silicon for Chess?
-
- Posts: 1562
- Joined: Sat Feb 06, 2021 8:06 am
- Full name: Alex Morales
Re: M1 Apple Silicon for Chess?
Thank you, but it doesn't start on Mac mini M1 + Banksiagui , also tried making it executable with chmod +xamanjpro wrote: ↑Sun May 23, 2021 2:32 pmHere is the binary for Zahak 3.0 for M1: https://github.com/amanjpro/zahak/relea ... -arm64-3.0
Chess engines and dedicated chess computers fan since 1981
macOS Sequoia 16GB-512GB, Windows 11 & Ubuntu ARM64.
ProteusSF Dev Forum

ProteusSF Dev Forum
-
- Posts: 883
- Joined: Sat Mar 13, 2021 1:47 am
- Full name: Amanj Sherwany
Re: M1 Apple Silicon for Chess?
I tried it myself and it worked. Can you tell me what is the problem with it? what happens if you run it in the Terminal?AlexChess wrote: ↑Sun May 23, 2021 3:35 pmThank you, but it doesn't start on Mac mini M1 + Banksiagui , also tried making it executable with chmod +xamanjpro wrote: ↑Sun May 23, 2021 2:32 pmHere is the binary for Zahak 3.0 for M1: https://github.com/amanjpro/zahak/relea ... -arm64-3.0
-
- Posts: 1562
- Joined: Sat Feb 06, 2021 8:06 am
- Full name: Alex Morales
Re: M1 Apple Silicon for Chess?
I know that is a false positive, but it says that it can't verify if there is malware inside (I don't have an antivirus that could interfere) and BanksiaGui doesn't import it


Regards, AlexChess



Regards, AlexChess
Chess engines and dedicated chess computers fan since 1981
macOS Sequoia 16GB-512GB, Windows 11 & Ubuntu ARM64.
ProteusSF Dev Forum

ProteusSF Dev Forum
-
- Posts: 883
- Joined: Sat Mar 13, 2021 1:47 am
- Full name: Amanj Sherwany
Re: M1 Apple Silicon for Chess?
Oh, that... this is the new Mac OS security policy, basically my executable is unsigned (like almost all open source projects), to feel safe you can actually build the binary yourself running:
It will create the binary in the bin folder. You will need go compiler installed for the above to work
Code: Select all
$ git clone git@github.com:amanjpro/zahak.git
$ cd zahak
$ git checkout 3.0
$ make
-
- Posts: 86
- Joined: Tue Jun 11, 2013 1:14 am
Re: M1 Apple Silicon for Chess?
For those who like to experiment with different nets I built slim versions of the stockfish family for apple-silicon (M1)...plus two updates of the family (corchess-1.4 and fairy-stockfish-13.1):
https://acepoint.de/slim-stockfish/
Ciao
acepoint
https://acepoint.de/slim-stockfish/
Ciao
acepoint
Last edited by acepoint_de on Sun May 23, 2021 5:32 pm, edited 1 time in total.
-
- Posts: 1562
- Joined: Sat Feb 06, 2021 8:06 am
- Full name: Alex Morales
Re: M1 Apple Silicon for Chess?
Warning: Permanently added 'github.com,140.82.121.3' (RSA) to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
OK, I wait your fix
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
OK, I wait your fix

Chess engines and dedicated chess computers fan since 1981
macOS Sequoia 16GB-512GB, Windows 11 & Ubuntu ARM64.
ProteusSF Dev Forum

ProteusSF Dev Forum
-
- Posts: 1562
- Joined: Sat Feb 06, 2021 8:06 am
- Full name: Alex Morales
Re: M1 Apple Silicon for Chess?
Thank you!acepoint_de wrote: ↑Sun May 23, 2021 5:29 pm For those who like to experiment with different nets I built slim versions of the stockfish family for apple-silicon (M1)...
https://acepoint.de/slim-stockfish/
Ciao
acepoint
PS: Clover 2.3.1 starts fine but always crashes during games.
PS: PS: Sorry if I ask it again... But the 5 MikeB's 13.1b engines still have fragmentation issues?

Regards, AlexChess
Chess engines and dedicated chess computers fan since 1981
macOS Sequoia 16GB-512GB, Windows 11 & Ubuntu ARM64.
ProteusSF Dev Forum

ProteusSF Dev Forum
-
- Posts: 86
- Joined: Tue Jun 11, 2013 1:14 am
Re: M1 Apple Silicon for Chess?
Logfile? Error messages? Reproducable? Without more Information neither the author nor I can do anything.
Are you sure you have the new versions from https://acepoint.de/more-honey/ ? I just downloaded and runPS: PS: Sorry if I ask it again... But the 5 MikeB's 13.1b engines still have fragmentation issues?![]()
Code: Select all
./Black-Diamond-v13.1 bench
Ciao
acepoint
-
- Posts: 1562
- Joined: Sat Feb 06, 2021 8:06 am
- Full name: Alex Morales
Re: M1 Apple Silicon for Chess?
Sorry, was due to my Mac mini M1, I have found re-enabled the option to block the downloads of applications outside App Store (sudo spctl --master-disable) , but I don't know why all the other engines were working and your notamanjpro wrote: ↑Sun May 23, 2021 4:52 pm Oh, that... this is the new Mac OS security policy, basically my executable is unsigned (like almost all open source projects), to feel safe you can actually build the binary yourself running:
It will create the binary in the bin folder. You will need go compiler installed for the above to workCode: Select all
$ git clone git@github.com:amanjpro/zahak.git $ cd zahak $ git checkout 3.0 $ make

Chess engines and dedicated chess computers fan since 1981
macOS Sequoia 16GB-512GB, Windows 11 & Ubuntu ARM64.
ProteusSF Dev Forum

ProteusSF Dev Forum