Download Binary

Download a pre-built binary for your platform.

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-server
mkdir -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-server
mkdir -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-server
mkdir -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-server
apk 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-server
apk 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-server
New-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