Grok Bot icon

Grok Bot 0.27.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.27.0",
  "src": {
    "url": "https://downloads.cursor.com/sand/stable/darwin-arm64/0.27.0/Grok_Bot_0.27.0.dmg",
    "sha256": "1dc4cce3bb8ce35e90c481f8fb1d27ddfe351685b9abbed7638298742ec5d866"
  },
  "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"
  }
}