GCB Runner
Run the Great Commission Benchmark locally on any AI model
Test Any Model, Anywhere
The GCB Runner is the official command-line tool for running the Great Commission Benchmark on your own infrastructure. Perfect for testing local models, fine-tuned models, or models not available through the platform.
Video coming soon
curl -fsSL https://greatcommissionbenchmark.ai/install.sh | bashThis installer will:
- Detect your Mac type (Apple Silicon or Intel)
- Download and verify the latest GCB Runner
- Handle macOS security settings automatically
- Install to your PATH for easy access
Works on Apple Silicon (M1/M2/M3/M4) Macs.
Manual DownloadDownload the standalone executable directly
Manual installation steps
After downloading:
- Open Terminal and navigate to your Downloads folder:
cd ~/Downloads - Remove macOS quarantine and make executable:
xattr -d com.apple.quarantine gcb-runner-macos-arm64 && chmod +x gcb-runner-macos-arm64 - Move to your PATH (optional):
sudo mv gcb-runner-macos-arm64 /usr/local/bin/gcb-runner - Run the tool:
gcb-runner
Verify downloads using SHA256 hashes from manifest.json
For developers who want to run from source, contribute, or customize the runner:
git clone https://github.com/GospelAmbition/gcb-runner.gitcd gcb-runnerpip install -e ".[dev]"gcb-runnerFeatures
Test models running on LM Studio, Ollama, or any OpenAI-compatible endpoint. Perfect for fine-tuned models or private deployments.
Connect to OpenRouter, OpenAI, or Anthropic APIs directly. Access 100+ models with your own API keys and usage limits.
View results in a local web dashboard. Generate HTML reports, compare runs, and analyze performance before submitting.
Upload verified results to the platform leaderboard. Submissions are reviewed by moderators to ensure benchmark integrity.
gcb-runnergcb-runner config # Set up API keysgcb-runner test --model gpt-4o --backend openrouter # Run benchmarkgcb-runner view # Open dashboardgcb-runner export # Export results