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?