Download CAI Benchmark

Free. No account. No telemetry. One executable per platform.

Latest release: v2.0.0 · methodology CAI v1.0

🪟 Windows

Windows 10 / 11, x64

CAI_Benchmark_GUI.exe · CAI_Benchmark_CLI.exe

⬇  Download for Windows
🐧 Linux

x86_64 · mainstream distros

cai_benchmark_gui · cai_benchmark_cli

⬇  Download for Linux

Quickstart

Three scores. One command.

--quick gives a fast first pass in minutes; the full default suite takes substantially longer because it replays complete inference traces — that depth is the point.

1 · Run as administrator / root

Cache clearing — required for valid storage numbers — needs elevated privileges. On Windows: right-click → Run as administrator. On Linux: sudo ./cai_benchmark_cli --all.

2 · Choose your suite

CAI_Benchmark_CLI --all            # full suite (storage + memory)
CAI_Benchmark_CLI --storage        # storage workloads only
CAI_Benchmark_CLI --memory         # memory workloads only
CAI_Benchmark_CLI --quick          # faster pass, fewer runs

3 · Read your results

Three scores on screen; full per-metric detail exported with --json results.json and --xlsx report.xlsx.

Integrity

Verify your download

Every release ships with a SHA256SUMS.txt on the GitHub releases page.

# Windows (PowerShell)
Get-FileHash .\CAI_Benchmark_GUI.exe -Algorithm SHA256

# Linux
sha256sum -c SHA256SUMS.txt
SHA-256 checksums on every artifact Built from tagged commits Release notes per version