Grok Bot icon

Grok Bot 0.24.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.24.0",
  "src": {
    "url": "https://downloads.cursor.com/sand/stable/darwin-arm64/0.24.0/Grok_Bot_0.24.0.dmg",
    "sha256": "255873da42d2f19b27d7f34cdfb5b058002095ade883d8b321d6494f3cf6c615"
  },
  "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"
  }
}