Overview
This page is a historical reference for users transitioning from legacy OpenClaw installations. ArgentOS was inspired by OpenClaw’s original vision but is an independently developed AI operating system with 90,000+ lines of original code. The two projects have diverged significantly and are no longer compatible.The migration tool preserves data from legacy installations:
- Agent identity files (SOUL.md, AGENTS.md)
- User profile (USER.md)
- Tool configurations (TOOLS.md)
- Memory and daily logs (MEMORY.md, memory/*.md)
- Channel configurations
- Cron jobs and schedules
Migration Commands
What Gets Migrated
1. Identity Files
| File | Description | Migration |
|---|---|---|
SOUL.md | Personality, values, behavior | Copied as-is |
AGENTS.md | Workspace conventions | Upgraded with ArgentOS features |
USER.md | Owner profile | Copied as-is |
TOOLS.md | Tool notes, API keys | Copied as-is |
IDENTITY.md | Additional identity | Copied if exists |
2. Memory
| Source | Destination | Notes |
|---|---|---|
MEMORY.md | MEMORY.md | Preserved exactly |
memory/*.md | memory/*.md | All daily logs preserved |
~/.openclaw-mem/memory.db | ~/.argentos/data/memory.db | Legacy SQLite migrated to MemU |
~/.openclaw-mem/chroma/ | ~/.argentos/data/vectors/ | Vectors migrated if exists |
3. Configuration
4. Channel Credentials
All channel credentials are migrated:- Telegram bot tokens
- Discord bot tokens
- Slack app credentials
- Signal sessions
- WhatsApp sessions (Baileys auth)
5. Sessions & History
- Active sessions preserved
- Conversation history maintained
- Session keys unchanged (no disruption)
Migration Process
Manual Migration
If you prefer manual migration:FAQ
Will my agent's personality change?
Will my agent's personality change?
No. Your
SOUL.md and identity files are copied exactly as-is.Will I lose my memories?
Will I lose my memories?
No. All memory files and the legacy database are migrated to MemU.
What about my channel connections?
What about my channel connections?
All credentials are migrated. Your Telegram, Discord, Slack, Signal, and WhatsApp connections will work immediately.
Support
Need help with migration?- Documentation: argentos.ai/docs
- Discord: discord.gg/argentos
- GitHub Issues: github.com/ArgentAIOS/core/issues
