Operating System binaries support

Dgraph provides binaries for various operating systems here.

But here I found some documentation saying:

Dgraph is designed to run on Linux. As of release v21.03, Dgraph no longer supports installation on Windows or macOS. To run Dgraph on Windows and macOS, use the standalone Docker image.

One of the reasons I’m thinking of using Dgraph is to have the option to bundle a binary into an app to be used on the end user’s machine. Is that not a recommended use-case?

You can build your own binaries in your pipeline. But keep in mind that we don’t support those OSes anymore. This means we won’t add engineers to support specific cases of OS. But if you willing to support it, feel free to build it. Any golang app can be built in any OS.

That’s good to know. Thanks @MichelDiz