superwhisper icon

superwhisper 1.43.2

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.43.2",
  "src": {
    "url": "https://builds.superwhisper.com/v1.43.2/superwhisper.zip",
    "sha256": "6ec8414b1c0f993b96b9674da285fa1821d135d1d4f7a8e4805ccac3f3b5a121"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"superwhisper.app\" \"$out/Applications/superwhisper.app\""
  ],
  "meta": {
    "description": "Dictation tool including LLM reformatting",
    "homepage": "https://superwhisper.com/"
  }
}