I was thinking about buying a m2 MacBook pro this year.
I definitely would like to run stockfish for analysis occasionally and some engine vs engine matches.
What are my best options (to use m2 at full potential)?
Fritz ever decide to support Macbook pro (M chip series)?
Gui that support UCI engines (like stockfish) on mac
Moderator: Ras
-
h1a8
- Posts: 518
- Joined: Fri Jun 04, 2010 7:23 am
-
Modern Times
- Posts: 3759
- Joined: Thu Jun 07, 2012 11:02 pm
Re: Gui that support UCI engines (like stockfish) on mac
Probably Banksia is the best choice (free). Or perhaps look at Hiarcs Chess Explorer if their Mac version runs nicely on M2.
-
h1a8
- Posts: 518
- Joined: Fri Jun 04, 2010 7:23 am
Re: Gui that support UCI engines (like stockfish) on mac
So with Hiarcs I can download stockfish UCI from website and install it on macbook (Intel version)?Modern Times wrote: ↑Tue Nov 15, 2022 6:07 am Probably Banksia is the best choice (free). Or perhaps look at Hiarcs Chess Explorer if their Mac version runs nicely on M2.
-
Dariusz
- Posts: 379
- Joined: Sat Jun 13, 2015 10:08 am
- Location: Poland
- Full name: Dariusz Domagała
Re: Gui that support UCI engines (like stockfish) on mac
Yes, You can download yourself Stockifish from the official site and use it in Hiarcs Chess Explorer or Hiarcs Chess Explorer Pro without any problems.h1a8 wrote: ↑Tue Nov 15, 2022 7:15 amSo with Hiarcs I can download stockfish UCI from website and install it on macbook (Intel version)?Modern Times wrote: ↑Tue Nov 15, 2022 6:07 am Probably Banksia is the best choice (free). Or perhaps look at Hiarcs Chess Explorer if their Mac version runs nicely on M2.
Last edited by Dariusz on Tue Nov 15, 2022 10:32 am, edited 1 time in total.
Regards, Darius
https://chessengeria.eu
https://chessengeria.eu
-
Dariusz
- Posts: 379
- Joined: Sat Jun 13, 2015 10:08 am
- Location: Poland
- Full name: Dariusz Domagała
Re: Gui that support UCI engines (like stockfish) on mac
MacBook Pro is a good choice for chess.h1a8 wrote: ↑Tue Nov 15, 2022 12:41 am I was thinking about buying a m2 MacBook pro this year.
I definitely would like to run stockfish for analysis occasionally and some engine vs engine matches.
What are my best options (to use m2 at full potential)?
Fritz ever decide to support Macbook pro (M chip series)?
I am a Mac user with the M1 processor.
I invite you to read the article on my site about Mac chess software.
https://www.chessengeria.com/post/tools ... rkshop-mac
In my opinion, it is unlikely that ChessBase (developer of the Fritz program) will decide to support Mac's in the near future.
If you care to use Windows software (such as Fritz) on a Mac, you can do so quite comfortably. Details in the article: https://www.chessengeria.com/post/mac-a ... -one-house
Regards, Darius
https://chessengeria.eu
https://chessengeria.eu
-
Magnum
- Posts: 195
- Joined: Thu Feb 04, 2021 10:24 pm
- Full name: Arnold Magnum
Re: Gui that support UCI engines (like stockfish) on mac
I can tell you that the M1 MAX is a big fun.h1a8 wrote: ↑Tue Nov 15, 2022 12:41 am I was thinking about buying a m2 MacBook pro this year.
I definitely would like to run stockfish for analysis occasionally and some engine vs engine matches.
What are my best options (to use m2 at full potential)?
Fritz ever decide to support Macbook pro (M chip series)?
BanksiaGUI is the best.
Of course Stockfish can be used.
LC0 can be used too
You can do the infinite analysis or the much better ECA.
Engine vs engine matches, tournaments are great with lots of informations.
To run testsuites is also possible.
It's very simple to download all 3 to 7 syzygy endgame tablebases.
I've tested "Battle vs Chess", the newest Fritz GUI, newest ChessBase GUI, newest ChessOK Aquarium GUI and other GUIs too and all works fine.
Parallels Desktop with Windows 11 for ARM is great.
CrossOver is great too.
Rosetta 2 is amazing.
Newest macOS Ventura
Other Apple apps but not macOS apps works fine too.
Linux works too.
-
hgm
- Posts: 28404
- Joined: Fri Mar 10, 2006 10:06 am
- Location: Amsterdam
- Full name: H G Muller
Re: Gui that support UCI engines (like stockfish) on mac
XBoard is available for Mac. There even is a special OSX app bundle for it.
-
Werewolf
- Posts: 2054
- Joined: Thu Sep 18, 2008 10:24 pm
Re: Gui that support UCI engines (like stockfish) on mac
Really? He's buying an M2 Mac, doesn't he need to compile it himself with Homebrew?Dariusz wrote: ↑Tue Nov 15, 2022 10:26 amYes, You can download yourself Stockifish from the official site and use it in Hiarcs Chess Explorer or Hiarcs Chess Explorer Pro without any problems.h1a8 wrote: ↑Tue Nov 15, 2022 7:15 amSo with Hiarcs I can download stockfish UCI from website and install it on macbook (Intel version)?Modern Times wrote: ↑Tue Nov 15, 2022 6:07 am Probably Banksia is the best choice (free). Or perhaps look at Hiarcs Chess Explorer if their Mac version runs nicely on M2.
-
Hai
- Posts: 705
- Joined: Sun Aug 04, 2013 1:19 pm
-
Hai
- Posts: 705
- Joined: Sun Aug 04, 2013 1:19 pm
Re: Gui that support UCI engines (like stockfish) on mac
He can use Homebrew or much better compile himself - much faster Stockfish.Werewolf wrote: ↑Tue Nov 15, 2022 10:03 pmReally? He's buying an M2 Mac, doesn't he need to compile it himself with Homebrew?Dariusz wrote: ↑Tue Nov 15, 2022 10:26 amYes, You can download yourself Stockifish from the official site and use it in Hiarcs Chess Explorer or Hiarcs Chess Explorer Pro without any problems.h1a8 wrote: ↑Tue Nov 15, 2022 7:15 amSo with Hiarcs I can download stockfish UCI from website and install it on macbook (Intel version)?Modern Times wrote: ↑Tue Nov 15, 2022 6:07 am Probably Banksia is the best choice (free). Or perhaps look at Hiarcs Chess Explorer if their Mac version runs nicely on M2.
Compile himself means:
1. Click on Stockfish Code and download https://github.com/official-stockfish/Stockfish
2.Open Finder, click on downloads and push it from downloads to your user name (the house image).
3. Open Terminal and copy and paste:
cd /Users/my/Stockfish-master/src
(my is your user name)
click enter
then
make -j profile-build COMP=clang ARCH=apple-silicon
click enter
then
./stockfish compiler
click enter
then
make strip
click enter
4. Push Stockfish into BanksiaGUI.
I think he can do it within 10 seconds.