ClawdBot is Now MoltBot - Migration Guide
ClawdBot has been rebranded to MoltBot. Learn how to migrate from ClawdBot to MoltBot seamlessly. All features remain the same.
ClawdBot is Now MoltBot
If you're looking for ClawdBot, you've found it! ClawdBot has been rebranded to MoltBot. This guide will help you transition smoothly.
What Changed?
Name Only
The name changed from ClawdBot to MoltBot. That's it. Everything else stays the same:
- Same features
- Same codebase
- Same community
- Same open-source license
Why the Change?
MoltBot better represents our vision of an AI assistant that adapts and evolves (like molting). It's also more unique and easier to remember.
Migration Steps
For npm Users
Update your global installation:
# Uninstall old package
npm uninstall -g clawdbot
# Install new package
npm i -g moltbotFor Docker Users
Update your image reference:
# Old
image: clawdbot/clawdbot:latest
# New
image: moltbot/moltbot:latestFor Source Installations
If you cloned the repo:
# Update remote URL
git remote set-url origin https://github.com/moltbot/moltbot.git
# Pull latest changes
git pull origin mainConfiguration Migration
Environment Variables
Most environment variables work the same. The prefix changed:
# Old (still works for backward compatibility)
CLAWDBOT_API_KEY=xxx
# New (recommended)
MOLTBOT_API_KEY=xxxConfig Files
Config files are automatically migrated on first run. Your settings are preserved.
Old location: ~/.clawdbot/config.json
New location: ~/.moltbot/config.json
Data Migration
Your conversation history and memory are preserved:
- Automatic migration: On first run, MoltBot migrates your data
- Manual backup: If you prefer, backup
~/.clawdbot/before upgrading
What Happens to ClawdBot Links?
- The old npm package redirects to MoltBot
- GitHub repo redirects are in place
- Documentation URLs redirect automatically
Need Help?
If you encounter any issues during migration:
- Check our Discord community
- Open an issue on GitHub
- Review the full documentation
FAQ
Is ClawdBot still maintained?
No separate ClawdBot development. All development continues under MoltBot. The ClawdBot package on npm points to MoltBot.
Do I have to migrate?
The old ClawdBot package will continue to work but won't receive updates. We recommend migrating to get the latest features and security updates.
Will my API keys still work?
Yes! Your existing API keys (Anthropic, OpenAI, Google, etc.) work without changes.
Is there a deadline?
No deadline. Take your time. But the sooner you migrate, the sooner you get new features.
Welcome to MoltBot! The same great AI assistant, with a new name.
Categories
More Posts

How to Install MoltBot: Complete Setup Guide
Step-by-step guide to installing MoltBot on macOS, Windows, and Linux. Get your personal AI assistant up and running in minutes.

MoltBot with Google Gemini - Setup & Configuration
Configure MoltBot to use Google Gemini AI. API setup, model selection, and optimization guide for Gemini integration.

What is MoltBot AI? Your Open-Source Personal AI Assistant
Discover MoltBot AI, the open-source personal AI assistant that actually does things. Learn about its features, capabilities, and how it can automate your daily tasks.
Newsletter
Join the community
Subscribe to our newsletter for the latest news and updates