Glaze icon

Glaze 0.11.1,3930e90a46

Create desktop apps by chatting with AI

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    raycast-glaze # Glaze
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    raycast-glaze # Glaze
  ];
}

Package Definition

{
  "pname": "raycast-glaze",
  "version": "0.11.1,3930e90a46",
  "src": {
    "url": "https://glaze.raycast-releases.com/Glaze_0.11.1_CI_Production_3930e90a46_arm64.dmg",
    "sha256": "4ce96adbb9ef5db95fbcf6b411d60433260863a847e4ae4097fd883e05302231"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Glaze.app\" && cp -r \"Glaze.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Create desktop apps by chatting with AI",
    "homepage": "https://www.glaze.app/"
  }
}