Typeless icon

Typeless 1.0.2

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.0.2",
  "src": {
    "url": "https://typeless-static.com/desktop-release/Typeless-1.0.2-arm64.dmg",
    "sha256": "303abc025529a9fc228202398fa68329f3edfdcafd010e41687b621c7fdd72f4"
  },
  "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/"
  }
}