Yuanbao icon

Yuanbao 2.42.0.625,2862ab2de6a3f25fe2e076fa91f92932

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.42.0.625,2862ab2de6a3f25fe2e076fa91f92932",
  "src": {
    "url": "https://cdn-hybrid-prod.hunyuan.tencent.com/Desktop/official/2862ab2de6a3f25fe2e076fa91f92932/yuanbao_2.42.0.625_universal.dmg",
    "sha256": "1f47d6bedf9f07857a22a6fa8a8e5d42d1d3939fbe7ab4521ff348093c5f919d"
  },
  "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/"
  }
}