Goose icon

Goose 1.0.31

Open source, extensible AI agent that goes beyond code suggestions

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    block-goose # Goose
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    block-goose # Goose
  ];
}

Package Definition

{
  "pname": "block-goose",
  "version": "1.0.31",
  "src": {
    "url": "https://github.com/block/goose/releases/download/v1.0.31/Goose.zip",
    "sha256": "8f2bd136b6b4f037d0fbfffa0d9121f7b269b8fea62ac943b14e437adcaa9f8d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Goose.app\" && cp -r \"Goose.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Open source, extensible AI agent that goes beyond code suggestions",
    "homepage": "https://block.github.io/goose/"
  }
}