NEW ‐ FAQ (under construction) - xcist/documentation GitHub Wiki
Does CatSim work on an Apple M1/M2/M3 computer?
The pre-compiled lib_catsim_macos.so is for Apple x86_64 (Intel CPU). For the Apple M1/M2/M3, you will need to compile the library on your M1/M2/M3 computer. You can do so by using the MakeMacOS makefile in the gecatsim/clib_build directory. Remove the "-msse" option to the gcc command when compiling on your M1/M2/M3 computer. Make sure you are using the "gcc" compiler and not the default "clang" compiler on the Mac OS.
I'm having issues using this with Anaconda on an MacBook.