Typeless icon

Typeless 0.9.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": "0.9.0",
  "src": {
    "url": "https://typeless-static.com/desktop-release/Typeless-0.9.0-arm64.dmg",
    "sha256": "2d7a882b8952867e275d1d3136f6ab4d5c65d8171c1caf2a4bd107c54628aec1"
  },
  "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/"
  }
}