jdrouet/mrml

Any plans to release the CLI as compiled binaries?

brunoarueira opened this issue ยท 8 comments

Hello, great work here!

Are there any plans to offer releases of the CLI as compiled binaries? Like other OSS projects with binaries for x86_64, musl and others?

Thanks,

@brunoarueira thanks for asking. I can do that if needed. What would be your requirements?

@jdrouet My requirements is to download the CLI on a container based on alpine and/or debian, to use with ruby applications for now since it's more faster than the oficial one.

Thanks in advance,

You might loose the speed advantage if you call it from a ruby app. I'd encourage you to take a look at Catapulte.
I'll see what I can do for the binary ๐Ÿ˜‰

๐Ÿ‘ for the standalone binaries

These can also be embedded into e.g rubygems and not have any external dependencies there.