# HERMES-CN **Repository Path**: name2k/hermes-cn ## Basic Information - **Project Name**: HERMES-CN - **Description**: 爱马仕国内快速安装版代码(windows专用) - **Primary Language**: PowerShell - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-14 - **Last Updated**: 2026-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > 📜 本项目基于 [NousResearch/hermes-agent](https://github.com/NousResearch/hermes-agent) 官方安装脚本修改,遵循原项目许可证。 > 本修改版仅针对中国大陆网络环境进行镜像源适配与下载链路优化,未改变原始功能与授权条款。 # Hermes Agent 安装脚本(中国大陆优化版) ## 📌 简介 基于 [NousResearch/hermes-agent](https://github.com/NousResearch/hermes-agent) 官方 Windows 安装脚本修改,针对中国大陆网络环境优化: - GitHub 资源自动走 `ghproxy` 镜像代理 - PyPI 优先使用清华大学源 - Node.js 优先使用 npmmirror 淘宝镜像 - 增加断线重试与网络超时容错 ## 🚀 使用方法 ```powershell Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass irm "https://gitee.com/name2k/hermes-cn/raw/master/install_cn.ps1" | iex