Cotypist icon

Cotypist 2026.2

System-wide AI autocomplete

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "cotypist",
  "version": "2026.2",
  "src": {
    "url": "https://cotypist.app/download/Cotypist-2026.2.dmg",
    "sha256": "0e5011681901936edce67bf68fa1dedd827c32c9ef7e3a9392ab33d77fbb7238"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Cotypist.app\" && cp -r \"Cotypist.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "System-wide AI autocomplete",
    "homepage": "https://cotypist.app/"
  }
}