Skip to content

Installation

Binary Downloads

Download the latest pre-built binary for your platform from the GitHub Releases page.

# macOS Apple Silicon (arm64)
curl -Lo raven.tar.gz \
  https://github.com/AbdelazizMoustafa10m/Raven/releases/latest/download/raven_<VERSION>_darwin_arm64.tar.gz
tar -xzf raven.tar.gz
sudo install -m 755 raven /usr/local/bin/raven

Verify the checksum:

sha256sum -c checksums.txt --ignore-missing
# macOS Intel (amd64)
curl -Lo raven.tar.gz \
  https://github.com/AbdelazizMoustafa10m/Raven/releases/latest/download/raven_<VERSION>_darwin_amd64.tar.gz
tar -xzf raven.tar.gz
sudo install -m 755 raven /usr/local/bin/raven

Verify the checksum:

sha256sum -c checksums.txt --ignore-missing
# Linux x86-64 (amd64)
curl -Lo raven.tar.gz \
  https://github.com/AbdelazizMoustafa10m/Raven/releases/latest/download/raven_<VERSION>_linux_amd64.tar.gz
tar -xzf raven.tar.gz
sudo install -m 755 raven /usr/local/bin/raven

Verify the checksum:

sha256sum -c checksums.txt --ignore-missing
# Linux ARM64 (arm64)
curl -Lo raven.tar.gz \
  https://github.com/AbdelazizMoustafa10m/Raven/releases/latest/download/raven_<VERSION>_linux_arm64.tar.gz
tar -xzf raven.tar.gz
sudo install -m 755 raven /usr/local/bin/raven

Verify the checksum:

sha256sum -c checksums.txt --ignore-missing

Download the .zip from the GitHub Releases page.

For the best experience on Windows, consider running Raven under WSL.

From Source

Requires Go 1.24 or later.

git clone https://github.com/AbdelazizMoustafa10m/Raven.git
cd Raven
CGO_ENABLED=0 go build -o raven ./cmd/raven
sudo install -m 755 raven /usr/local/bin/raven

Homebrew (coming soon)

# Not yet available. Track https://github.com/AbdelazizMoustafa10m/Raven/issues
# brew install abdelazizmoustafa10m/tap/raven

Verify Installation

raven version