docs: hermes desktop (#16549)

This commit is contained in:
Bruce MacDonald
2026-06-08 11:43:11 -07:00
committed by GitHub
parent f0078ae476
commit 5c1e37eb67
4 changed files with 31 additions and 23 deletions
+2 -1
View File
@@ -115,7 +115,8 @@
"expanded": true,
"pages": [
"/integrations/openclaw",
"/integrations/hermes"
"/integrations/hermes",
"/integrations/hermes-desktop"
]
},
{
+28
View File
@@ -0,0 +1,28 @@
---
title: Hermes Desktop
---
Hermes Desktop is a native AI assistant app by Nous Research. It provides a desktop chat interface for Hermes Agent, an AI agent that can work with models, run tools, manage projects, use memory and skills, and connect to messaging gateways.
![Hermes Desktop with Ollama](http://files.ollama.com/hermes-agent.png)
## Quick start
```bash
ollama launch hermes-desktop
```
Ollama handles the setup flow automatically:
1. **Install** - If Hermes Desktop isn't installed, Ollama prompts to install it
2. **Model** - Pick a model from the selector
3. **Configure** - Ollama configures Hermes Desktop to use your selected Ollama model
4. **Launch** - Ollama opens Hermes Desktop
## Run directly with a model
```bash
ollama launch hermes-desktop --model <model>
```
Run `ollama launch hermes-desktop` again to switch models later.
-22
View File
@@ -115,25 +115,3 @@ Connect a messaging platform? (Telegram, Discord, etc.)
Launch hermes chat now? [Y/n]: Y
```
### Configure desktop app with Ollama cloud models
To configure Hermes Desktop with cloud models, run:
```bash
hermes model
```
In the model wizard:
1. Select **Ollama Cloud** as the provider
2. Enter your [Ollama API key](https://ollama.com/settings/keys)
3. Leave the default base URL as `https://ollama.com/v1`
4. Pick a model. Recommended: `glm-5.1` or `kimi-k2.6`
Then launch Hermes Desktop:
```bash
hermes desktop
```
This can take some time to configure before the desktop app starts.
+1
View File
@@ -25,6 +25,7 @@ AI assistants that help with everyday tasks.
- [OpenClaw](/integrations/openclaw)
- [Hermes Agent](/integrations/hermes)
- [Hermes Desktop](/integrations/hermes-desktop)
## IDEs & Editors