Yuanbao icon

Yuanbao 2.43.0.622,0db3fe3a263234980c6b2c4d46a3ea1d

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.43.0.622,0db3fe3a263234980c6b2c4d46a3ea1d",
  "src": {
    "url": "https://cdn-hybrid-prod.hunyuan.tencent.com/Desktop/official/0db3fe3a263234980c6b2c4d46a3ea1d/yuanbao_2.43.0.622_universal.dmg",
    "sha256": "b382c4979c6f68b20c85fde149f7aff062322137d18d3fbd811330afdcbfa2ca"
  },
  "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/"
  }
}