Whispering icon

Whispering 7.11.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.11.0",
  "src": {
    "url": "https://github.com/epicenter-os/epicenter/releases/download/v7.11.0/Whispering_7.11.0_aarch64.dmg",
    "sha256": "52b79ad24f14907fad55673761935ba90ce70c6d3248f804a7d302b62bfef828"
  },
  "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/"
  }
}