Typeless icon

Typeless 1.1.0

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.1.0",
  "src": {
    "url": "https://typeless-static.com/desktop-release/Typeless-1.1.0-arm64.dmg",
    "sha256": "3bef4037823d2b9d3a3a57b5642333f81ab3c48f21c137e8b0dbdeab6338864c"
  },
  "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/"
  }
}