Download Binary
Download a pre-built binary for your platform.
less than a minute
Download the appropriate binary for your platform:
mkdir -p bin
curl -fsSL https://github.com/drasi-project/drasi-server/releases/latest/download/drasi-server-aarch64-apple-darwin -o bin/drasi-server
chmod +x bin/drasi-servermkdir -p bin
curl -fsSL https://github.com/drasi-project/drasi-server/releases/latest/download/drasi-server-x86_64-apple-darwin -o bin/drasi-server
chmod +x bin/drasi-servermkdir -p bin
curl -fsSL https://github.com/drasi-project/drasi-server/releases/latest/download/drasi-server-x86_64-linux-gnu -o bin/drasi-server
chmod +x bin/drasi-servermkdir -p bin
curl -fsSL https://github.com/drasi-project/drasi-server/releases/latest/download/drasi-server-aarch64-linux-gnu -o bin/drasi-server
chmod +x bin/drasi-serverapk add --no-cache libstdc++ libgcc
mkdir -p bin
curl -fsSL https://github.com/drasi-project/drasi-server/releases/latest/download/drasi-server-x86_64-linux-musl -o bin/drasi-server
chmod +x bin/drasi-serverapk add --no-cache libstdc++ libgcc
mkdir -p bin
curl -fsSL https://github.com/drasi-project/drasi-server/releases/latest/download/drasi-server-aarch64-linux-musl -o bin/drasi-server
chmod +x bin/drasi-serverNew-Item -ItemType Directory -Force -Path bin
Invoke-WebRequest -Uri "https://github.com/drasi-project/drasi-server/releases/latest/download/drasi-server-x86_64-windows.exe" -OutFile "bin\drasi-server.exe"Verify the Download
Verify the binary works:
./bin/drasi-server --version
You should see output showing the version number, for example:
drasi-server 0.1.0
Feedback
Was this page helpful?
Glad to hear it! Please tell us what you found helpful.
Sorry to hear that. Please tell us how we can improve.