Grok Build goes open source — and drops usage limits

By: Anton Kratiuk | today, 11:15
Grok Build goes open source — and drops usage limits

If you've been hitting rate limits on Grok Build, that changes now. xAI announced on July 15–16 that it has open-sourced the Grok Build CLI under an Apache 2.0 license and removed all usage restrictions for Grok users. The timing is notable: the release follows a privacy incident in early beta where the tool uploaded unredacted repository secrets to xAI servers — an episode the company says it has addressed.

The tool

Grok Build is a command-line AI agent built for developers who live in the terminal. It reads your repository's configuration automatically, understands project context, and can handle substantial tasks — writing game logic, wiring up complex plugins, refactoring across files. The source code is now on GitHub, and a local-first config via `config.toml` is supported, meaning you can run inference without data leaving your machine — in theory.

The "open source" label deserves a closer look. xAI frames the release as "verification infrastructure" — you can read and audit the code, but external pull requests are explicitly rejected and GitHub issues are disabled. There's no path for community-driven bug fixes. It's source transparency, not community governance.

The pitch vs. the competition

GitHub Copilot's free tier caps users at 2,000 monthly completions and 50 chat requests. Unlimited Grok Build access is a direct shot at that ceiling — and at the broader argument that useful AI coding tools require a paid subscription. Codeium and Continue already offer unlimited free alternatives, so xAI isn't alone here, but the Grok 4.5 model powering Build adds a competitive angle.

Grok 4.5 ranks first on the July 2026 Long-Horizon Terminal-Bench (0.505 mean reward), a benchmark testing a model's ability to plan and execute long command sequences without losing context. It places fourth on DeepSWE 1.1, a repo-level coding task suite where Claude holds the edge. For cost-sensitive teams, the $2/$6 input/output pricing still undercuts most frontier alternatives regardless of where the benchmarks land.

The privacy question

The trust story is unresolved. During early beta, Grok Build transmitted unredacted secrets from private repositories. xAI pledged deletion — per explainx.ai's analysis, zero-data-retention was disabled by default until July 12 — but no independent audit has confirmed the deletion was completed. The open-source release lets developers inspect the agent loop, which is more than most competitors offer. Whether that's enough reassurance depends on what you're running through it.

For developers already on Grok, the removal of usage caps is the most immediately useful part of this announcement. The benchmarks are encouraging, the pricing is competitive, and the code is now readable. The community governance gap is a real limitation — but for solo developers and small teams, it probably doesn't matter much day to day.