Typeless icon

Typeless 1.4.1

AI voice dictation that turns speech into polished text

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "typeless",
  "version": "1.4.1",
  "src": {
    "url": "https://typeless-static.com/desktop-release/Typeless-1.4.1-arm64.dmg",
    "sha256": "66aa992bc4edfb64bf58d4ff8ef6763d01f11bd74b2704d1be7e820a5d270715"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Typeless.app\" && cp -r \"Typeless.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "AI voice dictation that turns speech into polished text",
    "homepage": "https://typeless.com/"
  }
}