docs: hermes desktop (#16549)
This commit is contained in:
+2
-1
@@ -115,7 +115,8 @@
|
||||
"expanded": true,
|
||||
"pages": [
|
||||
"/integrations/openclaw",
|
||||
"/integrations/hermes"
|
||||
"/integrations/hermes",
|
||||
"/integrations/hermes-desktop"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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.
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user