Yuanbao icon

Yuanbao 2.35.0.612,d39108f0d946f0ecbf6e23ef5d6044da

Tencent AI Assistant with Hunyuan and DeepSeek LLMs

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "yuanbao",
  "version": "2.35.0.612,d39108f0d946f0ecbf6e23ef5d6044da",
  "src": {
    "url": "https://cdn-hybrid-prod.hunyuan.tencent.com/Desktop/official/d39108f0d946f0ecbf6e23ef5d6044da/yuanbao_2.35.0.612_universal.dmg",
    "sha256": "303f0c816626fc2f8d0a47f0af8a3200bc33e8fd71ff2e496cd1dfa47bf34254"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/腾讯元宝.app\" && cp -r \"腾讯元宝.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tencent AI Assistant with Hunyuan and DeepSeek LLMs",
    "homepage": "https://yuanbao.tencent.com/"
  }
}