轩辕镜像 官方专业版
轩辕镜像
专业版
轩辕镜像 官方专业版
轩辕镜像
专业版
首页个人中心搜索镜像
交易
充值流量¥7起我的订单
文档
工具
提交工单页面收录
hermesdeckx

knowhunters/hermesdeckx

knowhunters

下载次数: 0状态:社区镜像维护者:knowhunters仓库类型:镜像最近更新:2 个月前
让 AI 帮你使用轩辕镜像? · 展开查看说明 · 点击收起说明

如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。

只需在 AI 对话中先发送下面这句话即可:

请先完整阅读并严格遵守以下文档中的全部规则与要求:

https://xuanyuan.cloud/agents.md

在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。

查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。

镜像简介
下载命令
镜像标签列表与下载命令
使用轩辕镜像,把时间还给真正重要的事。
点击查看

HermesDeckX

Complexity within, simplicity without.
繁于内,简于形。

English | 简体中文

https://img.shields.io/github/v/release/HermesDeckX/HermesDeckX?style=for-the-badge&logo=rocket](https://github.com/HermesDeckX/HermesDeckX/releases) https://img.shields.io/badge/Build-Passing-success?style=for-the-badge&logo=github-actions](https://github.com/HermesDeckX/HermesDeckX/actions) https://img.shields.io/badge/License-MIT-green?style=for-the-badge](LICENSE)


HermesDeckX is an open-source web visual management platform built for https://github.com/NousResearch/hermes-agent. It is designed to lower the barrier to entry, making installation, configuration, monitoring, and optimization simpler and more efficient, while providing a more accessible onboarding experience for users worldwide, especially beginners.

[!CAUTION] Beta Preview — This is an early preview release. It has not undergone comprehensive testing. Do not use in production environments.


[!TIP] Using https://github.com/openclaw/openclaw instead? Check out https://github.com/ClawDeckX/ClawDeckX — a sister project offering the same visual management experience for OpenClaw.

Quick Navigation

  • Screenshots
  • Why HermesDeckX?
  • Quick Start
  • Docker Install
  • Features
  • Tech Stack

📸 Screenshots

Dashboard Overview


 

Configuration Center & Skills Center


✨ Why HermesDeckX?

macOS-Grade Visual Experience

The interface faithfully recreates the macOS design language — refined glassmorphism, rounded cards, and smooth animation transitions. Managing AI agents feels as natural as using a native desktop app.

Beginner-Friendly Setup

Guided wizards and pre-built templates let you complete HermesAgent's initial configuration and model setup without memorizing a single command.

Deep Configuration

Fine-tune every HermesAgent parameter — model switching, memory management, plugin loading, channel routing — all through a beautiful visual editor.

Real-Time Observability

Built-in monitoring dashboard with live execution status, resource consu***ion, and task history — full visibility into every agent's behavior.

Cross-Platform

Single ***ary, zero dependencies. Runs natively on Windows, macOS (Intel & Apple Silicon), and Linux (amd64 & arm64). Download and run — that's it.

Responsive & Mobile-Ready

Fully responsive layout that adapts seamlessly from large desktop monitors to tablets and mobile phones. Manage your AI agents on the go — no compromise on functionality.

Multilingual Support

Full i18n architecture with 13 built-in languages. Adding a new language requires only a translated JSON folder and a two-line code change.

Local & Remote Gateway

Seamlessly manage both local and remote HermesAgent gateways. Switch between gateway profiles with one click — perfect for multi-environment setups like dev, staging, and production.

🚀 Quick Start

Deployment Options

Choose the deployment method that best fits your needs:

1️⃣ Local Deployment (Recommended)

Install HermesDeckX on the same server as HermesAgent for full feature access and direct command execution.

✅ Advantages:

  • Full feature support including direct HermesAgent command execution
  • Lower latency and faster response times
  • No network dependency between HermesDeckX and HermesAgent

2️⃣ Remote Gateway

Install HermesDeckX on your local machine and connect to remote HermesAgent instances via WebSocket.

⚠️ Limitations:

  • Some features requiring direct HermesAgent command execution are unavailable
  • Depends on stable network connection between HermesDeckX and HermesAgent Gateway
  • Slightly higher latency for operations

One-Click Install & Maintain

The unified installer detects existing installations and lets you install, update, manage, or uninstall both ***ary and Docker deployments from a single adaptive menu.

macOS / Linux

bash
curl -fsSL https://raw.githubusercontent.com/HermesDeckX/HermesDeckX/main/install.sh | bash

Windows (PowerShell)

powershell
irm https://raw.githubusercontent.com/HermesDeckX/HermesDeckX/main/install.ps1 | iex

Manual Download

Download from https://github.com/HermesDeckX/HermesDeckX/releases. Single file, no dependencies. Just run.

bash
# Run with default settings (localhost:19788)
./HermesDeckX

# Specify port and bind address
./HermesDeckX --port 19788 --bind 0.0.0.0

# Create initial admin user on first run
./HermesDeckX --user admin --pass your_password

# All options combined
./HermesDeckX --bind 0.0.0.0 --port 19788 --user admin --pass your_password
FlagShortDescription
--port-pServer port (default: 19788)
--bind-b***d address (default: 127.0.0.1)
--user-uInitial admin username (first run only)
--passInitial admin password (min 6 chars)
--debugEnable debug logging

CLI Commands

CommandUsageDescription
reset-passwordHermesDeckX reset-password <user> <pass>Reset a user's password
reset-usernameHermesDeckX reset-username <old> <new>Change a user's username
list-usersHermesDeckX list-usersList all registered users
unlockHermesDeckX unlock <user>Unlock a locked user account

[!TIP] Forgot your credentials? Run HermesDeckX list-users to find your username, then HermesDeckX reset-password <username> <new_password> to reset your password. If your password contains special characters (e.g. !, `

HermesDeckX

Complexity within, simplicity without.
繁于内,简于形。

English | 简体中文

https://img.shields.io/github/v/release/HermesDeckX/HermesDeckX?style=for-the-badge&logo=rocket](https://github.com/HermesDeckX/HermesDeckX/releases) https://img.shields.io/badge/Build-Passing-success?style=for-the-badge&logo=github-actions](https://github.com/HermesDeckX/HermesDeckX/actions) https://img.shields.io/badge/License-MIT-green?style=for-the-badge](LICENSE)


HermesDeckX is an open-source web visual management platform built for https://github.com/NousResearch/hermes-agent. It is designed to lower the barrier to entry, making installation, configuration, monitoring, and optimization simpler and more efficient, while providing a more accessible onboarding experience for users worldwide, especially beginners.

[!CAUTION] Beta Preview — This is an early preview release. It has not undergone comprehensive testing. Do not use in production environments.


[!TIP] Using https://github.com/openclaw/openclaw instead? Check out https://github.com/ClawDeckX/ClawDeckX — a sister project offering the same visual management experience for OpenClaw.

Quick Navigation

  • Screenshots
  • Why HermesDeckX?
  • Quick Start
  • Docker Install
  • Features
  • Tech Stack

📸 Screenshots

Dashboard Overview


 

Configuration Center & Skills Center


✨ Why HermesDeckX?

macOS-Grade Visual Experience

The interface faithfully recreates the macOS design language — refined glassmorphism, rounded cards, and smooth animation transitions. Managing AI agents feels as natural as using a native desktop app.

Beginner-Friendly Setup

Guided wizards and pre-built templates let you complete HermesAgent's initial configuration and model setup without memorizing a single command.

Deep Configuration

Fine-tune every HermesAgent parameter — model switching, memory management, plugin loading, channel routing — all through a beautiful visual editor.

Real-Time Observability

Built-in monitoring dashboard with live execution status, resource consu***ion, and task history — full visibility into every agent's behavior.

Cross-Platform

Single ***ary, zero dependencies. Runs natively on Windows, macOS (Intel & Apple Silicon), and Linux (amd64 & arm64). Download and run — that's it.

Responsive & Mobile-Ready

Fully responsive layout that adapts seamlessly from large desktop monitors to tablets and mobile phones. Manage your AI agents on the go — no compromise on functionality.

Multilingual Support

Full i18n architecture with 13 built-in languages. Adding a new language requires only a translated JSON folder and a two-line code change.

Local & Remote Gateway

Seamlessly manage both local and remote HermesAgent gateways. Switch between gateway profiles with one click — perfect for multi-environment setups like dev, staging, and production.

🚀 Quick Start

Deployment Options

Choose the deployment method that best fits your needs:

1️⃣ Local Deployment (Recommended)

Install HermesDeckX on the same server as HermesAgent for full feature access and direct command execution.

✅ Advantages:

  • Full feature support including direct HermesAgent command execution
  • Lower latency and faster response times
  • No network dependency between HermesDeckX and HermesAgent

2️⃣ Remote Gateway

Install HermesDeckX on your local machine and connect to remote HermesAgent instances via WebSocket.

⚠️ Limitations:

  • Some features requiring direct HermesAgent command execution are unavailable
  • Depends on stable network connection between HermesDeckX and HermesAgent Gateway
  • Slightly higher latency for operations

One-Click Install & Maintain

The unified installer detects existing installations and lets you install, update, manage, or uninstall both ***ary and Docker deployments from a single adaptive menu.

macOS / Linux

bash
curl -fsSL https://raw.githubusercontent.com/HermesDeckX/HermesDeckX/main/install.sh | bash

Windows (PowerShell)

powershell
irm https://raw.githubusercontent.com/HermesDeckX/HermesDeckX/main/install.ps1 | iex

Manual Download

Download from https://github.com/HermesDeckX/HermesDeckX/releases. Single file, no dependencies. Just run.

bash
# Run with default settings (localhost:19788)
./HermesDeckX

# Specify port and bind address
./HermesDeckX --port 19788 --bind 0.0.0.0

# Create initial admin user on first run
./HermesDeckX --user admin --pass your_password

# All options combined
./HermesDeckX --bind 0.0.0.0 --port 19788 --user admin --pass your_password
FlagShortDescription
--port-pServer port (default: 19788)
--bind-b***d address (default: 127.0.0.1)
--user-uInitial admin username (first run only)
--passInitial admin password (min 6 chars)
--debugEnable debug logging

CLI Commands

CommandUsageDescription
reset-passwordHermesDeckX reset-password <user> <pass>Reset a user's password
reset-usernameHermesDeckX reset-username <old> <new>Change a user's username
list-usersHermesDeckX list-usersList all registered users
unlockHermesDeckX unlock <user>Unlock a locked user account

[!TIP] Forgot your credentials? Run HermesDeckX list-users to find your username, then HermesDeckX reset-password <username> <new_password> to reset your password. If your password contains special characters (e.g. !, , #, &), wrap it in single quotes to prevent shell interpretation: `HermesDeckX reset-password admin 'P@ss!w0rd#.

[!WARNING] Account lockout: After 5 consecutive failed login atte***s, the account is automatically locked for 15 minutes. During this period, login is blocked even with the correct password. To unlock immediately, run HermesDeckX unlock <username>.

[!IMPORTANT] Security Reminder: On first run, if no --user and --pass are provided, the auto-generated admin credentials will be printed to the console. Please change your username and password in the settings page immediately after logging in.


Docker Install

Recommended: Use the one-click installer above — choose Docker when pro***ed. It handles download, port configuration, mirror detection, and shows credentials automatically.

Manual method:

bash
curl -fsSL https://raw.githubusercontent.com/HermesDeckX/HermesDeckX/main/docker-compose.yml -o docker-compose.yml
docker compose up -d

After updating the image, recreate the container to apply Dockerfile and entrypoint changes:

bash
docker compose up -d --force-recreate

Open your browser at http://localhost:19700 (Docker) or http://localhost:19788 (native). The first run will auto-generate an admin account — credentials will be shown in the container logs.

HermesDeckX and HermesAgent run in the same container. HermesAgent is preinstalled in the official Docker image with version-pinned compatibility. On startup, the container entrypoint auto-starts the HermesAgent Gateway if a configuration file exists. If HermesAgent is not yet configured, complete the Setup Wizard in the web UI — no manual installation is needed.

The official Docker image also preinstalls common skill/runtime dependencies including go, python3, uv, ffmpeg, jq, ripgrep, wget, and make, so many HermesAgent skills can run out of the box without extra system package installation.

By default, the bundled HermesDeckX service connects to the local in-container Gateway at 127.0.0.1:8642. If you need to use a host or external Gateway instead, override OHD_HERMES_AGENT_GATEWAY_HOST and OHD_HERMES_AGENT_GATEWAY_PORT in docker-compose.yml.

bash
# View credentials
docker logs hermesdeckx

Docker Configuration

Ports:

PortServiceDescription
19700 → 19788HermesDeckX Web UIMain dashboard (host *** → container ***)
8642HermesAgent GatewayOptional: expose for external debugging

To expose the Gateway port, add - "8642:8642" under ports in docker-compose.yml.

Note that exposing 8642 alone does not guarantee host access to the Gateway. The generated minimal HermesAgent config ***ds the Gateway to loopback by default, so you may also need to adjust the Gateway ***d setting for external access.

Environment Variables:

VariableDefaultDescription
HERMES_AGENT_HOME/data/hermesagent/homeHermesAgent home root override
HERMES_AGENT_STATE_DIR/data/hermesagent/stateHermesAgent state directory
HERMES_AGENT_CONFIG_PATH/data/hermesagent/state/hermesagent.jsonHermesAgent config file path
NPM_CONFIG_PREFIX/data/hermesagent/npmPersistent npm prefix for user-installed upgrades
OHD_DB_SQLITE_PATH/data/hermesdeckx/HermesDeckX.dbHermesDeckX SQLite database path
OHD_LOG_FILE/data/hermesdeckx/HermesDeckX.logHermesDeckX server log path
OHD_GATEWAY_LOG/data/hermesagent/logs/gateway.logPersistent HermesAgent Gateway log
OHD_SETUP_INSTALL_LOG/data/hermesagent/logs/install.logSetup/install log path
OHD_SETUP_DOCTOR_LOG/data/hermesagent/logs/doctor.logDoctor/diagnostic log path
OHD_HERMES_AGENT_GATEWAY_HOST127.0.0.1Gateway host address
OHD_HERMES_AGENT_GATEWAY_PORT8642Gateway port
OHD_HERMES_AGENT_GATEWAY_TOKEN(e**y)*Gateway auth token
OHD_PORT19788HermesDeckX listen port (internal)
OHD_BIND0.0.0.0HermesDeckX ***d address
TZUTCContainer timezone (e.g. Asia/Shanghai)

Preinstalled Runtime Tools:

  • go
  • python3
  • uv
  • ffmpeg
  • jq
  • ripgrep
  • wget
  • make

[!NOTE] The Docker image is larger than a minimal runtime because it includes the full runtime toolchain for HermesAgent skills. This ensures many skills can run out of the box without requiring you to install system packages inside the container.

Volumes:

VolumeMount PointDescription
hermesdeckx-data/data/hermesdeckxHermesDeckX database and app logs
hermesdeckx-hermesagent-data/data/hermesagentHermesAgent config, state, logs, and user-installed upgrades

[!TIP] HermesAgent is bundled in the image and its configuration is persisted via Docker volumes. After docker pull and recreate, HermesAgent remains available and your configuration is preserved.

Persistent Paths:

PathPurpose
/data/hermesagent/npmUser-installed npm packages (upgrades)
/data/hermesagent/stateHermesAgent state directory
/data/hermesagent/state/hermesagent.jsonHermesAgent config file
/data/hermesagent/logs/gateway.logGateway startup/runtime log
/data/hermesagent/logs/install.logSetup/install log
/data/hermesagent/logs/doctor.logDoctor/diagnostic log
/data/hermesagent/bootstrap/gateway-bootstrap.jsonEntrypoint bootstrap status

HermesAgent is preinstalled in the Docker image. If it is not yet configured, HermesDeckX will guide you through the Setup Wizard to complete the initial configuration.

The container health check uses /api/v1/health for liveness. For diagnostics, you can call /api/v1/health?detailed=true to inspect HermesDeckX, HermesAgent, Gateway, and bootstrap state together.

Resource Limits:

The default docker-compose.yml sets memory limit to 2 GB and CPU limit to 2 cores. Adjust deploy.resources.limits as needed.


✨ Features

FeatureDescription
💎Pixel-Perfect UINative macOS feel with glassmorphism, smooth animations, dark/light themes
🎛️Gateway ControlStart, stop, restart your Gateway instantly with real-time health monitoring
🖼Visual Config EditorEdit configurations and agent profiles without touching JSON/YAML
🧙Setup WizardStep-by-step guided setup for first-time users
🧩Template CenterDeploy new agent personas in seconds with built-in templates
📊Live DashboardReal-time metrics, session tracking, and activity monitoring
🛡️Security Built-inJWT auth, HttpOnly cookies, and alert system from day one
🌍i18n Ready13 built-in languages, easily extensible
📱Responsive DesignWorks seamlessly on desktop and mobile

🛠️ Tech Stack

LayerTechnologyNotes
BackendGo (Golang)Single-***ary backend with no external runtime dependency
FrontendReact + TailwindCSSResponsive, theme-aware UI
DatabaseSQLite / PostgreSQLSQLite by default, PostgreSQL optional
Real-timeWebSocket + SSEBi-directional real-time communication
DeploymentSingle ***ary, cross-platformWindows / macOS / Linux
ContainerDocker / Docker ComposeOne-command container deployment for amd64 & arm64

🤝 Contributing

We welcome contributions! Whether you're fixing bugs, adding features, or improving documentation, your help is appreciated.


💬 A Note from the Author

This is my first open-source project, and I hope it will continue to improve with the help of the community. If you run into any issues or have ideas for improvement, feel free to open an https://github.com/HermesDeckX/HermesDeckX/issues or submit a https://github.com/HermesDeckX/HermesDeckX/pulls. Thank you for your support. Every piece of feedback helps this project grow.

An AI predicted this project would go viral. But as we all know, AIs do hallucinate sometimes 😅


📄 License

This project is licensed under the MIT License — free to use, modify, and distribute for both personal and commercial purposes.


⭐ Star History

![Star History Chart]([***]


Designed with ❤️ by HermesDeckX
`.

[!WARNING] Account lockout: After 5 consecutive failed login atte***s, the account is automatically locked for 15 minutes. During this period, login is blocked even with the correct password. To unlock immediately, run CODE_TOKEN_31.

[!IMPORTANT] Security Reminder: On first run, if no CODE_TOKEN_32 and CODE_TOKEN_33 are provided, the auto-generated admin credentials will be printed to the console. Please change your username and password in the settings page immediately after logging in.


Docker Install

Recommended: Use the one-click installer above — choose Docker when pro***ed. It handles download, port configuration, mirror detection, and shows credentials automatically.

Manual method:

bash
curl -fsSL https://raw.githubusercontent.com/HermesDeckX/HermesDeckX/main/docker-compose.yml -o docker-compose.yml
docker compose up -d

After updating the image, recreate the container to apply Dockerfile and entrypoint changes:

bash
docker compose up -d --force-recreate

Open your browser at CODE_TOKEN_34 (Docker) or CODE_TOKEN_35 (native). The first run will auto-generate an admin account — credentials will be shown in the container logs.

HermesDeckX and HermesAgent run in the same container. HermesAgent is preinstalled in the official Docker image with version-pinned compatibility. On startup, the container entrypoint auto-starts the HermesAgent Gateway if a configuration file exists. If HermesAgent is not yet configured, complete the Setup Wizard in the web UI — no manual installation is needed.

The official Docker image also preinstalls common skill/runtime dependencies including CODE_TOKEN_36, CODE_TOKEN_37, CODE_TOKEN_38, CODE_TOKEN_39, CODE_TOKEN_40, CODE_TOKEN_41, CODE_TOKEN_42, and CODE_TOKEN_43, so many HermesAgent skills can run out of the box without extra system package installation.

By default, the bundled HermesDeckX service connects to the local in-container Gateway at CODE_TOKEN_44. If you need to use a host or external Gateway instead, override CODE_TOKEN_45 and CODE_TOKEN_46 in CODE_TOKEN_47.

bash
# View credentials
docker logs hermesdeckx

Docker Configuration

Ports:

PortServiceDescription
CODE_TOKEN_48 → CODE_TOKEN_49HermesDeckX Web UIMain dashboard (host *** → container ***)
CODE_TOKEN_50HermesAgent GatewayOptional: expose for external debugging

To expose the Gateway port, add CODE_TOKEN_51 under CODE_TOKEN_52 in CODE_TOKEN_53.

Note that exposing CODE_TOKEN_54 alone does not guarantee host access to the Gateway. The generated minimal HermesAgent config ***ds the Gateway to CODE_TOKEN_55 by default, so you may also need to adjust the Gateway ***d setting for external access.

Environment Variables:

VariableDefaultDescription
CODE_TOKEN_56CODE_TOKEN_57HermesAgent home root override
CODE_TOKEN_58CODE_TOKEN_59HermesAgent state directory
CODE_TOKEN_60CODE_TOKEN_61HermesAgent config file path
CODE_TOKEN_62CODE_TOKEN_63Persistent npm prefix for user-installed upgrades
CODE_TOKEN_64CODE_TOKEN_65HermesDeckX SQLite database path
CODE_TOKEN_66CODE_TOKEN_67HermesDeckX server log path
CODE_TOKEN_68CODE_TOKEN_69Persistent HermesAgent Gateway log
CODE_TOKEN_70CODE_TOKEN_71Setup/install log path
CODE_TOKEN_72CODE_TOKEN_73Doctor/diagnostic log path
CODE_TOKEN_74CODE_TOKEN_75Gateway host address
CODE_TOKEN_76CODE_TOKEN_77Gateway port
CODE_TOKEN_78(e**y)*Gateway auth token
CODE_TOKEN_79CODE_TOKEN_80HermesDeckX listen port (internal)
CODE_TOKEN_81CODE_TOKEN_82HermesDeckX ***d address
CODE_TOKEN_83CODE_TOKEN_84Container timezone (e.g. CODE_TOKEN_85)

Preinstalled Runtime Tools:

  • CODE_TOKEN_86
  • CODE_TOKEN_87
  • CODE_TOKEN_88
  • CODE_TOKEN_89
  • CODE_TOKEN_90
  • CODE_TOKEN_91
  • CODE_TOKEN_92
  • CODE_TOKEN_93

[!NOTE] The Docker image is larger than a minimal runtime because it includes the full runtime toolchain for HermesAgent skills. This ensures many skills can run out of the box without requiring you to install system packages inside the container.

Volumes:

VolumeMount PointDescription
CODE_TOKEN_94CODE_TOKEN_95HermesDeckX database and app logs
CODE_TOKEN_96CODE_TOKEN_97HermesAgent config, state, logs, and user-installed upgrades

[!TIP] HermesAgent is bundled in the image and its configuration is persisted via Docker volumes. After CODE_TOKEN_98 and recreate, HermesAgent remains available and your configuration is preserved.

Persistent Paths:

PathPurpose
CODE_TOKEN_99User-installed npm packages (upgrades)
CODE_TOKEN_100HermesAgent state directory
CODE_TOKEN_101HermesAgent config file
CODE_TOKEN_102Gateway startup/runtime log
CODE_TOKEN_103Setup/install log
CODE_TOKEN_104Doctor/diagnostic log
CODE_TOKEN_105Entrypoint bootstrap status

HermesAgent is preinstalled in the Docker image. If it is not yet configured, HermesDeckX will guide you through the Setup Wizard to complete the initial configuration.

The container health check uses CODE_TOKEN_106 for liveness. For diagnostics, you can call CODE_TOKEN_107 to inspect HermesDeckX, HermesAgent, Gateway, and bootstrap state together.

Resource Limits:

The default CODE_TOKEN_108 sets memory limit to 2 GB and CPU limit to 2 cores. Adjust CODE_TOKEN_109 as needed.


✨ Features

FeatureDescription
💎Pixel-Perfect UINative macOS feel with glassmorphism, smooth animations, dark/light themes
🎛️Gateway ControlStart, stop, restart your Gateway instantly with real-time health monitoring
🖼Visual Config EditorEdit configurations and agent profiles without touching JSON/YAML
🧙Setup WizardStep-by-step guided setup for first-time users
🧩Template CenterDeploy new agent personas in seconds with built-in templates
📊Live DashboardReal-time metrics, session tracking, and activity monitoring
🛡️Security Built-inJWT auth, HttpOnly cookies, and alert system from day one
🌍i18n Ready13 built-in languages, easily extensible
📱Responsive DesignWorks seamlessly on desktop and mobile

🛠️ Tech Stack

LayerTechnologyNotes
BackendGo (Golang)Single-***ary backend with no external runtime dependency
FrontendReact + TailwindCSSResponsive, theme-aware UI
DatabaseSQLite / PostgreSQLSQLite by default, PostgreSQL optional
Real-timeWebSocket + SSEBi-directional real-time communication
DeploymentSingle ***ary, cross-platformWindows / macOS / Linux
ContainerDocker / Docker ComposeOne-command container deployment for amd64 & arm64

🤝 Contributing

We welcome contributions! Whether you're fixing bugs, adding features, or improving documentation, your help is appreciated.


💬 A Note from the Author

This is my first open-source project, and I hope it will continue to improve with the help of the community. If you run into any issues or have ideas for improvement, feel free to open an https://github.com/HermesDeckX/HermesDeckX/issues or submit a https://github.com/HermesDeckX/HermesDeckX/pulls. Thank you for your support. Every piece of feedback helps this project grow.

An AI predicted this project would go viral. But as we all know, AIs do hallucinate sometimes 😅


📄 License

This project is licensed under the MIT License — free to use, modify, and distribute for both personal and commercial purposes.


⭐ Star History

![Star History Chart]([***]


Designed with ❤️ by HermesDeckX

镜像拉取方式

您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。

轩辕镜像加速拉取命令点我查看更多 hermesdeckx 镜像标签

docker pull docker.xuanyuan.run/knowhunters/hermesdeckx:<标签>

使用方法:

  • 登录认证方式
  • 免认证方式

DockerHub 原生拉取命令

docker pull knowhunters/hermesdeckx:<标签>

轩辕镜像配置手册

按平台快速找到配置文档

一键安装

一键安装 Docker

Linux Docker 一键安装

AI

用 AI 使用轩辕镜像

agents.md · AI 对话 · 提示词

Docker

登录仓库拉取

登录认证 · 私有仓库

专属域名拉取

免登录 · 高速拉取

Linux

Docker 镜像配置

Windows / Mac

Docker Desktop 配置

MacOS OrbStack

OrbStack 容器

Apple Container

macOS 原生容器

Docker Compose

Compose 项目配置

NAS

群晖

Synology 配置

飞牛

fnOS 镜像配置

绿联

绿联 NAS

威联通

QNAP 配置

极空间

极空间 NAS

Unraid

Unraid NAS

企业仓库

其他仓库

ghcr · Quay · nvcr

Harbor 镜像源

Proxy Repository 对接

Portainer 镜像源

Registries 配置

Nexus 镜像源

Docker Proxy 缓存

开发工具

Dev Containers

VS Code 开发容器

Podman

Podman 配置指南

Singularity / Apptainer

HPC 科学计算容器

Kubernetes

K8s Containerd

Kubernetes · Containerd

K3s

轻量级集群

面板 / 网络

爱快路由

iKuai 镜像加速

宝塔面板

一键配置镜像源

需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单

镜像拉取常见问题

功能

版本功能对比

功能对比 · 版本选择

支持的镜像仓库

Docker Hub · GCR · GHCR

新手拉取配置

登录 · 专属域名 · 配置

docker search 限制

专属域名 · Hub 搜索

不支持 push

仅支持 pull · 不支持

拉取速度原因

带宽 · 缓存 · 冷热镜像

错误码

402 与流量用尽

402 · 流量包 · 充值

401 认证失败

401 · docker login

manifest unknown

标签错误 · 镜像不存在

410 Gone 排查

410 · Docker 升级

429 限流

免费版 · 专业版 · 企业版 · 请求频率

其他报错

DNS 超时

DNS 解析 · 网络超时

TLS 证书失败

no matching manifest(架构)

账号

失败是否计费

manifest · blob · 计费

申请开发票(企业 / 个人)

企业 · 个人 · 工单

修改登录密码

网站 · 仓库 · 重置

注销账户

工单 · 数据 · 注销

原理

mirrors 不生效

daemon.json · 重启

去掉域名前缀

docker tag · 重命名

指定架构拉取

ARM64 · AMD64 · 多架构

latest 与「最新」

digest · 版本号 · 标签

查看全部问题→

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

用户头像

oldzhang

运维工程师

Linux服务器

5

"Docker访问体验非常流畅,大镜像也能快速完成下载。"

轩辕镜像
镜像详情
...
knowhunters/hermesdeckx
定价查看流量套餐与价格
博客Docker 镜像公告与技术博客
专业版 · 高速稳定拉取镜像
高速镜像下载·在线技术支持·99.95% SLA 保障·付费会员免广告
50GB 仅 ¥7/年
专业版 · 高速稳定拉取镜像
50GB 仅 ¥7/年
高速镜像下载·在线技术支持·99.95% SLA 保障·付费会员免广告
用户协议·隐私政策·增值电信业务经营许可证:浙B2-20261007·©2024-2026 源码跳动©2024-2026 杭州源码跳动科技有限公司·商务合作:点击复制邮箱

更多 hermesdeckx 镜像推荐

knowhunters/clawdeckx logo

knowhunters/clawdeckx

knowhunters
ClawDeckX是为OpenClaw构建的开源Web可视化管理平台,旨在降低使用门槛,简化安装、配置、监控和优化流程,提供直观界面与引导式设置,特别适合初学者快速上手OpenClaw的AI代理管理。
1万+ 次下载
30 天前更新
knowhunters/deckxhub logo

knowhunters/deckxhub

knowhunters
暂无描述
565 次下载
2 个月前更新

查看更多 hermesdeckx 相关镜像