context-engine

Download

Choose the archive matching your operating system and CPU architecture. Release archives are published from the tagged release workflow.

macOS x64

context-engine-x86_64-apple-darwin.tar.gz

Download macOS x64

macOS arm64

context-engine-aarch64-apple-darwin.tar.gz

Download macOS arm64

Linux x64

context-engine-x86_64-unknown-linux-gnu.tar.gz

Download Linux x64

Windows x64

context-engine-x86_64-pc-windows-msvc.zip

Download Windows x64

Verify your download

Download the release checksum manifest, then compare the SHA-256 entry for your archive before extracting it.

Download SHA256SUMS
# macOS
shasum -a 256 <archive>

# Linux
sha256sum <archive>

# Windows PowerShell
Get-FileHash <archive> -Algorithm SHA256

Verify your license

export CONTEXT_ENGINE_API_KEY="<your key>"
context-engine license-check

Next: read the quickstart.