Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 05:05
· 28 commits to main since this release

Local multi-backend Anthropic Messages proxy for Claude Code — xAI Grok, Ollama / llama-server, OpenAI-compat (OpenRouter, …), Anthropic passthrough, advisor + web_search emulation.

Install (macOS App — Apple Silicon)

  1. Download Spock-0.2.0-darwin-arm64.zip
  2. Unzip → drag Spock.app to Applications
  3. First open: right-click → Open if Gatekeeper blocks (ad-hoc signed)
  4. Menu bar → Settings… — add backends / profiles; Login xAI… only if you use Grok OAuth

Claude Code: set ANTHROPIC_BASE_URL=http://127.0.0.1:8048

Also: Spock-0.2.0-darwin-x64.zip for Intel Macs.

CLI

Platform Asset
macOS arm64 spock-0.2.0-darwin-arm64.tar.gz
macOS x64 spock-0.2.0-darwin-x64.tar.gz
Linux x64 spock-0.2.0-linux-x64.tar.gz
Linux arm64 spock-0.2.0-linux-arm64.tar.gz
Windows x64 spock-0.2.0-windows-x64.zip
tar -xzf spock-0.2.0-darwin-arm64.tar.gz
sudo mv spock-0.2.0-darwin-arm64/spock /usr/local/bin/
spock serve

Config: ~/.config/spock/config.toml
xAI OAuth (optional): ~/.config/grok-test/auth.json · or API key / XAI_TOKEN

SHA-256: see checksums.txt.


Full Changelog: v0.1.0...v0.2.0