Plaud icon

Plaud 1.1.2

AI note-taking for online meetings, phone calls, and in-person conversations

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    plaud # Plaud
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    plaud # Plaud
  ];
}

Package Definition

{
  "pname": "plaud",
  "version": "1.1.2",
  "src": {
    "url": "https://client-download.plaud.ai/desktop/v1/Plaud-1.1.2-arm64.dmg",
    "sha256": "c68f8dbff5cf0f309108546928d84ea647e9a65f9c0ae729f570f957d68d50ce"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Plaud.app\" && cp -r \"Plaud.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "AI note-taking for online meetings, phone calls, and in-person conversations",
    "homepage": "https://www.plaud.ai/"
  }
}