EverestQ Engine v0.1.0 Download Center

Install EverestQ Engine

Production binaries compiled for Windows, Linux, macOS, and Docker containers with verified SHA256 checksums.

Windows (x64)

eq.exe

Standalone 64-bit Windows executable with CUDA & CPU acceleration.

PowerShellpowershell
powershell -Command "iwr https://engine.everestqai.com/install.ps1 -useb | iex"
SHA256: 89a42f...c3710

Linux (x64 / ARM64)

eq

Linux binary for Ubuntu/Debian/RHEL with systemd service installation.

Bashbash
curl -fsSL https://engine.everestqai.com/install.sh | sh
SHA256: 41b9d2...e8421

Docker Container

OCI Image

Official GPU-accelerated Docker container for Kubernetes and cloud worker nodes.

Docker CLIbash
docker pull everestq/engine:latest
docker run -d --gpus all -p 11434:11434 everestq/engine:latest
Image: everestq/engine:v0.1.0