Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
openwhispr # OpenWhispr
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
openwhispr # OpenWhispr
];
} Package Definition
{
"pname": "openwhispr",
"version": "1.9.2",
"src": {
"url": "https://github.com/OpenWhispr/openwhispr/releases/download/v1.9.2/OpenWhispr-1.9.2-arm64.dmg",
"sha256": "76c5a1f3a22dd478df6239ac9cb506cb4bd07b6d08c88861d14c4dd26806863d"
},
"installPhase": [
"mkdir -p \"$out/Applications/OpenWhispr.app\" && cp -r \"OpenWhispr.app\" \"$out/Applications\""
],
"meta": {
"description": "Privacy-first voice-to-text dictation with AI agents",
"homepage": "https://github.com/OpenWhispr/openwhispr"
}
}