Data portability

迁移您的数据

您的数据永远属于您。几分钟内将记忆迁移到任何地方。

迁移时间线

0
Day 0
试用开始
7
Day 7
导出并迁移
37
Day 37
数据删除

30-day grace period after trial expiry to export or migrate data.

免费

选项 A — 家庭自托管

在您已拥有的任何机器上运行 OpenClone。Mac Mini、Raspberry Pi 或任何 Linux 设备。

Required hardware

  • Mac Mini
  • Raspberry Pi 4/5
  • Any Linux machine

Install

curl -sSL https://opencloneai.com/install.sh | bash

从试用迁移

在应用中,进入设置 → 导出仓库 → 下载 .zip,然后上传到新服务器。

最受欢迎
约 5 欧元/月

选项 B — 您自己的云 VPS

在您自己的云账户中创建 VPS。您的数据留在您的服务器上。

Recommended providers

  • Hetzner CX22 €4.15/mo
  • OVH Starter €3.50/mo
  • DigitalOcean €6/mo

Steps

  1. 1. Create a server (Ubuntu 22.04 LTS)
  2. 2. Copy your server IP
  3. 3. Run: curl -sSL https://opencloneai.com/install.sh | bash
  4. 4. Update your backend URL in the app

注意: Your data stays on YOUR server. We just automate the setup.

5 欧元/月 + VPS

选项 C — Managed

我们处理更新、监控和备份。您保留对服务器和数据的完全控制。

We handle

  • Automatic updates
  • Uptime monitoring
  • Daily backups

You keep

  • Full control
  • Your own VPS
  • Your data
加入等待列表 →

导出您的仓库

所有记忆以 Markdown 文件 (.md) 存储——兼容 Obsidian,任何文本编辑器均可读取。

From the app

  1. 1. Settings → Export vault
  2. 2. Download .zip
  3. 3. Unzip into your new vault folder

From the API

GET /api/v1/export/vault
X-API-Key: your-api-key

Returns a ZIP containing your Obsidian vault folders.

One-command migration

Have a migration token from your trial? Import your vault automatically.

curl -sSL https://opencloneai.com/migrate.sh | bash -s -- --token <your-migration-token>

Your migration token is available in the app under Settings → Export → Migration token.