Spokenly icon

Spokenly 2.18.12

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.12",
  "src": {
    "url": "https://cdn.spokenly.app/releases/macos/Spokenly-2.18.12.dmg",
    "sha256": "7a0e0fe8884bc61e8c2294308776f5c4790d674602d0007a26d704661177be0c"
  },
  "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/"
  }
}