Download Binary
Download a pre-built binary for your platform.
2 minute read
Following the Getting Started tutorial?
Use the Getting Started setup page instead. This how-to page downloads only the drasi-server binary, whereas the tutorial setup page also downloads the example files (used from Step 2 onward) and the drasi-sse-cli binary (required in Steps 5 and 6).
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. The exact version depends on which release of Drasi Server you have installed, so the number below is only an example. The latest release is always available from the Drasi Server releases page.
drasi-server 0.2.1
rustc: rustc 1.88.0 (6b00bc388 2025-06-23)
plugin-sdk: 0.9.1
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.