Buzz icon

Buzz 0.5.11

Workspace for humans and AI agents

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "block-buzz",
  "version": "0.5.11",
  "src": {
    "url": "https://github.com/block/buzz/releases/download/desktop-v0.5.11/Buzz_0.5.11_aarch64.dmg",
    "sha256": "97074433763b878eb13fa2db6d456bc4735161c6a46c88e79f5d8fadfb3e734a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Buzz.app\" && cp -r \"Buzz.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Workspace for humans and AI agents",
    "homepage": "https://github.com/block/buzz"
  }
}