Grok Bot icon

Grok Bot 0.43.0

AI teammates that work across your apps and tools

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    grok-bot # Grok Bot
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    grok-bot # Grok Bot
  ];
}

Package Definition

{
  "pname": "grok-bot",
  "version": "0.43.0",
  "src": {
    "url": "https://downloads.cursor.com/sand/stable/darwin-arm64/0.43.0/Grok_Bot_0.43.0.dmg",
    "sha256": "2c0df0645800a6c7f82b7b8cab3446581cf5d621beffe21a367ce8c877626c5d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Grok Bot.app\" && cp -r \"Grok Bot.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "AI teammates that work across your apps and tools",
    "homepage": "https://x.ai/bot"
  }
}