Spokenly icon

Spokenly 2.21.2

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