Goose icon

Goose 1.3.0

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.3.0",
  "src": {
    "url": "https://github.com/block/goose/releases/download/v1.3.0/Goose.zip",
    "sha256": "8dca9910de13353e30a646e033c78aac18b317fae44a9055ca7e15a9a88d740c"
  },
  "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/"
  }
}