MopheusMopheus
Mopheus 软件版Mopheus Software纯软部署 / Self-hostedSelf-hostedMopheus 一体机Mopheus Smart Appliance一体机 / Smart ApplianceMopheus Smart Appliance
官方文档Official docs产品说明与安装Guides and install问题社区Community反馈意见与 Bug 交流Feedback and bug reports
价格Pricing下载Download联系我们Contact us
Mopheus Platform

企业 AI 智能体组织的超级管家。在一个可见的操作面上协调工单、智能体与技能。The command center for your enterprise AI agent organization. Coordinate tickets, agents, and skills in one visible operating surface.

Product

Mopheus 软件版Mopheus SoftwareMopheus 一体机Mopheus ApplianceMopheus SaaS 服务Mopheus SaaS

Resources

文档Docs价格Pricing更新日志Releases免费下载Download

Company

关于我们About联系我们Contact
© 2026 Mopheus. All rights reserved.Human-AI DBA Team Platform
下载 · MopheusDownload · Mopheus

下载 MopheusDownload Mopheus

配置需求System requirements安装文档Install docs
当前版本:v2.2.6Current: v2.2.6
前置准备Prerequisites

环境要求Environment

在安装 Mopheus 前,请确认服务器满足以下要求。Confirm the host meets these before installing.

服务器配置Server hardware

至少 CPU 2 核,内存 4 GBMinimum 2 vCPU, 4 GB RAM

生产环境建议 CPU 8 核,内存 32 GB
环境要求Environment

容器运行时:Podman 4.0+(推荐)或 Docker Engine 20.10+,以非 root 用户权限可用Container runtime: Podman 4.0+ (recommended) or Docker Engine 20.10+, usable by a non-root user

容器编排:podman compose / podman-compose / docker compose / docker-compose 可用
部署用户Deploy user

专用非 root 用户(如 mopheus),Mopheus 禁止使用 root 运行部署脚本。A dedicated non-root user (e.g. mopheus). Mopheus forbids running the install as root.

groupadd mopheususeradd -m -s /bin/bash -g mopheus mopheususermod -a -G docker mopheususermod -a -G wheel mopheus
安装方式Install paths

按网络环境选择Pick by network

能出网走左侧复制命令;隔离环境下载右侧离线包。Use commands when you have internet, or the offline package for air-gapped environments.

在线安装Online install文档Docs

无需安装包,复制命令即可拉取镜像并部署。No package — copy the commands to pull images and deploy.

1、一键部署1. One-click deploy

su - mopheus curl -fsSL https://mopheus.obs.cn-north-4.myhuaweicloud.com/install-online.sh | bash -s -- --dir /app/mopheus

2、安装失败后处理(可选)2. Recovery (optional)

如果在线安装脚本在安装包解压后失败,请进入安装目录,手动执行以下步骤:If the online installer fails after extracting the package, cd into the install dir and run:

2.1 安装镜像和 CLI2.1 Install images and CLI

cd /app/mopheus ./setup.sh install

2.2 初始化环境2.2 Init environment

./mopheus.sh init-env

2.3 启动服务2.3 Start server

./mopheus.sh start-server

3、检查状态3. Check status

./mopheus.sh status

离线安装Offline install文档Docs

适合无法访问外网的环境,先下载与 CPU 匹配的安装包。For air-gapped hosts — download the package that matches the CPU.

AMD64 (x86_64) 版本AMD64 (x86_64) versionARM64 (aarch64) 版本ARM64 (aarch64) version

点击下载或复制安装则表示您已同意 软件许可协议。By downloading or copying install commands, you agree to the Software License Agreement.

1、上传并解压安装包1. Upload and extract

# root用户执行 mkdir -p /app/mopheus chown mopheus:mopheus /app/mopheus su - mopheus tar -zxvf /tmp/mopheus-install-<version>-linux-<arch>.tar.gz -C /app/mopheus

2、安装镜像和 CLI2. Install images and CLI

cd /app/mopheus ./setup.sh install

3、初始化环境3. Init environment

./mopheus.sh init-env

4、启动服务4. Start server

./mopheus.sh start-server

5、检查状态5. Check status

./mopheus.sh status
CLI 文档CLI docs配置守护进程Configure daemon软件许可协议Software License