Hi,
I have two questions regarding Event Store for OSX.
We have not decided to terminate the OSX binaries for Event Store, there is an issue we need to resolve before publishing them, however for development purposes (which the OSX libraries are intended for) you can use the docker image.
The binaries you see in the download section of Event Store labelled with the Mono is where the Mono runtime has not been embedded in the package and you are required to have Mono installed to run that particular Event Store package using something along the lines of
mono EventStore.ClusterNode.exe
whereas the versions that have Mono embedded you don't have to have Mono installed and can download and run Event Store using
./eventstored
Thanks for the response.
Any update on MacOS binaries for Eventstore 4? @pgermishuys
Hi @drozzy, we should have them back soon as part of #1710. I successfully have everything building and running on OS X now, and am adding OS X targets for CI shortly.
We are currently looking at moving from 3.9.x to 4.x, but not having an OSX package for dev is painful. Any progress on this? @pgermishuys
@rickardoberg yes, we're going to have OS X downloads available for the next release of EventStore. Not sure yet if we will have self-contained binaries (we need to test), in the worst case it'll require an installation of mono.
And @jen20 and I plan to resurrect Homebrew packages soon!
Most helpful comment
Hi @drozzy, we should have them back soon as part of #1710. I successfully have everything building and running on OS X now, and am adding OS X targets for CI shortly.