在Windows系统安装HyperChat需要完成以下关键步骤:
- Preparação ambiental::
- 通过winget安装Node.js:
winget install OpenJS.NodeJS.LTS
- 安装uv工具:
winget install --id=astral-sh.uv -e
- 通过winget安装Node.js:
- Aquisição de código-fonte::
- 从GitHub仓库下载ZIP包或执行克隆命令:
git clone https://github.com/BigSweetPotatoStudio/HyperChat.git
- 从GitHub仓库下载ZIP包或执行克隆命令:
- Instalação dependente::
- 分别进入electron和web目录执行
npm install
- 返回根目录再次执行
npm install
- 分别进入electron和web目录执行
- 启动运行::
- 开发模式直接执行
npm run dev
- 生产版本双击生成的.exe文件即可
- 开发模式直接执行
注意:如果遇到路径问题,需要检查系统PATH是否包含Node.js的安装目录。首次使用建议在设置中配置WebDAV实现数据同步,并至少接入一个LLM API(如OpenAI)以获得完整功能体验。
Essa resposta foi extraída do artigoHyperChat: um cliente de diálogo de IA que usa a inteligência do MCP para executar tarefas complexasO