Hermes Agent - Desktop
It is impossible to stay on top of all the new stuff. but this one is interesting as an interim solution - as I prefer Open WebUI, but I need to learn more how to get out of the sandbox. Hermes is not so picky about security ...Β
Let's give it a try on my private laptop - using our M4 as the π§ ,
$ curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
$ How would you like to set up Hermes?
ββ navigate ENTER/SPACE select ESC cancel
(β) Quick Setup (Nous Portal) β free OAuth login, no API keys, model + tools (recommended)
(β) Full setup β configure every provider, tool & option yourself (bring your own keys)
β (β) Blank Slate β everything off except the bare minimum; opt in to each capability
$ Select provider:
ββ navigate ENTER/SPACE select ESC cancel
(β) Google AI Studio (Native Gemini API)
(β) DeepSeek (V3, R1, coder, direct API)
(β) Z.AI / GLM (Zhipu direct API)
(β) Kimi / Moonshot βΈ (Coding Plan, Moonshot global & China endpoints)
(β) StepFun Step Plan (Agent / coding models via Step Plan API)
(β) MiniMax βΈ (Global, OAuth Coding Plan & China endpoints)
(β) Ollama Cloud (Cloud-hosted open models, ollama.com)
(β) Arcee AI (Trinity models, direct API)
(β) GMI Cloud (Multi-model direct API)
(β) Kilo Code (Kilo Gateway API)
(β) OpenCode βΈ (Zen pay-as-you-go or Go subscription)
(β) AWS Bedrock (Claude, Nova, Llama, DeepSeek; IAM or API key)
(β) Azure Foundry (OpenAI-style or Anthropic-style endpoint, your Azure AI deployment)
(β) Qwen OAuth (Reuses local Qwen CLI login)
(β) Alibaba Cloud Coding Plan (Dedicated coding tier)
β (β) custom (direct API)
(β) Custom endpoint (enter URL manually)
(β) Configure auxiliary models...
(β) Leave unchanged
# ... some private stuff
Select terminal backend:
ββ navigate ENTER/SPACE select ESC cancel
(β) Local - run directly on this machine (default)
(β) Docker - isolated container with configurable resources
(β) Modal - serverless cloud sandbox
(β) SSH - run on a remote machine
(β) Daytona - persistent cloud development environment
(β) Singularity/Apptainer - HPC-friendly container
β (β) Keep current (local)
Your minimal agent is ready. What next?
ββ navigate ENTER/SPACE select ESC cancel
β (β) Start with everything disabled β finish now (most minimal)
(β) Walk through all configurations β opt in to tools, skills, plugins, MCP
$ source ~/.bashrc
$ volta run --node 22 hermes desktop
β Installing desktop workspace dependencies...
Let's ask it the questions of all questions to see if it works ...



Comments