superwhisper icon

superwhisper 1.45.0

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