Nous Research released Hermes Desktop on June 2, a native application for macOS, Windows, and Linux that gives the open-source autonomous AI agent an official graphical interface for the first time. The app ships as version v0.15.2 under the MIT license, Decrypt reported.
Previously, running Hermes with any visual interface meant relying on third-party community-built GUIs, SSH companions, or browser wrappers. The terminal-first setup was the main friction point keeping Hermes from competing with OpenClaw’s out-of-box visual experience for non-technical users.
What the App Includes
Hermes Desktop is built on Electron and React with a Python backend, running the same agent core as the CLI version. Existing memory, skills, and configuration carry over.
The feature set covers persistent memory that stores projects and learned approaches, natural-language scheduling for recurring tasks, web browsing and image generation, and access to over 300 models through the Nous Portal, according to the official product page. Users can delegate work to sub-agents running isolated tasks in parallel, and connect through Telegram, Discord, Slack, WhatsApp, Signal, and email.
Five execution backends handle sandboxed environments: local, Docker, SSH, Singularity, and Modal. The portal offers a free tier, with paid plans (Plus, Super, Ultra) providing monthly credits and expanded model access.
The Competitive Context
Hermes’s core differentiator remains its self-improving skills loop. When it figures out how to solve a problem, it saves the approach as a reusable skill document and applies it automatically next time without re-explanation, as Decrypt noted. That architecture made Hermes popular among developers, but the terminal requirement limited adoption among the broader audience that OpenClaw captured early.
OpenClaw’s advantage has been ecosystem breadth: 50+ messaging integrations, a skill marketplace, and a large community. Hermes’s advantage has been architectural simplicity and continual learning. The desktop app removes the most visible gap between the two, but ecosystem depth and integration count still favor OpenClaw.
Public Preview Caveats
Nous Research notes the app is in public preview, meaning rough edges should be expected. The GitHub repository is live and the team is actively collecting feedback. macOS and Windows builds are direct downloads. Linux users install via terminal.