Plaud icon

Plaud 1.2.1

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.2.1",
  "src": {
    "url": "https://client-download.plaud.ai/desktop/v1/Plaud-1.2.1-arm64.dmg",
    "sha256": "1b1bac8c1d6abf1675128b1554d08fdfa5cad2ba2e6c520bd26555931bb7f094"
  },
  "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/"
  }
}