安装hermes agent

2026/4/17 agent

# 安装

# windows

  1. 解除系统的约束语言模式

  2. powershell

    iex (irm https://hermes-agent.nousresearch.com/install.ps1)
    
    1
  3. 图形界面安装,下载windows客户端 (opens new window) 双击安装

# linux

curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
1

# 快速入门

hermes              # 交互式 CLI — 开始对话
hermes model        # 选择 LLM 提供商和模型
hermes tools        # 配置启用的工具
hermes config set   # 设置单个配置项
hermes gateway      # 启动消息网关(Telegram、Discord 等)
hermes setup        # 运行完整设置向导(一次性配置所有内容)
hermes claw migrate # 从 OpenClaw 迁移(如果来自 OpenClaw)
hermes update       # 更新到最新版本
hermes doctor       # 诊断问题
1
2
3
4
5
6
7
8
9
只爱西经
林一