Skip to content

Releases: roohcode/grok-for-openclaw

v1.1 - Repair & Update Mode

12 Feb 10:52

Choose a tag to compare

🚀 v1.1 Update

This release introduces a Smart Repair/Update Mode for the installer.

What's New

  • Preserve Settings: If an existing xAI installation is found, you can now choose to Update/Repair without re-entering your API key or re-selecting a default model.
  • Cleaner UX: The installer now presents a clear menu:
    1. Update / Repair (Recommended for fixes/upgrades)
    2. Reinstall (Clean slate)
    3. Cancel

Changed Files

  • install.sh: Added logic to read existing config, extract API key/model, and offer the new menu options.

How to Update

cd grok-for-openclaw
git pull
./install.sh

v1.0 Stable

11 Feb 19:57

Choose a tag to compare

🦞 Grok for OpenClaw v1.0 Stable

First stable release. Adds xAI Grok support to OpenClaw.

Features

  • One-click installer with API key validation
  • Auto-detects available Grok models from your account
  • All 8 Grok models supported (Grok 2 → Grok 4.1)
  • Security-hardened scripts (hidden key input, process-safe API calls)
  • Clean uninstaller with automatic fallback

Install

git clone https://github.com/roohcode/grok-for-openclaw.git
cd grok-for-openclaw
./install.sh

By ROOH