Whispering icon

Whispering 7.9.0

Audio transcription that works with local and cloud models

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "whispering",
  "version": "7.9.0",
  "src": {
    "url": "https://github.com/epicenter-os/epicenter/releases/download/v7.9.0/Whispering_7.9.0_aarch64.dmg",
    "sha256": "6a0e45d47ecdb2ada6afa8309914dd73c03db896fd153272e0891976867851c7"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Whispering.app\" && cp -r \"Whispering.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Audio transcription that works with local and cloud models",
    "homepage": "https://whispering.epicenter.so/"
  }
}