Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
epicenter-whispering # Epicenter Whispering
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
epicenter-whispering # Epicenter Whispering
];
}
Package Definition
{
"pname": "epicenter-whispering",
"version": "7.5.3",
"src": {
"url": "https://github.com/epicenter-os/epicenter/releases/download/v7.5.3/Whispering_7.5.3_aarch64.dmg",
"sha256": "abeb698d2591c7b7722f1ed1bd8a79d0db99f5bf25d873459158da189c84d253"
},
"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/"
}
}