This is an old revision of the document!


Hermes Installation on Windows 11

We will install Hermes on Docker to avoid it change your main environment.

Create the folder for your Hermes:

Create or edit the docker-compose.yml

model:
  provider: openrouter
  model: openrouter/free

Start the docker:

cd hermes-data
docker compose up -d

To connect Hermes with Telegram:

  • In Telegram, search @BotFather (the one with the verified tick)
  • Send this command: /newbot
  • Pick a name
  • Copy the token, we will add the token to our configuration.
Edit this page