Spokenly icon

Spokenly 2.18.11

Dictation and transcription app with AI-powered editing

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "spokenly",
  "version": "2.18.11",
  "src": {
    "url": "https://cdn.spokenly.app/releases/macos/Spokenly-2.18.11.dmg",
    "sha256": "ecf504f7d7b569dfd47beeb0c3d91900fce553411704e0ebbde9a4635ac9eb50"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Spokenly.app\" && cp -r \"Spokenly.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Dictation and transcription app with AI-powered editing",
    "homepage": "https://spokenly.app/"
  }
}