Grok Bot icon

Grok Bot 0.23.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.23.0",
  "src": {
    "url": "https://downloads.cursor.com/sand/stable/darwin-arm64/0.23.0/Grok_Bot_0.23.0.dmg",
    "sha256": "25ccab4a23248053ede5219cf243be76b90bd459e5f410b070c82d86a6d80b61"
  },
  "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"
  }
}