superwhisper icon

superwhisper 1.45.4

Dictation tool including LLM reformatting

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "superwhisper",
  "version": "1.45.4",
  "src": {
    "url": "https://builds.superwhisper.com/v1.45.4/superwhisper.zip",
    "sha256": "b7b65d835228ae07e5c733b6594e04905f4133804e6d430366695b818773a9bf"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/superwhisper.app\" && cp -r \"superwhisper.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Dictation tool including LLM reformatting",
    "homepage": "https://superwhisper.com/"
  }
}