qianwen icon

qianwen 1.2.2,2512042113

AI assistant and chatbot powered by Alibaba's Qwen model

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "qianwen",
  "version": "1.2.2,2512042113",
  "src": {
    "url": "https://qianwen-portal-cdn.tongyi.com/native/app/1.2.2/darwin/universal/qwenclient_setup_1.2.2.2512042113.dmg",
    "sha256": "ec4d592ec55283a3955547ebf1a65c9320a1a7421cca87a326928b75ce58f2e1"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Qianwen.app\" && cp -r \"Qianwen.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "AI assistant and chatbot powered by Alibaba's Qwen model",
    "homepage": "https://www.tongyi.com/qianwen"
  }
}