ChatALL icon

ChatALL 1.85.110

Concurrently chat with ChatGPT, Bing Chat, Bard, Claude, ChatGLM and more

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "chatall",
  "version": "1.85.110",
  "src": {
    "url": "https://github.com/sunner/ChatALL/releases/download/v1.85.110/ChatALL-1.85.110-mac-arm64.dmg",
    "sha256": "6ee01d013d9b6f871ddbf9ab4518594b8e4c503f6f5d5c9f8a8bdd1cbf413855"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/ChatALL.app\" && cp -r \"ChatALL.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Concurrently chat with ChatGPT, Bing Chat, Bard, Claude, ChatGLM and more",
    "homepage": "https://github.com/sunner/ChatALL"
  }
}