在Windows系统安装HyperChat需要完成以下关键步骤:
- environmental preparation::
- 通过winget安装Node.js:
winget install OpenJS.NodeJS.LTS
- Install the uv tool:
winget install --id=astral-sh.uv -e
- 通过winget安装Node.js:
- Source code acquisition::
- 从GitHub仓库下载ZIP包或执行克隆命令:
git clone https://github.com/BigSweetPotatoStudio/HyperChat.git
- 从GitHub仓库下载ZIP包或执行克隆命令:
- Dependent Installation::
- 分别进入electron和web目录执行
npm install
- 返回根目录再次执行
npm install
- 分别进入electron和web目录执行
- start up a run::
- 开发模式直接执行
npm run dev
- 生产版本双击生成的.exe文件即可
- 开发模式直接执行
注意:如果遇到路径问题,需要检查系统PATH是否包含Node.js的安装目录。首次使用建议在设置中配置WebDAV实现数据同步,并至少接入一个LLM API(如OpenAI)以获得完整功能体验。
This answer comes from the articleHyperChat: AI Conversation Client for Performing Complex Tasks with MCP IntelligenceThe