grokers v0.1.0 — BYOK out of the box
grokers v0.1.0
The grok-build harness, unshackled: bring your own models — Anthropic, OpenAI, or a local LLM — and pay for exactly the tokens you use.
Verified in this release (real runs, not promises)
- Boots with zero xAI credentials: empty config → local ollama model completes turns (single-turn
-pand full TUI). - Real coding loop on a local model: file create + read-back + shell verify with
qwen3.5:9bend-to-end. - Anthropic Messages
x-api-keyfix — upstream sendsBearerfor every backend; Claude BYOK would 401 without this. - Baked BYOK model catalog (local qwen default; Claude/GPT in the picker),
auto_update = falsein all profiles so the upstream updater can't replace your binary.
Install
curl -fsSL https://raw.githubusercontent.com/codingmydna/grokers/main/install.sh | bashmacOS arm64 asset attached; other platforms build from source.
Fork of xai-org/grok-build @ b189869 (Apache-2.0). Independent community project, not affiliated with xAI.