Deploy Hermes Agent on Local Machine

Run Hermes Agent on Local Machine with AgentSea — the easiest way to deploy Grid-backed AI agents on infrastructure you control. Copy the command below: it installs the CLI, then walks you through deployment interactively.

AgentHermes Agent
EnvironmentLocal Machine

Run this command

Paste this in your terminal (macOS, Linux, or WSL). It installs AgentSea, then starts agentsea hermes local and guides you through the rest — API keys, provisioning, and connecting to your agent.

shell
curl -fsSL https://agentsea.thegrid.ai/install.sh | bash -s -- hermes local
Already installed? Run deploy only
shell
agentsea hermes local
Install CLI without deploying
shell
curl -fsSL https://agentsea.thegrid.ai/install.sh | bash

Install options and flags in the CLI Reference.

Common commands
shell
agentsea                              # Interactive picker
agentsea ls                            # List your deployments
agentsea matrix                        # Agent x cloud matrix

After install — what to do next

Once AgentSea finishes provisioning Hermes Agent on Local Machine, here's how to get the most from your agent.

  • Open the web dashboard — AgentSea starts it and opens localhost:9119 in your browser (via SSH tunnel on cloud servers).
  • Start your first conversation in the terminal (hermes) or in the dashboard chat.
  • Connect Telegram, Discord, Slack, or other apps through Hermes' messaging gateway. Quickstart tutorial
  • Reconnect anytime with agentsea connect or agentsea list → Open Dashboard. Hermes docs

Prefer not to install the CLI?

Run this one-liner instead — no global install required. It downloads and runs the bootstrap script for Hermes Agent on Local Machine.

shell
bash <(curl -fsSL https://agentsea.thegrid.ai/local/hermes.sh)

← Pick another agent | Change environment