> ## Documentation Index
> Fetch the complete documentation index at: https://docs.myrmagent.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 快速开始

> 2 分钟内运行 Myrm。

# 快速开始

选择你偏好的部署方式即可上手。

<Note>
  **正在从其他 Agent 迁移？** 建议先看 [竞品对比](/zh/getting-started/competitor-comparison)——单页对照 Hermes、OpenClaw 等与 Myrm 的能力与迁移步骤。Myrm 支持 **SaaS 云端**、**自托管 WebUI**、**桌面客户端** 三种主力部署；技能与记忆可通过 GUI 迁移向导跟随（桌面端 / 本地 WebUI）。
</Note>

## SaaS 云端（最快）

无需安装。访问 [app.myrmagent.ai](https://app.myrmagent.ai/auth/login) 并创建账号。

## 本地部署（Docker）

<Steps>
  <Step title="克隆仓库">
    ```bash theme={null}
    git clone https://github.com/Pursue-LLL/myrm-agent.git
    cd myrm
    ```
  </Step>

  <Step title="启动服务">
    ```bash theme={null}
    docker compose up -d
    ```
  </Step>

  <Step title="打开界面">
    在浏览器中打开 [http://localhost:3000](http://localhost:3000)。
  </Step>
</Steps>

## 桌面应用（Tauri）

从 [GitHub Releases](https://github.com/Pursue-LLL/myrm-agent/releases) 下载适合你平台的最新版本。

| 平台                   | 下载格式        |
| -------------------- | ----------- |
| macOS（Apple Silicon） | `.dmg`      |
| macOS（Intel）         | `.dmg`      |
| Windows              | `.msi`      |
| Linux                | `.AppImage` |

## 接下来做什么？

完成安装后，你可以：

1. **配置第一个 Agent**——选择模型并设置工具
2. **开始对话**——描述任务，让 Agent 执行
3. **探索记忆**——观察 Agent 如何跨会话学习

<Tip>
  **自动升级**：Myrm 自动追踪你的 AI 工作力等级（L1–L5）。完成里程碑（首次对话、首次工具使用、首次审批）后自动升级并解锁更高级功能，无需手动操作。
</Tip>
