kerberos-io / agent

An open and scalable video surveillance system for anyone making this world a better and more peaceful place.
https://kerberos.io
MIT License
642 stars 78 forks source link

Binary for Mac and Windows ? #86

Closed gedw99 closed 7 months ago

gedw99 commented 1 year ago

As per https://github.com/kerberos-io/agent/tree/master/deployments/binary it seens that it’s possible to support releases of desktop binaries.

would be nice for quick setups

gedw99 commented 1 year ago

Joy uses ffmpeg . Building for desktops is possible. Other way I have used with joy is for the binaries to not be linked but placed next to the other binaries.

Mongodb seems to be the other FRP which is not statically linked and so not problem

cedricve commented 1 year ago

For the Kerberos Agent, MongoDB is not used. Only hard requirement now is FFMpeg. Our preferred way to run on OSX or Windows, is to use the Docker image.

cedricve commented 7 months ago

Will close for now, might need to be revisited. Like the idea @gedw99